toxcore/testing
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
..
cmake Implemented Deadline Timer and timer_test 2013-08-12 13:08:03 +01:00
toxic Fix segfault when using -f in toxic 2013-08-14 10:40:26 -05:00
CMakeLists.txt Implemented Deadline Timer and timer_test 2013-08-12 13:08:03 +01:00
crypto_speed_test.c Fixed warnings on Windows 2013-08-11 14:17:02 -04:00
DHT_cryptosendfiletest.c Fix a recurring typo in code and comments. 2013-08-09 14:01:35 +02:00
DHT_sendfiletest.c A *lot* of style changes. 2013-07-26 23:07:25 -04:00
DHT_test.c Metadata collection prevention part 1 of ???. 2013-08-14 18:26:00 -04:00
Lossless_UDP_testclient.c tabs -> spaces 2013-08-10 11:27:36 +01:00
Lossless_UDP_testserver.c tabs -> spaces 2013-08-10 11:27:36 +01:00
Messenger_test.c Updated some files. 2013-08-13 11:50:33 -04:00
misc_tools.c Kill EOF whitespace. 2013-08-09 20:46:17 +02:00
misc_tools.h Added headers to fix build errors. 2013-08-09 15:54:14 +00:00
nTox_win32.c Update nTox_win32.c 2013-08-08 19:39:29 +01:00
nTox_win32.h Modified clients to properly work with the changes 2013-08-07 18:12:59 -04:00
nTox.c rewrite of get_id function 2013-08-14 10:44:57 +02:00
nTox.h Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
rect.py Kill EOF whitespace. 2013-08-09 20:46:17 +02:00
timer_test.c timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflict 2013-08-13 09:45:11 +01:00