summaryrefslogtreecommitdiff
path: root/toxcore/group.h
AgeCommit message (Expand)Author
2018-01-15Add correction message typeDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-18Make internal chat list function take uint32_t* as well.iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2014-11-19get peer pubkey apidubslow
2014-11-15Some modifications to the last pull request.irungentoo
2014-11-14add api function to get group titleJfreegman
2014-11-13Merge branch 'titles' of https://github.com/dubslow/toxcoreirungentoo
2014-11-11fix type checkingdubslow
2014-11-11public api, finishing tweaksdubslow
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-10Group chats now have types.irungentoo
2014-11-08Group audio starting to take shape.irungentoo
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-10-29Added actions to group chats.irungentoo_trip
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-03Removed useless variables.irungentoo
2014-10-03Kill group connection to friend once we are connected to group.irungentoo
2014-10-03Added name packet to group chats, send one when appropriate.irungentoo
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-01Group chats now actually work somewhat.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