summaryrefslogtreecommitdiff
path: root/toxcore/group.c
AgeCommit message (Expand)Author
2014-11-11Fixed bug.irungentoo
2014-11-11Fixed some audio group chat issues.irungentoo
2014-11-10Audio group chats still have some small issues.irungentoo
2014-11-10Group chats now have types.irungentoo
2014-11-08Group audio starting to take shape.irungentoo
2014-11-08Remove unused variableTux3 / Mlkj / !Lev.uXFMLA
2014-11-07Some function changes for better A/V integration to group chats.irungentoo
2014-11-07Added more group functions to eventually have working A/V.irungentoo
2014-11-06Added some functions to send and handle lossy packets.irungentoo
2014-11-05Added functions to relay lossy group chat packets.irungentoo
2014-11-04Some initial groupchat lossy packet code.irungentoo
2014-10-29Added actions to group chats.irungentoo_trip
2014-10-25Merge branch 'master' of https://github.com/xor2003/toxcoreirungentoo_trip
2014-10-24Fix uninitializedxor2003
2014-10-24Fix for memory leak. And add forgotten breakxor2003
2014-10-15Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcoreirungentoo
2014-10-15re-implement copy_chatlist functionJfreegman
2014-10-14Add function to check if the peernumber is ours for group chats.irungentoo
2014-10-13tox_count_chatlist() now works.irungentoo
2014-10-09Relay peer kill messages too.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-02Peers now time out and delete themselves from group chats.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-28Group chats now use friendcon_id instead of friendnumber.irungentoo
2014-09-27Removed send_group_message_packet and its callback function fromirungentoo
2014-09-27Removed useless code from groupchats.irungentoo
2014-09-26Wrote more new groupchats code.irungentoo
2014-09-26Group chats are starting to work.irungentoo
2014-09-25More groupchats code written.irungentoo
2014-09-25Some code written for new group chats.irungentoo