log nnchat.c @ 320:42ddc8bda6a9

age author description
Sat, 11 Jun 2011 06:42:06 +0300 Matti Hamalainen Sanitize RESIZE event.
Sat, 11 Jun 2011 06:41:37 +0300 Matti Hamalainen Oops, updateMain was set to TRUE by default, causing excessive window refreshing. Fixed.
Sat, 11 Jun 2011 06:34:06 +0300 Matti Hamalainen Don't THERR() in initializeWindows(), just return FALSE.
Sat, 11 Jun 2011 06:31:57 +0300 Matti Hamalainen Plug some more minor memory leaks.
Sat, 11 Jun 2011 06:01:58 +0300 Matti Hamalainen Fix a filehandle leak when reading in configuration file.
Sat, 11 Jun 2011 06:01:40 +0300 Matti Hamalainen Fix a memleak.
Sat, 11 Jun 2011 06:01:23 +0300 Matti Hamalainen memset() history buffer variable unconditionally to avoid derefencing uninitialized memory.
Sat, 11 Jun 2011 05:46:50 +0300 Matti Hamalainen Cleanup.
Sat, 11 Jun 2011 05:46:45 +0300 Matti Hamalainen Free homeDir variable.
Sat, 11 Jun 2011 04:50:00 +0300 Matti Hamalainen Fix encoding of usernames in /query and /close.
Sat, 11 Jun 2011 04:30:54 +0300 Matti Hamalainen Closing PRV buffers should not depend on the user being in the internal userlist. Fixed.
Sat, 11 Jun 2011 03:56:35 +0300 Matti Hamalainen Another unhandled key warning disabled when debug mode not enabled. dev-0_9_1
Sat, 11 Jun 2011 03:56:01 +0300 Matti Hamalainen Print messages about user leaving or joining the chat in the specific buffer, too.
Sat, 11 Jun 2011 03:39:22 +0300 Matti Hamalainen Fix unwindowed PRVs. dev-0_9_0
Sat, 11 Jun 2011 03:18:22 +0300 Matti Hamalainen Window / buffer functionality works now. Queries work (with few minor glitches).
Sat, 11 Jun 2011 01:14:25 +0300 Matti Hamalainen Merged.
Sat, 11 Jun 2011 01:10:48 +0300 Matti Hamalainen Implement "windows" in the chat. Only main window used for now, and even
Fri, 10 Jun 2011 00:06:00 +0300 Matti Hamalainen Remove backbuffer for now.
Thu, 09 Jun 2011 17:41:11 +0300 Matti Hamalainen Indentation alignment.
Thu, 09 Jun 2011 17:40:46 +0300 Matti Hamalainen Remove useless if check.
Thu, 09 Jun 2011 17:40:07 +0300 Matti Hamalainen Remove 'encryption key' define.
Fri, 03 Jun 2011 15:16:52 +0300 Matti Hamalainen Improve interactive prompts, etc.
Fri, 03 Jun 2011 14:07:14 +0300 Matti Hamalainen Cosmetics.
Fri, 03 Jun 2011 12:48:46 +0300 Matti Hamalainen Move username and password prompting into the Curses interface, also move Curses initialization to earlier phase.
Fri, 03 Jun 2011 11:47:11 +0300 Matti Hamalainen Merged.
Sun, 22 May 2011 02:11:32 +0300 Matti Hamalainen Shut up some trivial warnings.
Fri, 03 Jun 2011 11:18:50 +0300 Matti Hamalainen Rename variable nnIgnoreList to setIgnoreList.
Fri, 03 Jun 2011 11:18:19 +0300 Matti Hamalainen Add configuration setting and functionality for random "keepalive" messages to avoid idle timeout kicks from chat.
Fri, 06 May 2011 03:06:55 +0300 Matti Hamalainen General cleanups.
Thu, 28 Apr 2011 16:30:58 +0300 Matti Hamalainen Change default port to 8005 (new main room).
Sun, 24 Apr 2011 23:35:00 +0300 Matti Hamalainen Improve log filename format parsing; Add special casing for handling of function keys for certain terminal types.
Wed, 20 Apr 2011 18:59:42 +0300 Matti Hamalainen Add the config section ...
Wed, 20 Apr 2011 18:48:42 +0300 Matti Hamalainen Add functionality for generating logfile names based on port etc. and
Wed, 20 Apr 2011 15:46:42 +0300 Matti Hamalainen Merged.
Wed, 20 Apr 2011 15:44:34 +0300 Matti Hamalainen Add unfinished code for logfile name parsing.
Tue, 19 Apr 2011 12:00:50 +0300 Matti Hamalainen Update copyright years.
Thu, 17 Mar 2011 08:58:19 +0200 Matti Hamalainen Report network errors to the user.
Sun, 13 Mar 2011 11:21:41 +0200 Matti Hamalainen Use a pipe to redirect executed browser's stderr and stdout when opening profiles.
Sun, 13 Mar 2011 11:21:16 +0200 Matti Hamalainen Handle certain terminals differently.
Sun, 20 Feb 2011 20:45:58 +0200 Matti Hamalainen Some yet-unused backbuffer related code.
Sun, 20 Feb 2011 20:45:23 +0200 Matti Hamalainen Repair automatic PRV target setting.
Sun, 20 Feb 2011 20:44:09 +0200 Matti Hamalainen Change timeout delay to lower value.
Wed, 01 Dec 2010 01:13:18 +0200 Matti Hamalainen Cosmetics.
Wed, 01 Dec 2010 01:12:43 +0200 Matti Hamalainen Sanitize ignore handling; Also action messages and PRVs were not being properly ignored, fixed.
Sat, 27 Nov 2010 18:44:55 +0200 Matti Hamalainen Show error messages printed out to stderr only after the program has quit.
Sat, 27 Nov 2010 17:45:20 +0200 Matti Hamalainen Add a simple 'press enter to continue' for Windows port, when an error occurs so the user can see it before the application closes.
Sat, 27 Nov 2010 17:44:18 +0200 Matti Hamalainen Rename a variable.
Sun, 21 Nov 2010 04:22:06 +0200 Matti Hamalainen Change ShellExecute return value's variable type to HINSTANCE as it should be.
Sun, 21 Nov 2010 04:16:55 +0200 Matti Hamalainen Add Makefile for OpenBSD, and specific #ifdef'd includes for the platform.
Sun, 21 Nov 2010 04:14:08 +0200 Matti Hamalainen Use (void *) typecast for execlp() sentinel to avoid a warning under OpenBSD.
Sat, 20 Nov 2010 23:13:30 +0200 Matti Hamalainen Trim both left and right side of username+password prompt input. Also allow empty passwords, to be able to use guest accounts.
Sat, 20 Nov 2010 23:12:04 +0200 Matti Hamalainen Change timeout() value for PDCurses/Windows to 0 to improve responsivity.
Sat, 20 Nov 2010 21:21:51 +0200 Matti Hamalainen Use curses subwin(stdscr, ...) instead of newwin().
Sat, 20 Nov 2010 21:15:53 +0200 Matti Hamalainen Use curses KEY_F(n) macros for defining function keys instead of hardcoded values.
Sat, 20 Nov 2010 21:15:06 +0200 Matti Hamalainen Change default user color to black (#000000).
Sat, 20 Nov 2010 19:14:22 +0200 Matti Hamalainen Add some hardcoded translations for certain terminal keycodes that NCurses 4.x on Solaris didn't handle .. urgh.
Sat, 20 Nov 2010 12:15:35 +0200 Matti Hamalainen Make ^C equivalent of quit (F9).
Sat, 20 Nov 2010 12:15:13 +0200 Matti Hamalainen Silence a warning under Solaris and few other systems by using th_isspace() wrapper instead of isspace().
Thu, 18 Nov 2010 01:26:41 +0200 Matti Hamalainen Make configuration username/password overridable on command line.
Wed, 17 Nov 2010 09:57:32 +0200 Matti Hamalainen Implement browser launching on Windows via ShellExecute().