log nnchat.c @ 412:3e64acb433e8

age author description
Thu, 24 May 2012 06:38:26 +0300 Matti Hamalainen Split libnnchat into libnnet and libnnutil
Thu, 24 May 2012 06:23:43 +0300 Matti Hamalainen Add few comments.
Thu, 24 May 2012 06:01:38 +0300 Matti Hamalainen Rename input handling main function.
Thu, 24 May 2012 05:58:15 +0300 Matti Hamalainen Make nickname autocomplete separator configurable.
Thu, 24 May 2012 05:47:15 +0300 Matti Hamalainen Fix a slight problem with connection pulling loop.
Thu, 24 May 2012 05:35:56 +0300 Matti Hamalainen Cleanup.
Thu, 24 May 2012 05:31:18 +0300 Matti Hamalainen Add some empty lines.
Thu, 24 May 2012 05:29:03 +0300 Matti Hamalainen Fix indentation after astyle reindent.
Thu, 24 May 2012 05:28:44 +0300 Matti Hamalainen Refactor the connection and protocol handling a bit.
Thu, 24 May 2012 05:03:58 +0300 Matti Hamalainen Oops, these functions were moved/renamed and were left out from a previous commit. :|
Thu, 24 May 2012 05:02:27 +0300 Matti Hamalainen Using th_isspace() should be enough to detect \r and \n.
Thu, 24 May 2012 05:01:46 +0300 Matti Hamalainen Reindent.
Thu, 24 May 2012 05:00:48 +0300 Matti Hamalainen Update copyright.
Thu, 24 May 2012 05:00:32 +0300 Matti Hamalainen Rename another function.
Thu, 24 May 2012 04:59:49 +0300 Matti Hamalainen Rename a function.
Thu, 24 May 2012 00:55:45 +0300 Matti Hamalainen Code cleanup. dev-0_9_12
Sun, 20 May 2012 23:35:00 +0300 Matti Hamalainen Change screen update strategy a bit.
Sun, 20 May 2012 23:33:46 +0300 Matti Hamalainen Log private messages always in the PRV format.
Thu, 29 Dec 2011 00:34:46 +0200 Matti Hamalainen Cosmetics.
Mon, 03 Oct 2011 15:43:42 +0300 Matti Hamalainen Update to use new th-libs from the subrepo.
Tue, 28 Jun 2011 21:46:18 +0300 Matti Hamalainen Use getmaxy() instead of getmaxyx().
Thu, 23 Jun 2011 14:43:10 +0300 Matti Hamalainen Use th_strcasecmp() and th_strncasecmp().
Thu, 23 Jun 2011 12:53:56 +0300 Matti Hamalainen Oops, the proxy type was accidentally called "port" in the configuration file, as was the actual port setting. Fixed.
Thu, 23 Jun 2011 10:37:11 +0300 Matti Hamalainen Finally fix handling of long packets.
Thu, 23 Jun 2011 10:11:45 +0300 Matti Hamalainen Fix SOCKS handling.
Thu, 23 Jun 2011 08:26:48 +0300 Matti Hamalainen More work on SOCKS proxy support, should work now.
Thu, 23 Jun 2011 06:31:34 +0300 Matti Hamalainen Add configuration section for proxy settings.
Thu, 23 Jun 2011 06:28:40 +0300 Matti Hamalainen Overhaul network code a bit, add initial implementation of SOCKS4/4A proxy support -- which may not work yet, it is untested.
Thu, 23 Jun 2011 01:37:13 +0300 Matti Hamalainen Cast integer to HINSTANCE. This may not be a good thing .. dunno.
Thu, 23 Jun 2011 01:36:58 +0300 Matti Hamalainen Set window title when running under PDCurses.