summaryrefslogtreecommitdiff
path: root/toxcore/group.h
AgeCommit message (Collapse)Author
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
The public one already does this, and the internal one actually assigns `uint32_t`s.
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)
Messenger is slightly twisty when it comes to sending connection status callbacks It will very likely need at the very least a partial refactor to clean it up a bit. Toxcore shouldn't need void *userdata as deep as is currently does. (amend 1) Because of the nature of toxcore connection callbacks, I decided to change this commit from statelessness for connections changes to statelessness for friend requests. It's simpler this was and doesn't include doing anything foolish in the time between commits. group fixup because grayhatter doesn't want to do it "arguably correct" is not how you write security sensitive code Clear a compiler warning about types within a function.
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
when the group is killed.
2014-11-10Group chats now have types.irungentoo
2014-11-08Group audio starting to take shape.irungentoo
Some issues still left to solve.
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
No names yet though.
2014-10-02Peers now time out and delete themselves from group chats.irungentoo
Some other work done.
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-27Removed send_group_message_packet and its callback function fromirungentoo
Messenger.
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