summaryrefslogtreecommitdiff
path: root/toxcore/friend_connection.c
AgeCommit message (Expand)Author
2015-05-19Some fixes.irungentoo
2015-05-18If we get the ip/port of a relay on a local ip, assume that our friendirungentoo
2015-05-04Fixed possible connection issue.irungentoo
2015-04-27Move LAN discovery from Messenger to friend_connection.irungentoo
2015-04-26Fixed one case of the connection callback not getting called on reconnection.irungentoo
2015-04-21Move the send tcp relay packet from Messenger to friend connection.irungentoo
2015-04-18Some changes to net crypto.irungentoo
2015-04-16Store TCP relays tied to friend and reconnect to some when reconnecting.irungentoo
2015-04-03Fixed offline callback being called when connection timed out and diedirungentoo
2014-12-25Fixed bug.irungentoo
2014-12-11Fixed crash when connection was killed during the packet callback.irungentoo
2014-12-02Only copy when pointer isn't NULL in get_friendcon_public_keys().irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-30Added some functions to friend_connection.irungentoo
2014-09-27Moved all the connection stuff from messenger to friend_connection.irungentoo