summaryrefslogtreecommitdiff
path: root/toxcore/friend_requests.h
AgeCommit message (Expand)Author
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-09-14Standardise header guards.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-07-12Fix style in some header files.iphydf
2018-07-08Use named function types for friend_requests callbacks.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-01-14Make Friend_Requests a module-private type.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-16Ensure that all TODOs have an owner.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2015-02-17Updated types in Messenger callbacks to fit with the ones in the new api.irungentoo
2015-01-28Code cleanups.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-21Crypto related cleanups.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-01-17Incorporated onion into Tox.irungentoo
2013-11-27Friend requests from friends are now discarded.irungentoo
2013-08-29Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-08-29Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...pete
2013-08-28Removed some no longer needed ifdefs.irungentoo
2013-08-24Rename core directory because of autoconf name clashjin-eld