index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
friend_requests.c
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-07-08
Use named function types for friend_requests callbacks.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-02-18
Use `const` more in C code.
iphydf
2018-01-14
Make Friend_Requests a module-private type.
iphydf
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
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-24
Make toxcore code C++ compatible.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-08-31
Add braces to all if statements.
iphydf
2016-01-27
fix: replace memset with sodium_memzero for sensitive data
Roman Proskuryakov
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-11-21
Cleaned up packet length types in toxcore.
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-19
Removed deprecated function from public api.
irungentoo
2014-04-19
Small cleanups.
irungentoo
2014-04-19
Fixed possible buffer overflow in function to send friend requests.
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-02-23
Strings now no longer need to be NULL terminated.
irungentoo
2014-02-12
All strings should now be forced terminated when received.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2013-11-27
Friend requests from friends are now discarded.
irungentoo
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-09
network.h:
Coren[m]
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-09-02
Even more comment updates.
JamoBox
2013-08-30
Fixed build errors.
Kostya
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-24
Rename core directory because of autoconf name clash
jin-eld