Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | Fixed warning. | irungentoo | |
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 | |
is hosting a relay on his ip. | |||
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 | |
Should fix certain connection issues that sometimes happen. The dht public key of the peer must be known to create the connection. If the dht pk of the peer changes when a connection is active, it is killed to make way for the new one. | |||
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 | |
without ever actually being connected. | |||
2014-12-25 | Fixed bug. | irungentoo | |
Set friend in onion as offline when friend goes offline. | |||
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 | |
They are now all uint16_t instead of sometimes being uint32_t. Replaced some other uint32_t with unsigned ints. | |||
2014-10-04 | Send friend request with connection if for some reason (groupchats) we | irungentoo | |
are already connected to the friend but they have not added us yet. | |||
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 | |
Messenger was doing way do many things. friend_connection takes care of finding and establishing a connection to friends. |