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
..
2013-09-09 14:16:53 -04:00
2013-10-19 11:34:41 -07:00
2013-10-06 17:40:23 -04:00
2013-10-06 17:40:23 -04:00
2013-10-16 18:03:33 +02:00
2013-10-23 14:49:59 -04:00
2013-11-11 15:25:54 +01:00