index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
group.h
Age
Commit message (
Expand
)
Author
2018-02-27
Remove deprecated conference namelist change callback.
iphydf
2018-02-20
Make the "persistent conference" callback changes new functions.
iphydf
2018-02-20
make groupnumber uint32_t
sudden6
2018-02-09
Adopt the "change occurred" API change from isotoxin-groupchat.
iphydf
2018-02-02
Revert "Add correction message type"
Diadlo
2018-01-15
Add correction message type
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-18
Make internal chat list function take uint32_t* as well.
iphydf
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
2016-09-17
ApiDSL'ing old group chats (now: conference).
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2014-11-19
get peer pubkey api
dubslow
2014-11-15
Some modifications to the last pull request.
irungentoo
2014-11-14
add api function to get group title
Jfreegman
2014-11-13
Merge branch 'titles' of https://github.com/dubslow/toxcore
irungentoo
2014-11-11
fix type checking
dubslow
2014-11-11
public api, finishing tweaks
dubslow
2014-11-11
basic group titles
dubslow
2014-11-11
Added function to get groupchat type.
irungentoo
2014-11-11
Cleaned up some code, made group av clean up properly after itself
irungentoo
2014-11-10
Group chats now have types.
irungentoo
2014-11-08
Group audio starting to take shape.
irungentoo
2014-11-07
Some function changes for better A/V integration to group chats.
irungentoo
2014-11-07
Added more group functions to eventually have working A/V.
irungentoo
2014-11-06
Added some functions to send and handle lossy packets.
irungentoo
2014-11-05
Added functions to relay lossy group chat packets.
irungentoo
2014-10-29
Added actions to group chats.
irungentoo_trip
2014-10-15
re-implement copy_chatlist function
Jfreegman
2014-10-14
Add function to check if the peernumber is ours for group chats.
irungentoo
2014-10-13
tox_count_chatlist() now works.
irungentoo
2014-10-03
Removed useless variables.
irungentoo
2014-10-03
Kill group connection to friend once we are connected to group.
irungentoo
2014-10-03
Added name packet to group chats, send one when appropriate.
irungentoo
2014-10-02
Implemented tox_callback_group_namelist_change callback in group chats.
irungentoo
2014-10-02
Peers now time out and delete themselves from group chats.
irungentoo
2014-10-01
Group chats now actually work somewhat.
irungentoo
2014-09-27
Removed send_group_message_packet and its callback function from
irungentoo
2014-09-27
Removed useless code from groupchats.
irungentoo
2014-09-26
Wrote more new groupchats code.
irungentoo
2014-09-26
Group chats are starting to work.
irungentoo
2014-09-25
More groupchats code written.
irungentoo
2014-09-25
Some code written for new group chats.
irungentoo