log libnnchat.h @ 398:c345a8efb1d4

age author description
Thu, 24 May 2012 04:58:43 +0300 Matti Hamalainen Add some new functions for socket / connection input buffer
Thu, 24 May 2012 04:58:10 +0300 Matti Hamalainen Rename variable and function, internal use only.
Thu, 24 May 2012 04:57:37 +0300 Matti Hamalainen Update copyright.
Thu, 24 May 2012 04:33:21 +0300 Matti Hamalainen Rename some internal variables and add new buffer pointer one.
Thu, 24 May 2012 00:47:31 +0300 Matti Hamalainen Cleanup libnnchat.
Thu, 23 Jun 2011 14:54:11 +0300 Matti Hamalainen Remove useless semicolons, fixes some pedantic warnings.
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 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.
Tue, 14 Jun 2011 09:02:01 +0300 Matti Hamalainen More work towards a working backbuffer implementation.
Sat, 11 Jun 2011 10:03:44 +0300 Matti Hamalainen Move some functions to libnnchat and rename nn_find_window to findWindow()
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.