toxcore/auto_tests
irungentoo f9bf7b074a
Major protocol changes, this commit breaks all network compatibility.
Removed a bunch of useless space from various structs.

pack_nodes() and unpack_nodes() are now used to transmit lists of
nodes for the DHT and onion parts. They provide a way to transmit
both ipv6 and ipv4 nodes in the same packet in a portable way that
takes as little space as possible without compression.

Using pack_nodes, merged the send nodes and send nodes ipv6 packets
into one packet greatly reducing the risk of amplification attacks.
2014-04-15 18:09:07 -04:00
..
assoc_test.c Astyled the code. 2013-12-16 20:49:24 -05:00
crypto_test.c Added function to save an encrypted version of the messenger. 2013-12-21 22:35:27 -05:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
Makefile.inc Added TCP test to build system. 2014-04-10 20:46:24 -04:00
messenger_test.c fixed build. 2014-02-22 11:52:46 -05:00
network_test.c Major protocol changes, this commit breaks all network compatibility. 2014-04-15 18:09:07 -04:00
onion_test.c Fixed onion test. 2014-02-27 16:59:17 -05:00
skeleton_test.c Reduce duplicate data. Add a mostly empty skeleton test. 2013-11-06 20:32:19 +01:00
TCP_test.c Added function to TCP client and some tests. 2014-04-14 16:59:48 -04:00
tox_test.c Fixed an api inconsistency. 2014-03-20 20:32:37 -04:00
toxav_basic_test.c Pings and onion packets implemented in TCP_Client.c 2014-04-12 22:00:46 -04:00