summaryrefslogtreecommitdiff
path: root/nodegen
AgeCommit message (Collapse)Author
2022-11-21Strictly follow BRE to generate nodes.hHEADmasterWilly Goiffon
The '+' sign is not part of BRE, thus generating an invalid nodes.h on OpenBSD.
2022-09-04Skip ipv6 only nodes when ipv6 is disabledWilly Goiffon
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.
2016-11-25nodegen: Keep only online nodes (.last_ping > 0)z3bra
Updated nodes.h to match this criteria as well
2016-11-08Add generating nodes from the available nodes.tox.chat API.pranomostro