summaryrefslogtreecommitdiff
path: root/toxcore/friend_requests.c
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-07-08Use named function types for friend_requests callbacks.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-18Use `const` more in C code.iphydf
2018-01-14Make Friend_Requests a module-private type.iphydf
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-08-31Add braces to all if statements.iphydf
2016-01-27 fix: replace memset with sodium_memzero for sensitive dataRoman Proskuryakov
2015-02-17Updated types in Messenger callbacks to fit with the ones in the new api.irungentoo
2015-01-28Code cleanups.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
2014-06-15Astyled code.irungentoo
2014-06-13Const correctness in toxcore/friend_requests.cMarc Schütz
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-04-23Major cleanups.irungentoo
2014-04-19Removed deprecated function from public api.irungentoo
2014-04-19Small cleanups.irungentoo
2014-04-19Fixed possible buffer overflow in function to send friend requests.irungentoo
2014-03-21Friends client id is now removed from the request received list when he is de...irungentoo
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-02-23Strings now no longer need to be NULL terminated.irungentoo
2014-02-12All strings should now be forced terminated when received.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2013-11-27Friend requests from friends are now discarded.irungentoo
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-09network.h:Coren[m]
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-09-02Even more comment updates.JamoBox
2013-08-30Fixed build errors.Kostya
2013-08-29Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...pete
2013-08-24Rename core directory because of autoconf name clashjin-eld