Age | Commit message (Expand) | Author |
---|---|---|
2017-06-03 | Add connecting to tcp relays by default....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. | pranomostro |
2017-05-20 | Update nodes.h | pranomostro |
2017-05-09 | Update nodes.h. | pranomostro |
2017-03-03 | Merge branch 'toktok'....This merge updates ratox to toktoks toxcore, which is being developed, and adds groupchats (although lacking audio group chats at the moment). | pranomostro |
2017-02-18 | Update nodes. | pranomostro |
2017-02-16 | Update nodes. | pranomostro |
2017-01-13 | Updated nodes and added .PHONY target to makefile. | pranomostro |
2016-12-05 | Fix typo in error message, update nodes.h | pranomostro |
2016-11-25 | nodegen: Keep only online nodes (.last_ping > 0)...Updated nodes.h to match this criteria as well | z3bra |
2016-11-10 | Updated nodes.h, small fixes in loop(). | pranomostro |
2016-11-08 | Add generating nodes from the available nodes.tox.chat API. | pranomostro |