Commit Graph

6 Commits

Author SHA1 Message Date
irungentoo
6bbb939855
Cleaned up packet length types in toxcore.
They are now all uint16_t instead of sometimes being uint32_t.

Replaced some other uint32_t with unsigned ints.
2014-11-21 20:18:29 -05:00
irungentoo
5f26ee201c
Increased interval and ping packet timeout by 1 second to try to
fix TCP issues.
2014-10-20 20:52:17 -04:00
irungentoo
5555f01e27
Send friend request with connection if for some reason (groupchats) we
are already connected to the friend but they have not added us yet.
2014-10-04 16:49:17 -04:00
irungentoo
e304fa847e
Group chats now actually work somewhat. 2014-10-01 15:28:27 -04:00
irungentoo
9dd62023f5
Added some functions to friend_connection. 2014-09-30 21:00:56 -04:00
irungentoo
6c71bb7e64
Moved all the connection stuff from messenger to friend_connection.
Messenger was doing way do many things.

friend_connection takes care of finding and establishing a connection
to friends.
2014-09-27 18:25:03 -04:00