toxcore/auto_tests
Gregory Mullen (grayhatter) aad1e0ad3f
Make friend requests stateless
Messenger is slightly twisty when it comes to sending connection status
callbacks It will very likely need at the very least a partial refactor to
clean it up a bit. Toxcore shouldn't need void *userdata as deep as is
currently does.

(amend 1) Because of the nature of toxcore connection callbacks, I decided to
change this commit from statelessness for connections changes to statelessness
for friend requests. It's simpler this was and doesn't include doing anything
foolish in the time between commits.

group fixup because grayhatter doesn't want to do it

"arguably correct" is not how you write security sensitive code

Clear a compiler warning about types within a function.
2016-09-06 02:22:04 -07:00
..
assoc_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
crypto_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
dht_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
encryptsave_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc Remove unused and bit-rotten friends_test. 2016-08-31 18:11:44 +01:00
messenger_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
network_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
onion_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
skeleton_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
TCP_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
tox_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
toxav_basic_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
toxav_many_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00