summaryrefslogtreecommitdiff
path: root/nodes.h
AgeCommit message (Collapse)Author
2019-03-02Remove nodes.h - auto updates on buildzradosłav
2018-07-05Updated nodes.h.pranomostro
2018-02-11Updated nodes, fixed libraries. No solution for the hanging-up crash yet, ↵pranomostro
though. :(
2017-06-03Add connecting to tcp relays by default.pranomostro
I'm currently staying in India, and strangely enough ratox could not connect using tox_bootstrap(). It would just continue attempting to connect until the end of time. Using tox_add_tcp_relay() additionally fixes this isssue. It is also the strategy utox uses: https://github.com/uTox/uTox/blob/49bc764d23a02ab8286ef6f2085e8e592bccde1e/src/tox.c#L137 Also, nodes.h needed to be regenerated for using tcp ports and relays.
2017-05-20Update nodes.hpranomostro
2017-05-09Update nodes.h.pranomostro
2017-03-03Merge branch 'toktok'.pranomostro
This merge updates ratox to toktoks toxcore, which is being developed, and adds groupchats (although lacking audio group chats at the moment).
2017-02-18Update nodes.pranomostro
2017-02-16Update nodes.pranomostro
2017-01-13Updated nodes and added .PHONY target to makefile.pranomostro
2016-12-05Fix typo in error message, update nodes.hpranomostro
2016-11-25nodegen: Keep only online nodes (.last_ping > 0)z3bra
Updated nodes.h to match this criteria as well
2016-11-10Updated nodes.h, small fixes in loop().pranomostro
2016-11-08Add generating nodes from the available nodes.tox.chat API.pranomostro