log

age author description
Thu, 23 Jun 2011 08:59:50 +0300 Matti Hamalainen Make saved configuration files a bit more readable.
Thu, 23 Jun 2011 08:48:23 +0300 Matti Hamalainen Add some informational messages to proxy connection setup.
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 04:39:10 +0300 Matti Hamalainen Suppress diff output in Makefile.w32 when generating documentation.
Thu, 23 Jun 2011 04:24:11 +0300 Matti Hamalainen Update documentation.
Thu, 23 Jun 2011 01:37:43 +0300 Matti Hamalainen Added tag dev-0_9_6 for changeset f3572f4f73d1
Thu, 23 Jun 2011 01:37:30 +0300 Matti Hamalainen Bump version again. dev-0_9_6
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:35:17 +0300 Matti Hamalainen Added tag dev-0_9_5 for changeset 442206f75bef
Thu, 23 Jun 2011 01:35:12 +0300 Matti Hamalainen Removed tag dev-0_9_5 dev-0_9_5
Thu, 23 Jun 2011 01:23:34 +0300 Matti Hamalainen Added tag dev-0_9_5 for changeset adc615a6b4e5
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.
Thu, 23 Jun 2011 00:48:24 +0300 Matti Hamalainen Bump version.
Tue, 21 Jun 2011 21:35:31 +0300 Matti Hamalainen Improvements in Windows Makefile.
Mon, 20 Jun 2011 04:34:43 +0300 Matti Hamalainen Added tag dev-0_9_4 for changeset 1f4def71b836
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 15:08:51 +0300 Matti Hamalainen Make th_growbuf() public.