summaryrefslogtreecommitdiff
path: root/other/bootstrap_node_packets.c
AgeCommit message (Collapse)Author
2016-09-24Make toxcore code C++ compatible.iphydf
It is still C code, so still compatible with C compilers as well. This change lets us see more clearly where implicit conversions occur by making them explicit.
2016-08-31Add braces to all if statements.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
See #27 and #40 for details.
2016-01-01Put config-related functions in a separate fileMaxim Biro
bootstrap_node_packets.c was giving an error as it was being included twice and there were no include guards, so part of it was split into bootstrap_node_packets.h.
2015-02-07Fixed incompatible pointer type warningMaxim Biro
2014-06-15Fixed some warnings.irungentoo
2014-02-22Renamed dht server to dht nodeMaxim Biro