summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-06Merge branch 'Proplex-patch-2'irungentoo
2014-10-06Add working tox nodesDavid Lohle
2014-10-05Merge branch 'JFreegman-groupnames'irungentoo
2014-10-05implement group_names functionJfreegman
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
2014-10-04Reduced the risk of two people being given the same peer id in groups.irungentoo
2014-10-04Fixed group peer chosing algorithm.irungentoo
2014-10-03Removed useless variables.irungentoo
2014-10-03Added names to peer response packet.irungentoo
2014-10-03Fixed group bugs.irungentoo
2014-10-03Kill group connection to friend once we are connected to group.irungentoo
2014-10-03Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-03Added name packet to group chats, send one when appropriate.irungentoo
2014-10-02null terminate group messages (cause jfreegman can't str8 c)dubslow
2014-10-02Implemented tox_callback_group_namelist_change callback in group chats.irungentoo
2014-10-02Fixed tox_load() comment.irungentoo
2014-10-02People in groups can now be added/removed from friends list without issues.irungentoo
2014-10-02Peers now time out and delete themselves from group chats.irungentoo
2014-10-02Removed useless code.irungentoo
2014-10-01If connection is already connected, send a online packet to it.irungentoo
2014-10-01del_groupchat and kill_groupchats now work properly.irungentoo
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-30Added some functions to friend_connection.irungentoo
2014-09-30Merge branch 'rework_av'irungentoo
2014-09-30Rework toxav/rtp.c to use ntohl/htonl and ntohs/htonssin
2014-09-29Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-09-29Fixed crash in tox_new().irungentoo
2014-09-28change avatar requirementsdubslow
2014-09-28Merge branch 'master' of https://github.com/irungentoo/toxcoredubslow
2014-09-28Group chats now use friendcon_id instead of friendnumber.irungentoo
2014-09-28Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcoreirungentoo
2014-09-27test_avatars: Implement new policy for the user avatar fileAlexandre Erwin Ittner
2014-09-27Merge branch 'update-avatar-docs' of https://github.com/ittner/toxcoreirungentoo
2014-09-27Removed send_group_message_packet and its callback function fromirungentoo
2014-09-27Removed useless code from groupchats.irungentoo
2014-09-27Modify avatar recommendationsdubslow
2014-09-27Increasing max number of onion paths might increase initial connectionirungentoo
2014-09-27Moved all the connection stuff from messenger to friend_connection.irungentoo
2014-09-27Make the ip port from DHT timeout after a while.irungentoo
2014-09-26Remove timestamp from set_connection_dht_public_key().irungentoo
2014-09-26Only set dht public key and direct ip when first creating connection.irungentoo
2014-09-26Moved cleaup_friend functionality to Messenger.irungentoo
2014-09-26Removed useless code from onion_client.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-09-26Removed now useless network sturct size tests.irungentoo
2014-09-26Added callbacks to DHT called when the ip of a peer is discovered.irungentoo
2014-09-26Wrote more new groupchats code.irungentoo
2014-09-26DHT can now be used for group chat cons and friend cons at the same time.irungentoo
2014-09-26add API function to unset avatarJfreegman
2014-09-26Group chats are starting to work.irungentoo