toxcore/testing
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
..
av_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
DHT_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
dns3_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
irc_syncbot.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
misc_tools.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
nTox.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
tox_shell.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
tox_sync.c Do not use else after return. 2016-09-02 11:02:56 +01:00