Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |