index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
friend_connection.h
Age
Commit message (
Expand
)
Author
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-11-29
Implement conferences saving
zugz (tox)
2018-09-14
Standardise header guards.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-07-12
Fix style in some header files.
iphydf
2018-07-08
Use named function types for friend_connection callbacks.
iphydf
2018-01-14
Make Friend_Connections a module-private type.
iphydf
2017-10-04
Improve LAN discovery
Diadlo
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-12-14
Add option to disable local peer discovery
Maxim Biro
2016-09-27
Remove redundant callback objects.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Make packet data a ptr-to-const.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2015-08-09
Increased timeouts.
irungentoo
2015-05-18
If we get the ip/port of a relay on a local ip, assume that our friend
irungentoo
2015-04-27
Move LAN discovery from Messenger to friend_connection.
irungentoo
2015-04-21
Move the send tcp relay packet from Messenger to friend connection.
irungentoo
2015-04-16
Store TCP relays tied to friend and reconnect to some when reconnecting.
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-10-20
Increased interval and ping packet timeout by 1 second to try to
irungentoo
2014-10-04
Send friend request with connection if for some reason (groupchats) we
irungentoo
2014-10-01
Group chats now actually work somewhat.
irungentoo
2014-09-30
Added some functions to friend_connection.
irungentoo
2014-09-27
Moved all the connection stuff from messenger to friend_connection.
irungentoo