index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
group.c
Age
Commit message (
Expand
)
Author
2020-03-18
clear out old conference connections
zugz (tox)
2020-03-18
Add "member" invite response
zugz (tox)
2020-03-15
clean groups code
zugz (tox)
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-14
use -1 rather than ~0 in unsigned integer types
zugz (tox)
2020-01-22
handle message_number wraparound
zugz (tox)
2020-01-22
workaround for message number saving (fixes #961)
zugz (tox)
2020-01-22
refactor
zugz (tox)
2019-11-17
Fix miscellaneous small problems with groups:
zugz (tox)
2019-08-04
fix overflow in peer nick len
sudden6
2019-08-04
fix missing group title length check
sudden6
2019-05-19
add configurable limit on number of stored frozen peers
zugz (tox)
2019-02-10
Expose api functions for enabling and disabling AV in AV groups
zugz (tox)
2019-01-12
Add some const qualifiers
zugz (tox)
2019-01-07
Avoid sending group messages to a peer before we have its group number
zugz (tox)
2019-01-06
Improve handling of peers entering and leaving conferences
zugz (tox)
2019-01-05
Expose offline conference peers in API
zugz (tox)
2018-11-29
Implement conferences saving
zugz (tox)
2018-11-23
Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...
zugz (tox)
2018-10-20
Make saving and loading the responsibility of Tox rather than Messenger
zugz (tox)
2018-09-20
Send rejoin packets on conference disconnection
zugz (tox)
2018-09-05
Add mechanism for recovering from disconnections in conferences
zugz
2018-08-26
Update copyright to 2018.
iphydf
2018-08-25
fix leave callback calling in del_groupchat
zugz (tox)
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-13
Avoid passing -1 as friend connection to new groups.
iphydf
2018-08-12
Make `conferences_object` properly typed.
iphydf
2018-08-12
add callback for successful connection to a conference
zugz (tox)
2018-08-11
Split out conference type (text/av) from identifier.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
iphydf
2018-08-02
Fix problems with initial connections and name-setting in conferences
zugz
2018-07-21
Reduce nesting by doing more early returns on error.
iphydf
2018-07-18
Use enums for group packet types.
iphydf
2018-07-13
Add conference_by_uid and conference_get_uid functions.
iphydf
2018-07-12
Limit number of group chats to 65536.
iphydf
2018-07-12
Use named function types for group callbacks.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-07
Call the "peer leaves" callback only once on group delete.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-02-27
Remove deprecated conference namelist change callback.
iphydf
2018-02-27
Change default username to empty string
tox-user
2018-02-20
Make the "persistent conference" callback changes new functions.
iphydf
2018-02-20
make groupnumber uint32_t
sudden6
2018-02-17
Send 0 as peer number in CHANGE_OCCURRED group event.
iphydf
2018-02-09
Adopt the "change occurred" API change from isotoxin-groupchat.
iphydf
2018-02-02
Revert "Add correction message type"
Diadlo
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-25
Remove dead return statement.
iphydf
[next]