toxcore/testing
Coren[m] 4993928888
Started as a simple bugfix for wrap(), expanded to more detailed help.
nTox.c:
- flag[]: additional flag for special wrapping
- help expanded and split (to keep below 256 chars)
- new_lines_mark(): stores flag for special wrapping
- print_friendlist():
.  - extracted pattern for output
.  - added length of id string allocation
.  - replaced '\t' with '+ ', wrappers don't account for '\t'
- line_eval():
.  - removed a few do_refresh() directly after a new_lines() (calls do_refresh() at its end)
.  - 'h' (help): parsing of an additional character for f(riend) or g(roup)
- wrap():
.  - the major bugfix:
.    - no more endless looping if the input had a substring with no spaces
.      for more than line_width (e.g. ID of 78 and window smaller than 78)
- wrap_bars(): wrap() for "rich" messages, honors embedded '\n', breaks preferable at '|'
- print_help(): listed all options and added explanations
- print_invite(): fixed minuscule typo
- main(): made print_help() reachable again

nTox.h:
- majorly cut down to what is really needed
2013-11-10 19:06:17 +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 Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +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