Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
They are now all uint16_t instead of sometimes being uint32_t. Replaced some other uint32_t with unsigned ints. | |||
2014-10-20 | Increased interval and ping packet timeout by 1 second to try to | irungentoo | |
fix TCP issues. | |||
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. |