log libnnchat.c @ 365:88ac689d11bc

age author description
Thu, 23 Jun 2011 11:24:25 +0300 Matti Hamalainen Win32/MinGW specific fixes.
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:48:23 +0300 Matti Hamalainen Add some informational messages to proxy connection setup.
Thu, 23 Jun 2011 08:26:48 +0300 Matti Hamalainen More work on SOCKS proxy support, should work now.
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.
Tue, 14 Jun 2011 12:59:03 +0300 Matti Hamalainen Move nn_strtuple_* functions to libnnchat.
Sat, 11 Jun 2011 10:03:44 +0300 Matti Hamalainen Move some functions to libnnchat and rename nn_find_window to findWindow()
Sat, 11 Jun 2011 06:00:31 +0300 Matti Hamalainen Cosmetics.
Sat, 11 Jun 2011 05:10:30 +0300 Matti Hamalainen Use th_vputch() and th_vputs() instead of similar routines in libnnchat. dev-0_9_2
Fri, 10 Jun 2011 23:43:36 +0300 Matti Hamalainen Move nn_username_{de,en}code() to libnnchat.
Thu, 09 Jun 2011 11:39:33 +0300 Matti Hamalainen Remove ringbuf implementation, it's been moved to th-libs.
Fri, 03 Jun 2011 14:23:18 +0300 Matti Hamalainen Update copyright years.
Sun, 21 Nov 2010 04:12:16 +0200 Matti Hamalainen Silence some warnings on OpenBSD.
Sun, 14 Nov 2010 22:08:08 +0200 Matti Hamalainen Partially re-factor connection handling.
Sat, 06 Nov 2010 18:00:22 +0200 Matti Hamalainen Remove useless parens.
Thu, 04 Nov 2010 16:00:02 +0200 Matti Hamalainen Fix matching of usernames against hash. In some cases after the last match the function would not go back to the first match.
Sun, 24 Oct 2010 23:09:42 +0300 Matti Hamalainen Add simple "prediction" into tab-completion based on previously gotten last
Sat, 23 Oct 2010 02:01:00 +0300 Matti Hamalainen Tab-completion now works with cycling, but bugs with names that have whitespaces.
Fri, 22 Oct 2010 12:07:15 +0300 Matti Hamalainen Drop internal use and storage of encoded usernames.
Fri, 15 Oct 2010 00:34:25 +0300 Matti Hamalainen Initial implementation of functions for implementing tab-completion for user names.
Mon, 11 Oct 2010 15:48:05 +0300 Matti Hamalainen Renamed functions.
Tue, 17 Nov 2009 19:20:25 +0200 Matti Hamalainen Rename functions for clarity.
Sat, 20 Jun 2009 01:45:09 +0300 Matti Hamalainen Constify.
Thu, 07 May 2009 06:14:21 +0300 Matti Hamalainen Add preliminary userlist data handling functions.
Thu, 07 May 2009 00:04:37 +0300 Matti Hamalainen Create network initialization functions in libnnchat and move Win32/WinSock code there.
Wed, 06 May 2009 23:55:21 +0300 Matti Hamalainen Move socket error handling functions to libnnchat.
Wed, 06 May 2009 05:05:02 +0300 Matti Hamalainen Change some typedef names; Add struct for user list handling.
Wed, 24 Dec 2008 16:03:53 +0200 Matti Hamalainen Use th_strdup() again.
Thu, 18 Dec 2008 14:34:44 +0200 Matti Hamalainen Add functions to simplify code.
Fri, 14 Nov 2008 08:54:37 +0200 Matti Hamalainen Fix the fuckups of previous commit.
Fri, 14 Nov 2008 08:49:40 +0200 Matti Hamalainen Remove tabs from indentation.
Tue, 11 Nov 2008 23:57:49 +0200 Matti Hamalainen Move more functions to libnnchat.
Tue, 11 Nov 2008 22:33:35 +0200 Matti Hamalainen Some random cleanups, bring back WinSock support.
Tue, 11 Nov 2008 21:57:51 +0200 Matti Hamalainen Moved some functions to "libnnchat".