toxcore/testing
Coren[m] e85e9dbb99
group_namelistchange(): for ui reasons, divulge the peernumber and the nature of the change (add, del, name change).
tox.*, Messenger.*, group_chats.*:
- expand interface of callback by peernumber/change

groupchats.c:
- call callback in addpeer/delpeer/setnick with peernumber and flag

nTox.c:
- print_groupchatpeers(): print as many names on a line as possible, not one peer per line
- print_groupnamelistchange(): only print the change, if possible (i.e. "new peer", "peer's new name")
- added command "/p" to print the list of peers
2013-11-24 21:12:26 +01:00
..
experiment move group chats to /toxcore 2013-09-09 14:16:53 -04:00
crypto_speed_test.c Removed unnecessary #if 2013-10-19 11:34:41 -07:00
DHT_test.c Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then always off). 2013-10-20 16:56:12 +02:00
Lossless_UDP_testclient.c Code cleanups. 2013-10-06 17:40:23 -04:00
Lossless_UDP_testserver.c Code cleanups. 2013-10-06 17:40:23 -04:00
Makefile.inc Do not build tox_sync on win32 2013-10-16 18:03:33 +02:00
Messenger_test.c Code cleanups. 2013-10-23 14:49:59 -04:00
misc_tools.c tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
nTox.c group_namelistchange(): for ui reasons, divulge the peernumber and the nature of the change (add, del, name change). 2013-11-24 21:12:26 +01:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
nToxAudio.h tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
tox_sync.c Added function to get the piece size for sending files. 2013-10-08 18:55:35 -04:00