index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
friend_connection.c
Age
Commit message (
Expand
)
Author
2015-05-19
Some fixes.
irungentoo
2015-05-18
If we get the ip/port of a relay on a local ip, assume that our friend
irungentoo
2015-05-04
Fixed possible connection issue.
irungentoo
2015-04-27
Move LAN discovery from Messenger to friend_connection.
irungentoo
2015-04-26
Fixed one case of the connection callback not getting called on reconnection.
irungentoo
2015-04-21
Move the send tcp relay packet from Messenger to friend connection.
irungentoo
2015-04-18
Some changes to net crypto.
irungentoo
2015-04-16
Store TCP relays tied to friend and reconnect to some when reconnecting.
irungentoo
2015-04-03
Fixed offline callback being called when connection timed out and died
irungentoo
2014-12-25
Fixed bug.
irungentoo
2014-12-11
Fixed crash when connection was killed during the packet callback.
irungentoo
2014-12-02
Only copy when pointer isn't NULL in get_friendcon_public_keys().
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-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