log

age author description
Tue, 17 Nov 2009 23:09:10 +0200 Matti Hamalainen Remove useless buffer usage from error reporting function.
Tue, 17 Nov 2009 23:08:15 +0200 Matti Hamalainen Added varargs versions of some functions.
Tue, 17 Nov 2009 19:21:35 +0200 Matti Hamalainen Bump version.
Tue, 17 Nov 2009 19:20:25 +0200 Matti Hamalainen Rename functions for clarity.
Sun, 05 Jul 2009 16:55:40 +0300 Matti Hamalainen Add connection keepalive by sending /listallusers every 15 minutes,
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 03:58:42 +0300 Matti Hamalainen Move -DTH_NO_DEFAULTS to Makefile.gen instead.
Thu, 07 May 2009 01:35:34 +0300 Matti Hamalainen v0.7.1
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.
Mon, 27 Apr 2009 07:31:10 +0300 Matti Hamalainen Readability.
Mon, 27 Apr 2009 07:30:51 +0300 Matti Hamalainen Cleanups.
Mon, 20 Apr 2009 22:06:55 +0300 Matti Hamalainen v0.7.0
Mon, 20 Apr 2009 22:06:03 +0300 Matti Hamalainen Initialize some variables.
Mon, 20 Apr 2009 22:05:53 +0300 Matti Hamalainen Add -O2.
Mon, 20 Apr 2009 22:03:14 +0300 Matti Hamalainen Use win32/ subdirectory for object files also.
Mon, 20 Apr 2009 22:02:58 +0300 Matti Hamalainen Add note about PDCurses for Windows.
Mon, 20 Apr 2009 22:02:37 +0300 Matti Hamalainen Synced th-libs.
Fri, 30 Jan 2009 01:54:51 +0200 Matti Hamalainen Updatec copyrights to 2009.
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.
Sat, 13 Dec 2008 11:19:19 +0200 Matti Hamalainen Handle certain key sequences better.
Sun, 16 Nov 2008 14:02:18 +0200 Matti Hamalainen Update docs.
Sun, 16 Nov 2008 05:00:51 +0200 Matti Hamalainen Free some memory.
Fri, 14 Nov 2008 14:23:21 +0200 Matti Hamalainen Portability fixes.
Fri, 14 Nov 2008 09:31:08 +0200 Matti Hamalainen Support keycode 0x08 as backspace for Win32 compatibility.
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.