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
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