index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
group_chats.h
Age
Commit message (
Expand
)
Author
2014-04-21
Crypto related cleanups.
irungentoo
2014-03-31
tox_group_get_names now returns a list of name lengths along with the list of...
irungentoo
2014-02-16
Possibly fixed the issue that group chats would sometimes DOS themselves.
irungentoo
2013-12-16
Astyled the code.
irungentoo
2013-12-13
small fix
Jfreegman
2013-12-13
added groupchat actions
Jfreegman
2013-12-07
Added/updated some basic docs and cleaned up some things.
irungentoo
2013-12-01
fix 'typedef redefinition' build errors on older gcc versions
alexandervdm
2013-11-24
group_namelistchange(): for ui reasons, divulge the peernumber and the nature...
Coren[m]
2013-11-23
Added callback that tells you when the peer name list of a group chat changes.
irungentoo
2013-11-22
Added function to get the number of peers and list of names for group chats.
irungentoo
2013-11-21
Group chat peers now tell others when they quit.
irungentoo
2013-11-17
Assoc's array is now allocated dynamically and per default much smaller (320 ...
Coren[m]
2013-11-14
Significantly trimmed down version of an ID<=>IP cache.
Coren[m]
2013-11-12
Cleaned up the code.
irungentoo
2013-11-12
Group chat: Add a nickname message. Remove strange default nickname. (Serious...
Coren[m]
2013-11-08
Code cleanups.
irungentoo
2013-11-04
Send ping packets in group chats every 30 seconds.
irungentoo
2013-10-01
Removed useless ifdefs.
irungentoo
2013-09-17
astyled everything.
irungentoo
2013-09-16
Functions to get name of peer in group chat added.
irungentoo
2013-09-12
Very basic group chats, tested and working with nTox.
irungentoo
2013-09-11
Some small work on group chats done.
irungentoo
2013-09-09
move group chats to /toxcore
irungentoo