toxcore/testing
Coren[m] 553aba0498
nTox.c:
- multiple places: tox_getname() doesn't terminate the string, make sure nTox does
- format_message():
.  - renamed to print_formatted_message()
.  - changed semantics: does the new_line() itself, saves caller from freeing the buffer (which no caller did)
.  - changed signature: now also prints the friend's name when sending
.  - intern: date is only printed once, the message line gets only time
- print_message(): enforce null termination
- main():
.  - setlocale() to init locale (for date/time printing)
.  - own name: ensure null termination

Messenger.c:
- notify of friend name change *before* the old name is overwritten
2013-11-11 15:25:54 +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 nTox.c: 2013-11-11 15:25:54 +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