summaryrefslogtreecommitdiff
path: root/toxcore/group.h
AgeCommit message (Expand)Author
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-03-15clean groups codezugz (tox)
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-05-19add configurable limit on number of stored frozen peerszugz (tox)
2019-01-05Expose offline conference peers in APIzugz (tox)
2018-11-29Implement conferences savingzugz (tox)
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-09-14Standardise header guards.iphydf
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-11Split out conference type (text/av) from identifier.iphydf
2018-08-02Fix problems with initial connections and name-setting in conferenceszugz
2018-07-13Add conference_by_uid and conference_get_uid functions.iphydf
2018-07-12Limit number of group chats to 65536.iphydf
2018-07-12Use named function types for group callbacks.iphydf
2018-07-07Call the "peer leaves" callback only once on group delete.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-02-27Remove deprecated conference namelist change callback.iphydf
2018-02-20Make the "persistent conference" callback changes new functions.iphydf
2018-02-20make groupnumber uint32_tsudden6
2018-02-09Adopt the "change occurred" API change from isotoxin-groupchat.iphydf
2018-02-02Revert "Add correction message type"Diadlo
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