summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.c
AgeCommit message (Expand)Author
2014-04-23Major cleanups.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-03Maximum name lengths should now be the real maximum and not one byte less.irungentoo
2014-03-31tox_group_get_names now returns a list of name lengths along with the list of...irungentoo
2014-02-23Strings now no longer need to be NULL terminated.irungentoo
2014-02-19Fixed the groupchat bug in a smarter way.Jman012
2014-02-19Groupchat crashing bug fixed.Jman012
2014-02-16Adjusted some delays.irungentoo
2014-02-16Possibly fixed the issue that group chats would sometimes DOS themselves.irungentoo
2014-02-07Use a more appropriate distance function for group chats.irungentoo
2013-12-15Code cleanups.irungentoo
2013-12-13added groupchat actionsJfreegman
2013-12-08Send groupchat ips like DHT ones.irungentoo
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-12-06Merge branch 'master' into hardenirungentoo
2013-11-2730 seconds is way too long.irungentoo
2013-11-27Fixed ghost peer problem.irungentoo
2013-11-25Behaviour changes for the group chat callback.irungentoo
2013-11-25Merge pull request #663 from FullName/peerchange-detailirungentoo
2013-11-25setnick(): don't callback when an identical nickname is set againCoren[m]
2013-11-25Mimic more exactly what delpeer() does in the callback.Coren[m]
2013-11-24group_namelistchange(): for ui reasons, divulge the peernumber and the nature...Coren[m]
2013-11-24Fixed bug with group chats.irungentoo
2013-11-23Added callback that tells you when the peer name list of a group chat changes.irungentoo
2013-11-22Added function to get the number of peers and list of names for group chats.irungentoo
2013-11-21Group chat peers now tell others when they quit.irungentoo
2013-11-18Merge pull request #650 from FullName/ID-IP-basicirungentoo
2013-11-16Send our name when someone new joins the group chat.irungentoo
2013-11-17Assoc's array is now allocated dynamically and per default much smaller (320 ...Coren[m]
2013-11-14Significantly trimmed down version of an ID<=>IP cache.Coren[m]
2013-11-12Cleaned up the code.irungentoo
2013-11-12Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...irungentoo
2013-11-12Group chat: Add a nickname message. Remove strange default nickname. (Serious...Coren[m]
2013-11-11Fixed possible segfault.irungentoo
2013-11-10Merge branch 'master' into hardenirungentoo
2013-11-08Code cleanups.irungentoo
2013-11-05Auto delete inactive peers in the group chat.irungentoo
2013-11-04Send ping packets in group chats every 30 seconds.irungentoo
2013-10-30Testing requests are now sent.irungentoo
2013-10-25All modules using unix_time should run unix_time_update()irungentoo
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-17Fixed minor typo.Bahkuh
2013-09-21moved stuff that belongs into ping.[ch] thereCoren[m]
2013-09-17astyled everything.irungentoo
2013-09-16Functions to get name of peer in group chat added.irungentoo
2013-09-12Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-11Integration of group chats into messenger in progress.irungentoo
2013-09-11Some small work on group chats done.irungentoo
2013-09-11Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-10Fixed building with NaCl.irungentoo