toxcore/core
irungentoo 4330bfbf87 Metadata collection prevention part 1 of ???.
Crypto requests packets are packets that can be routed by nodes in the
DHT. In this pull request I have merged both Natping requests and friend
requests into one common packet (Crypto request packets). Both these
packets should now only be distinguishable by the size of the data in
them to an outside observer for an example on how to send and recieve
data with these packets see: friend_requests.c

Note that these packets are prefixed with id 32 (friend request packets)
which means this change is compatible with the currently running DHT
bootstrap servers.

Also changed small thing in DHT_test.c
2013-08-14 18:26:00 -04:00
..
CMakeLists.txt Implemented Deadline Timer and timer_test 2013-08-12 13:08:03 +01:00
DHT.c Metadata collection prevention part 1 of ???. 2013-08-14 18:26:00 -04:00
DHT.h network_registerhandler 2013-08-10 00:43:50 +01:00
friend_requests.c Metadata collection prevention part 1 of ???. 2013-08-14 18:26:00 -04:00
friend_requests.h Fixed spam problem. (I broke the API so this will not build) 2013-08-13 09:32:31 -04:00
LAN_discovery.c tabs -> spaces 2013-08-10 11:27:36 +01:00
LAN_discovery.h network_registerhandler 2013-08-10 00:43:50 +01:00
Lossless_UDP.c tabs -> spaces 2013-08-10 11:27:36 +01:00
Lossless_UDP.h network_registerhandler 2013-08-10 00:43:50 +01:00
Messenger.c Messenger fix from pr #461. 2013-08-14 09:52:03 -04:00
Messenger.h removing unnecessary function pointer _isset variables 2013-08-14 17:27:10 +12:00
net_crypto.c Metadata collection prevention part 1 of ???. 2013-08-14 18:26:00 -04:00
net_crypto.h Metadata collection prevention part 1 of ???. 2013-08-14 18:26:00 -04:00
network.c tabs -> spaces 2013-08-10 11:27:36 +01:00
network.h Fixed warnings on Windows 2013-08-11 14:17:02 -04:00
packets.h core: Move send ping packets functions to ping.c 2013-08-06 09:21:39 -07:00
ping.c handle_ping_response function signature correction 2013-08-10 19:55:54 +01:00
ping.h network_registerhandler 2013-08-10 00:43:50 +01:00
timer.c Portabily print out uint64_t using PRIu64 2013-08-13 09:55:49 +01:00
timer.h timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflict 2013-08-13 09:45:11 +01:00
util.c core: Move send ping packets functions to ping.c 2013-08-06 09:21:39 -07:00
util.h Kill EOF whitespace. 2013-08-09 20:46:17 +02:00