index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
friend_requests.h
Age
Commit message (
Expand
)
Author
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-09-14
Standardise header guards.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-07-12
Fix style in some header files.
iphydf
2018-07-08
Use named function types for friend_requests callbacks.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-01-14
Make Friend_Requests a module-private type.
iphydf
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2015-02-17
Updated types in Messenger callbacks to fit with the ones in the new api.
irungentoo
2015-01-28
Code cleanups.
irungentoo
2014-10-04
Send friend request with connection if for some reason (groupchats) we
irungentoo
2014-06-15
Astyled code.
irungentoo
2014-06-13
Const correctness in toxcore/friend_requests.c
Marc Schütz
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-04-23
Major cleanups.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-03-21
Friends client id is now removed from the request received list when he is de...
irungentoo
2014-03-16
Friend request callback now contains the Tox object.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2013-11-27
Friend requests from friends are now discarded.
irungentoo
2013-08-29
Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...
irungentoo
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-28
Removed some no longer needed ifdefs.
irungentoo
2013-08-24
Rename core directory because of autoconf name clash
jin-eld