summaryrefslogtreecommitdiff
path: root/toxcore/group.c
AgeCommit message (Expand)Author
2015-01-19Fixed gcc warnings.irungentoo
2015-01-09Send lossy packets to less peers.irungentoo
2014-12-08Restore compatibility with older group chats.irungentoo
2014-12-08Delete close connection when peer leaves chat.irungentoo
2014-12-06Group stability fixes.irungentoo
2014-12-02Fixed bug where group chat would see connection as offline when it was online.irungentoo
2014-12-01Groupchat stability fixes.irungentoo
2014-12-01Removed useless code.irungentoo
2014-12-01Prevent joining groupchat more than once.irungentoo
2014-12-01Group chats should be less likely to break.irungentoo
2014-11-30Joining a group chat should be more reliable.irungentoo
2014-11-19get peer pubkey apidubslow
2014-11-15Last fix didn't really work well.irungentoo
2014-11-15Setting groupchat title when the groupchat isn't connected shouldirungentoo
2014-11-15Some modifications to the last pull request.irungentoo
2014-11-14add api function to get group titleJfreegman
2014-11-14Group chat title fixes.irungentoo
2014-11-13Merge branch 'titles' of https://github.com/dubslow/toxcoreirungentoo
2014-11-12Properly fixed group av issue.irungentoo
2014-11-12Fixed groupchat bug that caused peers to not connect to each other.irungentoo
2014-11-11Fixed group av issues.irungentoo
2014-11-11Fixed audio groupchat issue.irungentoo
2014-11-11fix type checkingdubslow
2014-11-11public api, finishing tweaksdubslow
2014-11-11add title send to peer senddubslow
2014-11-11basic group titlesdubslow
2014-11-11Added function to get groupchat type.irungentoo
2014-11-11Cleaned up some code, made group av clean up properly after itselfirungentoo
2014-11-11Merge branch 'master' of https://github.com/tux3/toxcoreirungentoo
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