index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
group_chats.c
Age
Commit message (
Expand
)
Author
2014-07-16
fix memory leak
Jfreegman
2014-07-07
Fixed overflow bug.
irungentoo
2014-06-15
Astyled code.
irungentoo
2014-06-13
Const correctness in toxcore/group_chats.c
Marc Schütz
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-04-23
Major cleanups.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-03
Maximum name lengths should now be the real maximum and not one byte less.
irungentoo
2014-03-31
tox_group_get_names now returns a list of name lengths along with the list of...
irungentoo
2014-02-23
Strings now no longer need to be NULL terminated.
irungentoo
2014-02-19
Fixed the groupchat bug in a smarter way.
Jman012
2014-02-19
Groupchat crashing bug fixed.
Jman012
2014-02-16
Adjusted some delays.
irungentoo
2014-02-16
Possibly fixed the issue that group chats would sometimes DOS themselves.
irungentoo
2014-02-07
Use a more appropriate distance function for group chats.
irungentoo
2013-12-15
Code cleanups.
irungentoo
2013-12-13
added groupchat actions
Jfreegman
2013-12-08
Send groupchat ips like DHT ones.
irungentoo
2013-12-07
Added/updated some basic docs and cleaned up some things.
irungentoo
2013-12-06
Merge branch 'master' into harden
irungentoo
2013-11-27
30 seconds is way too long.
irungentoo
2013-11-27
Fixed ghost peer problem.
irungentoo
2013-11-25
Behaviour changes for the group chat callback.
irungentoo
2013-11-25
Merge pull request #663 from FullName/peerchange-detail
irungentoo
2013-11-25
setnick(): don't callback when an identical nickname is set again
Coren[m]
2013-11-25
Mimic more exactly what delpeer() does in the callback.
Coren[m]
2013-11-24
group_namelistchange(): for ui reasons, divulge the peernumber and the nature...
Coren[m]
2013-11-24
Fixed bug with group chats.
irungentoo
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-18
Merge pull request #650 from FullName/ID-IP-basic
irungentoo
2013-11-16
Send our name when someone new joins the group chat.
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
Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...
irungentoo
2013-11-12
Group chat: Add a nickname message. Remove strange default nickname. (Serious...
Coren[m]
2013-11-11
Fixed possible segfault.
irungentoo
2013-11-10
Merge branch 'master' into harden
irungentoo
2013-11-08
Code cleanups.
irungentoo
2013-11-05
Auto delete inactive peers in the group chat.
irungentoo
2013-11-04
Send ping packets in group chats every 30 seconds.
irungentoo
2013-10-30
Testing requests are now sent.
irungentoo
2013-10-25
All modules using unix_time should run unix_time_update()
irungentoo
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-10-17
Fixed minor typo.
Bahkuh
2013-09-21
moved stuff that belongs into ping.[ch] there
Coren[m]
2013-09-17
astyled everything.
irungentoo
2013-09-16
Functions to get name of peer in group chat added.
irungentoo
[next]