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
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