log

age author description
Thu, 04 Nov 2010 14:55:44 +0200 Matti Hamalainen Rename configuration file for Windows.
Wed, 03 Nov 2010 13:36:35 +0200 Matti Hamalainen Create win32/ subdirectory if needed.
Wed, 03 Nov 2010 13:28:22 +0200 Matti Hamalainen Add some comments in Win32 MinGW cross build Makefile.
Wed, 03 Nov 2010 13:27:55 +0200 Matti Hamalainen Update documentation.
Wed, 03 Nov 2010 12:26:10 +0200 Matti Hamalainen Introduce utility function getTimeStamp() and use it to lessen code duplication.
Wed, 03 Nov 2010 01:33:39 +0200 Matti Hamalainen Plug some minor "memory leaks" related to curses.
Wed, 03 Nov 2010 00:03:20 +0200 Matti Hamalainen Get correct directory for saving configuration under Windows.
Wed, 03 Nov 2010 00:03:02 +0200 Matti Hamalainen Comment cleanups.
Wed, 03 Nov 2010 00:02:08 +0200 Matti Hamalainen Including sys/types.h is required here.
Tue, 02 Nov 2010 22:53:29 +0200 Matti Hamalainen Oops, should be th_cfg_add_bool() instead of th_cfg_add_boolean()
Tue, 02 Nov 2010 22:52:22 +0200 Matti Hamalainen Add comment in config file about format of user color setting.
Tue, 02 Nov 2010 22:52:05 +0200 Matti Hamalainen Add config file option for default setting of ignore mode.
Tue, 02 Nov 2010 22:50:32 +0200 Matti Hamalainen Cosmetics.
Tue, 02 Nov 2010 22:49:44 +0200 Matti Hamalainen Remove obsolete #if 1
Tue, 02 Nov 2010 22:33:38 +0200 Matti Hamalainen Fix string list parsing and handling in configuration parser.
Tue, 02 Nov 2010 21:51:46 +0200 Matti Hamalainen Bump version to 0.8.1.
Tue, 02 Nov 2010 21:51:38 +0200 Matti Hamalainen Use th_cfg_add_string_list() correctly.
Tue, 02 Nov 2010 21:51:10 +0200 Matti Hamalainen Rename some variables, cleanups.
Tue, 02 Nov 2010 21:50:49 +0200 Matti Hamalainen Create configuration file path based on user's $HOME under UNIX-style systems.
Tue, 02 Nov 2010 21:48:54 +0200 Matti Hamalainen Cosmetics.
Tue, 02 Nov 2010 21:48:24 +0200 Matti Hamalainen Use th-libs linked list code for managing ignore list.
Tue, 02 Nov 2010 21:47:07 +0200 Matti Hamalainen Define some platform-specific constants.
Tue, 02 Nov 2010 21:46:16 +0200 Matti Hamalainen Improvements in configuration file handing.
Tue, 02 Nov 2010 21:45:28 +0200 Matti Hamalainen Move browser code around a bit.
Tue, 02 Nov 2010 21:31:11 +0200 Matti Hamalainen Add doubly linked list handling functions.
Sat, 30 Oct 2010 21:08:21 +0300 Matti Hamalainen Cleanup.
Sat, 30 Oct 2010 20:42:47 +0300 Matti Hamalainen Use resize_term() and erase() on resize event also with ncurses and not only with PDcurses.
Sat, 30 Oct 2010 20:37:09 +0300 Matti Hamalainen Config file.
Sat, 30 Oct 2010 17:03:29 +0300 Matti Hamalainen Use th_get_hex_triplet().
Sat, 30 Oct 2010 17:02:35 +0300 Matti Hamalainen Added th_get_hex_triplet().
Sat, 30 Oct 2010 15:19:34 +0300 Matti Hamalainen A different initialization.
Sat, 30 Oct 2010 15:07:03 +0300 Matti Hamalainen "Optimize" protocol handling.
Sat, 30 Oct 2010 12:15:55 +0300 Matti Hamalainen Wait for forked processes, to prevent a zombie apocalypse.
Fri, 29 Oct 2010 23:12:23 +0300 Matti Hamalainen Portability fixes.
Fri, 29 Oct 2010 19:54:42 +0300 Matti Hamalainen Sync.
Fri, 29 Oct 2010 16:59:35 +0300 Matti Hamalainen Improve internal command handling, use fork() and execlp() instead of system() for opening profiles into external browser's tabs.
Fri, 29 Oct 2010 16:41:08 +0300 Matti Hamalainen Sync.
Fri, 29 Oct 2010 10:58:39 +0300 Matti Hamalainen Rename function getColor() to getHexColorDef().
Fri, 29 Oct 2010 10:55:24 +0300 Matti Hamalainen Change some key defines.
Fri, 29 Oct 2010 10:54:40 +0300 Matti Hamalainen Remove #ifdef __WIN32 around non-win32 specific code.
Thu, 28 Oct 2010 23:54:40 +0300 Matti Hamalainen Adjust delay.
Thu, 28 Oct 2010 23:22:31 +0300 Matti Hamalainen Fix some PDCurses incompatibilities and remove some Win32/PDCurses specific hacks.
Mon, 25 Oct 2010 01:35:12 +0300 Matti Hamalainen Use getmaxyx() instead of LINES and COLS globals as recommended by curses programming guidelines.
Mon, 25 Oct 2010 01:34:27 +0300 Matti Hamalainen Use a shorter timeout, remove usleep() definition because it is not needed.
Sun, 24 Oct 2010 23:09:42 +0300 Matti Hamalainen Add simple "prediction" into tab-completion based on previously gotten last
Sun, 24 Oct 2010 21:52:19 +0300 Matti Hamalainen v0.8.0
Sun, 24 Oct 2010 21:48:16 +0300 Matti Hamalainen Support $BROWSER environment variable setting.
Sun, 24 Oct 2010 21:38:47 +0300 Matti Hamalainen Yay, tab-completion cycling now works (except for usernames with whitespaces, of course ...)
Sun, 24 Oct 2010 21:38:17 +0300 Matti Hamalainen Fix right-side trimming of command line.
Sun, 24 Oct 2010 18:44:59 +0300 Matti Hamalainen Make local commands case-insensitive.
Sun, 24 Oct 2010 18:28:22 +0300 Matti Hamalainen Fix Win32/MinGW/PDcurses issues.
Sat, 23 Oct 2010 02:55:45 +0300 Matti Hamalainen Fix /w -command and add some comments.
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:38 +0300 Matti Hamalainen Implement username tab-completion. It's still buggy, tho.
Fri, 22 Oct 2010 12:07:15 +0300 Matti Hamalainen Drop internal use and storage of encoded usernames.
Fri, 22 Oct 2010 12:06:55 +0300 Matti Hamalainen Updated.
Thu, 21 Oct 2010 18:54:43 +0300 Matti Hamalainen Change default port to 8003.
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.
Mon, 11 Oct 2010 15:47:48 +0300 Matti Hamalainen Updated.
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.
Fri, 14 Nov 2008 08:48:12 +0200 Matti Hamalainen Remove tabs from indentation.
Fri, 14 Nov 2008 08:46:16 +0200 Matti Hamalainen Fix MinGW kludge.
Fri, 14 Nov 2008 07:15:57 +0200 Matti Hamalainen MingW compatibility, with one ugly kludge.
Thu, 13 Nov 2008 16:46:15 +0200 Matti Hamalainen Alias '/who' to '/listallusers'.
Thu, 13 Nov 2008 13:22:17 +0200 Matti Hamalainen Cleanups.
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 22:06:07 +0200 Matti Hamalainen Colour changes.
Tue, 11 Nov 2008 21:57:51 +0200 Matti Hamalainen Moved some functions to "libnnchat".
Tue, 11 Nov 2008 21:33:41 +0200 Matti Hamalainen v0.6.5.
Tue, 11 Nov 2008 21:33:22 +0200 Matti Hamalainen Improve grammar.
Tue, 11 Nov 2008 21:30:05 +0200 Matti Hamalainen Remove morse code mode.
Tue, 11 Nov 2008 21:29:37 +0200 Matti Hamalainen Misc. fixes.
Tue, 11 Nov 2008 21:16:11 +0200 Matti Hamalainen Highlight username differently.
Tue, 11 Nov 2008 10:59:08 +0200 Matti Hamalainen v0.6.4
Tue, 11 Nov 2008 10:53:15 +0200 Matti Hamalainen Add typecasts to fix printing of 8-bit characters.
Mon, 10 Nov 2008 08:32:49 +0200 Matti Hamalainen More comments.
Fri, 07 Nov 2008 22:17:44 +0200 Matti Hamalainen Improved error handling.
Fri, 07 Nov 2008 22:17:33 +0200 Matti Hamalainen Update documentation.
Mon, 03 Nov 2008 19:01:32 +0200 Matti Hamalainen Fix the input packet handling to properly handle packets with multiple
Sun, 02 Nov 2008 18:43:38 +0200 Matti Hamalainen Use strdup; Added function to decode morse code.
Wed, 29 Oct 2008 02:51:51 +0200 Matti Hamalainen Simple ringbuffer implementation.
Wed, 29 Oct 2008 02:51:35 +0200 Matti Hamalainen Synced th-libs.
Wed, 29 Oct 2008 02:51:18 +0200 Matti Hamalainen Synced th-libs.
Wed, 29 Oct 2008 01:34:27 +0200 Matti Hamalainen Support for resizing the terminal on fly. Not perfect, but works.
Tue, 28 Oct 2008 00:33:10 +0200 Matti Hamalainen Improved editing commands ctrl+<left/right>
Mon, 27 Oct 2008 01:31:53 +0200 Matti Hamalainen Update documentation.
Mon, 27 Oct 2008 01:00:49 +0200 Matti Hamalainen Cleanups, added a silly morse code conversion mode.
Mon, 27 Oct 2008 00:58:34 +0200 Matti Hamalainen Sync th-libs.
Sun, 26 Oct 2008 02:51:58 +0300 Matti Hamalainen v0.6.1