index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
group.c
Age
Commit message (
Collapse
)
Author
2014-10-04
Fixed group peer chosing algorithm.
irungentoo
Groups should be much more stable.
2014-10-03
Removed useless variables.
irungentoo
2014-10-03
Added names to peer response packet.
irungentoo
2014-10-03
Fixed group bugs.
irungentoo
Connections should now die when appropriate instead of lingering endlessly.
2014-10-03
Kill group connection to friend once we are connected to group.
irungentoo
2014-10-03
Merge branch 'master' of https://github.com/dubslow/toxcore
irungentoo
2014-10-03
Added name packet to group chats, send one when appropriate.
irungentoo
2014-10-02
null terminate group messages (cause jfreegman can't str8 c)
dubslow
2014-10-02
Implemented tox_callback_group_namelist_change callback in group chats.
irungentoo
No names yet though.
2014-10-02
Peers now time out and delete themselves from group chats.
irungentoo
Some other work done.
2014-10-01
If connection is already connected, send a online packet to it.
irungentoo
2014-10-01
del_groupchat and kill_groupchats now work properly.
irungentoo
2014-10-01
Group chats now actually work somewhat.
irungentoo
2014-09-28
Group chats now use friendcon_id instead of friendnumber.
irungentoo
2014-09-27
Removed send_group_message_packet and its callback function from
irungentoo
Messenger.
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
[prev]