summaryrefslogtreecommitdiff
path: root/toxcore/group.c
AgeCommit message (Expand)Author
2020-05-05refactor: Remove multi-declarators entirely.iphydf
2020-05-05refactor: Disallow multiple initialised declarators per decl.iphydf
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-03-18clear out old conference connectionszugz (tox)
2020-03-18Add "member" invite responsezugz (tox)
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
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2020-01-22handle message_number wraparoundzugz (tox)
2020-01-22workaround for message number saving (fixes #961)zugz (tox)
2020-01-22refactorzugz (tox)
2019-11-17Fix miscellaneous small problems with groups:zugz (tox)
2019-08-04fix overflow in peer nick lensudden6
2019-08-04fix missing group title length checksudden6
2019-05-19add configurable limit on number of stored frozen peerszugz (tox)
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2019-01-12Add some const qualifierszugz (tox)
2019-01-07Avoid sending group messages to a peer before we have its group numberzugz (tox)
2019-01-06Improve handling of peers entering and leaving conferenceszugz (tox)
2019-01-05Expose offline conference peers in APIzugz (tox)
2018-11-29Implement conferences savingzugz (tox)
2018-11-23Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...zugz (tox)
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-09-20Send rejoin packets on conference disconnectionzugz (tox)
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-08-26Update copyright to 2018.iphydf
2018-08-25fix leave callback calling in del_groupchatzugz (tox)
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-13Avoid passing -1 as friend connection to new groups.iphydf
2018-08-12Make `conferences_object` properly typed.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-10Use the crypto random functions instead of `rand()`.iphydf
2018-08-02Fix problems with initial connections and name-setting in conferenceszugz
2018-07-21Reduce nesting by doing more early returns on error.iphydf
2018-07-18Use enums for group packet types.iphydf
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-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-07Call the "peer leaves" callback only once on group delete.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-27Remove deprecated conference namelist change callback.iphydf
2018-02-27Change default username to empty stringtox-user
2018-02-20Make the "persistent conference" callback changes new functions.iphydf
2018-02-20make groupnumber uint32_tsudden6
2018-02-17Send 0 as peer number in CHANGE_OCCURRED group event.iphydf
2018-02-09Adopt the "change occurred" API change from isotoxin-groupchat.iphydf