log nnchat.c @ 376:1617d0a0c58e

age author description
Tue, 28 Jun 2011 21:46:18 +0300 Matti Hamalainen Use getmaxy() instead of getmaxyx().
Thu, 23 Jun 2011 14:43:10 +0300 Matti Hamalainen Use th_strcasecmp() and th_strncasecmp().
Thu, 23 Jun 2011 12:53:56 +0300 Matti Hamalainen Oops, the proxy type was accidentally called "port" in the configuration file, as was the actual port setting. Fixed.
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:26:48 +0300 Matti Hamalainen More work on SOCKS proxy support, should work now.
Thu, 23 Jun 2011 06:31:34 +0300 Matti Hamalainen Add configuration section for proxy settings.
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.
Thu, 23 Jun 2011 01:37:13 +0300 Matti Hamalainen Cast integer to HINSTANCE. This may not be a good thing .. dunno.
Thu, 23 Jun 2011 01:36:58 +0300 Matti Hamalainen Set window title when running under PDCurses.
Thu, 23 Jun 2011 01:23:19 +0300 Matti Hamalainen Call erase() when terminal is resized, this works around certain problems with old NCurses versions.
Thu, 23 Jun 2011 01:22:44 +0300 Matti Hamalainen Handling of certain Curses keycodes only works as intended under
Thu, 23 Jun 2011 00:50:02 +0300 Matti Hamalainen Cosmetics in help message.
Thu, 23 Jun 2011 00:49:26 +0300 Matti Hamalainen Fix a think-o in the logic of processing user commands / messages in case of different window buffers.
Mon, 20 Jun 2011 04:34:35 +0300 Matti Hamalainen Back to simplistic backbuffer implementation due to laziness. dev-0_9_4
Mon, 20 Jun 2011 03:42:36 +0300 Matti Hamalainen #if'd out code for F8 = toggle debug mode key.
Mon, 20 Jun 2011 03:42:08 +0300 Matti Hamalainen Don't log toggling of ignore mode messages.
Mon, 20 Jun 2011 03:41:32 +0300 Matti Hamalainen Support alt-[1..9] under Windows/PDCurses/SDL port for buffer switching.
Tue, 14 Jun 2011 17:02:12 +0300 Matti Hamalainen Change how backbuffer offset is handled.
Tue, 14 Jun 2011 12:59:03 +0300 Matti Hamalainen Move nn_strtuple_* functions to libnnchat.
Tue, 14 Jun 2011 10:45:40 +0300 Matti Hamalainen #ifdef out the policy probe.
Tue, 14 Jun 2011 09:02:01 +0300 Matti Hamalainen More work towards a working backbuffer implementation.
Mon, 13 Jun 2011 06:59:31 +0300 Matti Hamalainen Fix backbuffer functionality.
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 09:49:42 +0300 Matti Hamalainen Twiddling on the backbuffer logic.
Sat, 11 Jun 2011 09:49:05 +0300 Matti Hamalainen Twiddling with the PGUP / PGDN logic.
Sat, 11 Jun 2011 09:48:26 +0300 Matti Hamalainen Clean up message functions, add new printMsgQ() helper function for messages that should not
Sat, 11 Jun 2011 07:39:23 +0300 Matti Hamalainen Update configuration file comment about room ports.
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 ...