log

age author description
Mon, 09 Jul 2018 05:59:13 +0300 Matti Hamalainen Fix an issue in editBuffer handling.
Mon, 02 Jul 2018 00:04:53 +0300 Matti Hamalainen Improve build system.
Mon, 04 Jun 2018 03:08:18 +0300 Matti Hamalainen TH_NO_DEFAULTS is not used anymore.
Mon, 04 Jun 2018 03:00:11 +0300 Matti Hamalainen Fix to match changes in th-libs API.
Sat, 30 Dec 2017 04:26:29 +0200 Matti Hamalainen Use th_free_r().
Wed, 25 Oct 2017 18:23:32 +0300 Matti Hamalainen Possibly fix external build things and llvm static analyzer runs.
Wed, 09 Aug 2017 11:24:41 +0300 Matti Hamalainen Change license from custom WTFPL to 3-clause BSD.
Mon, 19 Dec 2016 19:01:27 +0200 Matti Hamalainen Add homepage and adjust Makefiles.
Wed, 09 Mar 2016 16:13:55 +0200 Matti Hamalainen Fix and improve Windows Makefile.
Wed, 09 Mar 2016 16:13:40 +0200 Matti Hamalainen Fix Windows builds.
Wed, 09 Mar 2016 15:09:59 +0200 Matti Hamalainen Use the makefile.inc helper from th-libs for generic targets.
Tue, 01 Mar 2016 17:21:52 +0200 Matti Hamalainen Fix to match th_args API.
Wed, 17 Feb 2016 14:28:17 +0200 Matti Hamalainen Some functions used were factored into new th_datastruct module in th-libs,
Mon, 15 Feb 2016 07:04:48 +0200 Matti Hamalainen Bump copyrights.
Mon, 15 Feb 2016 07:01:33 +0200 Matti Hamalainen Whoops, add the missing endianchk.c
Fri, 12 Feb 2016 03:06:40 +0200 Matti Hamalainen Silence a warning about unused function argument.
Fri, 12 Feb 2016 03:05:07 +0200 Matti Hamalainen Work on the build system, split generic UNIX things into Makefile.unix
Fri, 12 Feb 2016 03:03:51 +0200 Matti Hamalainen Create configuration directory path if it does not yet exist when saving
Fri, 12 Feb 2016 03:03:17 +0200 Matti Hamalainen Use the new io context API.
Fri, 12 Feb 2016 03:02:12 +0200 Matti Hamalainen Two more generic functions were moved to th-libs, so factor out the
Fri, 12 Feb 2016 01:40:04 +0200 Matti Hamalainen Use TH_PLAT_WINDOWS for preprocessor conditionals.
Thu, 11 Feb 2016 23:00:26 +0200 Matti Hamalainen Bump version.
Sat, 07 Feb 2015 01:40:29 +0200 Matti Hamalainen Match th-libs API changes for ringbuffers.
Fri, 06 Feb 2015 23:07:05 +0200 Matti Hamalainen Added tag dev-1_5_2 for changeset 8b8ef14d7177
Fri, 06 Feb 2015 23:04:24 +0200 Matti Hamalainen Update to match th-libs API changes. dev-1_5_2
Mon, 02 Feb 2015 23:45:39 +0200 Matti Hamalainen Cosmetic.
Wed, 28 Jan 2015 13:04:19 +0200 Matti Hamalainen Cosmetics.
Wed, 28 Jan 2015 13:00:00 +0200 Matti Hamalainen Change messages for join/part.
Wed, 28 Jan 2015 08:08:08 +0200 Matti Hamalainen Bump version.
Wed, 28 Jan 2015 08:07:58 +0200 Matti Hamalainen Make browser a configurable setting (in addition to environment variable),
Mon, 26 Jan 2015 06:44:40 +0200 Matti Hamalainen Make XDG config dir default.
Mon, 26 Jan 2015 06:44:25 +0200 Matti Hamalainen Improve and fix XDG support.
Mon, 26 Jan 2015 06:44:05 +0200 Matti Hamalainen Cosmetics.
Mon, 26 Jan 2015 05:22:12 +0200 Matti Hamalainen Separate home dir and config dir functionality.
Fri, 09 Jan 2015 20:37:15 +0200 Matti Hamalainen Commonize README building.
Fri, 09 Jan 2015 20:32:38 +0200 Matti Hamalainen Added tag dev-1_5_1 for changeset 0d7e6b61956c
Fri, 09 Jan 2015 20:30:14 +0200 Matti Hamalainen No need for SDL anymore. dev-1_5_1
Thu, 08 Jan 2015 16:40:51 +0200 Matti Hamalainen Bump version.
Wed, 07 Jan 2015 20:09:32 +0200 Matti Hamalainen Use ANSI C srand/rand() instead of POSIX srandom/random().
Wed, 07 Jan 2015 16:56:54 +0200 Matti Hamalainen Use th-libs functions.
Mon, 15 Dec 2014 19:56:13 +0200 Matti Hamalainen Added tag dev-1_5_0 for changeset 51dd01786d25
Sat, 22 Nov 2014 23:38:57 +0200 Matti Hamalainen Update to work with changed th_args API. dev-1_5_0
Fri, 04 Jul 2014 02:18:52 +0300 Matti Hamalainen API changes in th_network module.
Wed, 25 Jun 2014 09:33:05 +0300 Matti Hamalainen Add proxy disable/enable setting.
Sun, 22 Jun 2014 06:25:32 +0300 Matti Hamalainen Bump version.
Sun, 22 Jun 2014 06:25:16 +0300 Matti Hamalainen Improve help.
Sun, 22 Jun 2014 06:19:45 +0300 Matti Hamalainen Fixes in proxy usage.
Sun, 22 Jun 2014 03:32:39 +0300 Matti Hamalainen Use th_malloc0(n) instead of th_calloc(1, n).
Sun, 22 Jun 2014 02:12:37 +0300 Matti Hamalainen Proxy handling stuff.
Sat, 21 Jun 2014 20:42:57 +0300 Matti Hamalainen API change again.
Sat, 21 Jun 2014 20:01:17 +0300 Matti Hamalainen Rename a define.
Sat, 21 Jun 2014 20:01:08 +0300 Matti Hamalainen Use the new th_growbuf module.
Sat, 21 Jun 2014 06:38:54 +0300 Matti Hamalainen More API changes in th_network.
Sat, 21 Jun 2014 05:59:22 +0300 Matti Hamalainen API update.
Sat, 21 Jun 2014 05:11:14 +0300 Matti Hamalainen API changes in th_network.
Sat, 21 Jun 2014 04:52:08 +0300 Matti Hamalainen Improve build system.
Sat, 21 Jun 2014 03:02:43 +0300 Matti Hamalainen Socks5 support stuff, not finished yet (as SOCKS5 needs to be implemented in th_network)
Sat, 21 Jun 2014 02:56:14 +0300 Matti Hamalainen Adjust to changes in API.
Sat, 21 Jun 2014 02:40:51 +0300 Matti Hamalainen More work towards using th-libs th_network module.
Tue, 27 May 2014 07:31:20 +0300 Matti Hamalainen Network code is being generalized into a th-libs module.
Tue, 27 May 2014 07:27:14 +0300 Matti Hamalainen Use th_get_error() and th_error_str().
Tue, 27 May 2014 07:25:59 +0300 Matti Hamalainen Rename a function.
Sun, 25 May 2014 00:45:02 +0300 Matti Hamalainen Added signature for changeset 7d1aac6b27af
Wed, 21 May 2014 22:54:26 +0300 Matti Hamalainen Disable SOCKS 5 specific code that is not supported yet.
Wed, 21 May 2014 20:45:40 +0300 Matti Hamalainen Update online help.
Wed, 21 May 2014 19:10:02 +0300 Matti Hamalainen Clean up the #ifdef mess around homedir handling a bit.
Tue, 20 May 2014 07:15:48 +0300 Matti Hamalainen Factorize more proxy initialization stuff into separate functions.
Tue, 20 May 2014 06:51:52 +0300 Matti Hamalainen Some cleanup work, preparation for SOCKS 5.
Tue, 20 May 2014 06:50:12 +0300 Matti Hamalainen Repurpose nn_conn_close() to only close the socket, but not free the
Tue, 20 May 2014 06:20:43 +0300 Matti Hamalainen Remove possible trailing slash from proxy URI.
Tue, 20 May 2014 05:34:33 +0300 Matti Hamalainen Clean up and modularize proxy connection code a bit.
Tue, 20 May 2014 04:49:17 +0300 Matti Hamalainen Bump version.
Tue, 20 May 2014 04:44:45 +0300 Matti Hamalainen Use URI form of proxy configuration in the config file as well.
Tue, 20 May 2014 04:35:24 +0300 Matti Hamalainen Change how proxy is specified on commandline.
Tue, 20 May 2014 04:34:36 +0300 Matti Hamalainen Cosmetics.
Tue, 20 May 2014 04:34:23 +0300 Matti Hamalainen Change proxy authentication handling.
Tue, 20 May 2014 02:11:05 +0300 Matti Hamalainen Bump copyright year.
Tue, 20 May 2014 02:10:52 +0300 Matti Hamalainen In preparation for SOCKS 5 support, move some structs etc. into network.c
Tue, 20 May 2014 01:29:41 +0300 Matti Hamalainen Add new command /raw for sending only once encoded data.
Tue, 20 May 2014 01:04:30 +0300 Matti Hamalainen Add parameters (unused for now) for proxy password etc. in case SOCKS 5
Tue, 20 May 2014 00:09:45 +0300 Matti Hamalainen Add /mute to 'supported' passthrough commands.
Thu, 08 May 2014 16:15:18 +0300 Matti Hamalainen Bump version.
Thu, 08 May 2014 16:14:09 +0300 Matti Hamalainen Implement proxy user id setting.
Mon, 10 Feb 2014 22:59:13 +0200 Matti Hamalainen Bump copyright year.
Sat, 21 Dec 2013 00:23:44 +0200 Matti Hamalainen Added signature for changeset f9fb2a96a0c9
Sat, 12 Oct 2013 07:06:52 +0300 Matti Hamalainen Fix compatibility with new mingw.
Fri, 11 Oct 2013 16:08:24 +0300 Matti Hamalainen Added tag dev-1_3_7 for changeset 463210f14158
Mon, 30 Sep 2013 02:18:44 +0300 Matti Hamalainen Oops, we didn't error out when the room name was non-existent for -r option. dev-1_3_7
Sun, 29 Sep 2013 22:09:02 +0300 Matti Hamalainen Remove port descriptions from configuration.
Sun, 29 Sep 2013 22:08:49 +0300 Matti Hamalainen Add -r option for specifying the room by name instead of port.
Sun, 29 Sep 2013 22:07:36 +0300 Matti Hamalainen Bump version.
Sun, 29 Sep 2013 22:07:28 +0300 Matti Hamalainen Proxy port commandline option was not working correctly (set wrong variable), fixed.
Fri, 26 Jul 2013 15:45:05 +0300 Matti Hamalainen Update installation instructions.
Fri, 26 Jul 2013 13:26:35 +0300 Matti Hamalainen Bump up the command history size.
Sun, 07 Jul 2013 02:09:17 +0300 Matti Hamalainen Bump version.
Sun, 07 Jul 2013 02:09:02 +0300 Matti Hamalainen Add another tiny screen update flush check.
Sun, 07 Jul 2013 02:08:46 +0300 Matti Hamalainen Improve screen update economy by only refreshing when needed.
Sun, 07 Jul 2013 02:08:09 +0300 Matti Hamalainen Prevent spurious screen updates.
Sat, 05 Jan 2013 18:33:40 +0200 Matti Hamalainen Bump version.
Sat, 05 Jan 2013 18:33:29 +0200 Matti Hamalainen Adjust certain error message formats slightly.
Sat, 05 Jan 2013 16:16:44 +0200 Matti Hamalainen Bump copyright year.
Sun, 30 Dec 2012 08:34:07 +0200 Matti Hamalainen Added signature for changeset 7b7732229751
Sun, 30 Dec 2012 08:34:01 +0200 Matti Hamalainen Added tag dev-1_3_4 for changeset c294d9d92bf4
Sun, 30 Dec 2012 08:21:56 +0200 Matti Hamalainen Bump version. dev-1_3_4
Sun, 30 Dec 2012 08:20:47 +0200 Matti Hamalainen Add O_TRUNC to configuration file saving flags.
Sun, 30 Dec 2012 08:12:38 +0200 Matti Hamalainen Gracefully handle error situations when the main UI has not yet been
Thu, 13 Dec 2012 15:50:54 +0200 Matti Hamalainen Added tag dev-1_3_3 for changeset fdff29c4b17c
Thu, 13 Dec 2012 15:50:49 +0200 Matti Hamalainen Bump version. dev-1_3_3
Thu, 13 Dec 2012 15:50:38 +0200 Matti Hamalainen Add a new command /quit.
Thu, 13 Dec 2012 15:50:08 +0200 Matti Hamalainen Ctrl+C is bit too easy to hit on for quitting, remove that.
Thu, 13 Dec 2012 15:49:43 +0200 Matti Hamalainen Rename quit-related internal variables.
Tue, 11 Dec 2012 13:50:19 +0200 Matti Hamalainen Added tag dev-1_3_2 for changeset f83e8ac24161
Tue, 11 Dec 2012 13:50:10 +0200 Matti Hamalainen Bump version. dev-1_3_2
Tue, 04 Dec 2012 05:21:55 +0200 Matti Hamalainen Editline Backspace handling was wonky, we didn't check for edit position to be > 0. Fixed.
Tue, 20 Nov 2012 12:05:12 +0200 Matti Hamalainen Object files were added to the thlibs.a archive twice. Fixed.
Thu, 15 Nov 2012 21:39:03 +0200 Matti Hamalainen Improve win32 MSI uploading by adding the current version number to the MSI filename.
Thu, 15 Nov 2012 20:28:07 +0200 Matti Hamalainen Update to conform to changes in th-libs ioctx API.
Thu, 15 Nov 2012 20:27:44 +0200 Matti Hamalainen Change network layer error/info message passing API to pass direct strings
Thu, 15 Nov 2012 20:26:10 +0200 Matti Hamalainen Refactor message/error/etc printing functions to be a bit more sane.
Thu, 15 Nov 2012 19:53:08 +0200 Matti Hamalainen Bump version.
Thu, 15 Nov 2012 19:45:53 +0200 Matti Hamalainen Rework the configuration file loading and saving to use the I/O context and new th-config API.
Wed, 14 Nov 2012 18:57:27 +0200 Matti Hamalainen Comment out a debug message.
Tue, 13 Nov 2012 01:07:07 +0200 Matti Hamalainen Added tag dev-1_3_0 for changeset e32881ece842
Tue, 13 Nov 2012 01:06:58 +0200 Matti Hamalainen Only try to create log directories if logging is enabled. dev-1_3_0
Tue, 13 Nov 2012 01:06:26 +0200 Matti Hamalainen Fix Win32 side of log directory creation.
Mon, 12 Nov 2012 20:08:07 +0200 Matti Hamalainen Create configuration and log files with reduced permissions (rw for user
Mon, 12 Nov 2012 20:03:18 +0200 Matti Hamalainen Clean up header includes.
Mon, 12 Nov 2012 19:11:30 +0200 Matti Hamalainen Implement daily logs for room logs.
Mon, 12 Nov 2012 19:10:58 +0200 Matti Hamalainen Make LOG_* flags enum more readable and extendable by using hexadecimal values.
Mon, 12 Nov 2012 19:10:01 +0200 Matti Hamalainen Cosmetics, comments.
Mon, 12 Nov 2012 18:32:08 +0200 Matti Hamalainen Fix situations where the log path is unset.
Mon, 12 Nov 2012 14:30:59 +0200 Matti Hamalainen Fix log directory creation.
Mon, 12 Nov 2012 14:18:26 +0200 Matti Hamalainen Use the helper functions for creating log file directory automatically.
Mon, 12 Nov 2012 14:18:09 +0200 Matti Hamalainen Add helper functions for checking if target path is writable, readable or directory and creating directory structures recursively.
Mon, 12 Nov 2012 11:45:35 +0200 Matti Hamalainen Bump version.
Mon, 12 Nov 2012 11:28:37 +0200 Matti Hamalainen Cosmetics and comments.
Mon, 12 Nov 2012 11:28:17 +0200 Matti Hamalainen Implement default log file directory.
Sun, 11 Nov 2012 19:08:21 +0200 Matti Hamalainen Possibly fix logging after latest changes.
Sun, 11 Nov 2012 19:05:05 +0200 Matti Hamalainen Bump version.
Sun, 11 Nov 2012 18:51:09 +0200 Matti Hamalainen Clean up window logging logic a bit.
Sun, 11 Nov 2012 18:32:42 +0200 Matti Hamalainen Improve logging facilities. Private chats in query windows are now logged
Sun, 11 Nov 2012 07:33:31 +0200 Matti Hamalainen Silence a warning by typecasting to correct type from void.
Sun, 11 Nov 2012 07:33:17 +0200 Matti Hamalainen Improve log filename parser, should now accept some of the standard printf()
Thu, 08 Nov 2012 19:06:32 +0200 Matti Hamalainen Add colorization of usernames on userlist based on friend/ignore status.
Wed, 07 Nov 2012 09:17:42 +0200 Matti Hamalainen Fix win32 build.
Thu, 20 Sep 2012 00:01:18 +0300 Matti Hamalainen Fix to conform to th-libs changes.
Tue, 14 Aug 2012 02:17:03 +0300 Matti Hamalainen Fix various segfault issues.
Thu, 07 Jun 2012 03:16:56 +0300 Matti Hamalainen Bump version.
Thu, 07 Jun 2012 03:16:39 +0300 Matti Hamalainen Fix Win32/MinGW cross-compilation target to work with Debian's gcc-mingw-w64
Wed, 06 Jun 2012 18:55:17 +0300 Matti Hamalainen Stop to show errors when exiting even when not running on Win32.
Wed, 06 Jun 2012 17:24:08 +0300 Matti Hamalainen Fix removing from lists.
Wed, 06 Jun 2012 16:20:53 +0300 Matti Hamalainen Change coloring to use friend list as well.
Wed, 06 Jun 2012 00:00:06 +0300 Matti Hamalainen Added tag dev-1_2_2 for changeset 4c06bc545b1a
Wed, 06 Jun 2012 00:00:03 +0300 Matti Hamalainen Bump version. dev-1_2_2
Tue, 05 Jun 2012 23:59:49 +0300 Matti Hamalainen If username has not yet been set, show - instead of (null).
Tue, 05 Jun 2012 23:59:34 +0300 Matti Hamalainen Make it possible to quit when entering username/passwd.
Tue, 05 Jun 2012 23:52:10 +0300 Matti Hamalainen Added tag dev-1_2_1 for changeset 02db41d51752
Tue, 05 Jun 2012 23:52:05 +0300 Matti Hamalainen Removed tag dev-1_2_1 dev-1_2_1
Tue, 05 Jun 2012 23:51:48 +0300 Matti Hamalainen Bump version.
Tue, 05 Jun 2012 23:51:35 +0300 Matti Hamalainen Added tag dev-1_2_1 for changeset a9a81db93c74
Tue, 05 Jun 2012 23:51:20 +0300 Matti Hamalainen Fix win32 build again.
Tue, 05 Jun 2012 23:31:10 +0300 Matti Hamalainen Slight optimization.
Tue, 05 Jun 2012 23:20:52 +0300 Matti Hamalainen Add option for only allowing private messages from people on a special friend list.
Tue, 05 Jun 2012 22:33:21 +0300 Matti Hamalainen Add /prvon and /prvoff
Tue, 05 Jun 2012 22:28:38 +0300 Matti Hamalainen Added tag dev-1_2_0 for changeset 08bbd850e2dc
Tue, 05 Jun 2012 22:26:53 +0300 Matti Hamalainen Cosmetics. dev-1_2_0
Tue, 05 Jun 2012 22:17:39 +0300 Matti Hamalainen Fix ignore mode toggling.
Tue, 05 Jun 2012 22:16:57 +0300 Matti Hamalainen Bump version.
Tue, 05 Jun 2012 22:16:42 +0300 Matti Hamalainen Refactor input handling.
Tue, 05 Jun 2012 19:56:57 +0300 Matti Hamalainen Support XDG specification.
Tue, 05 Jun 2012 19:28:34 +0300 Matti Hamalainen Move logParseFilename() to nn_log_parse_filename() under util.c and rename logFileOpen() and logFileClose().
Sun, 03 Jun 2012 06:33:28 +0300 Matti Hamalainen Added tag dev-1_1_0 for changeset 942eea564b15
Sun, 03 Jun 2012 06:32:55 +0300 Matti Hamalainen Fix backbuffer offset manipulation, prevents a segfault. dev-1_1_0
Sun, 03 Jun 2012 06:32:18 +0300 Matti Hamalainen Remove useless check from nnwin_putch().
Sun, 03 Jun 2012 06:31:52 +0300 Matti Hamalainen Fix a memory leak.
Sat, 02 Jun 2012 23:33:06 +0300 Matti Hamalainen Improve prompt function.
Sat, 02 Jun 2012 22:38:47 +0300 Matti Hamalainen Fix Windows build.
Sat, 02 Jun 2012 22:00:25 +0300 Matti Hamalainen Refactor window backbuffer to use integer as internal storage to simplify
Sat, 02 Jun 2012 20:03:08 +0300 Matti Hamalainen More work on curses cleanup. Almost working now.
Fri, 01 Jun 2012 17:45:38 +0300 Matti Hamalainen Rename some variables to be a bit more sane.
Fri, 01 Jun 2012 12:00:11 +0300 Matti Hamalainen Begin work on integrating the removal of ncurses "windowing" and transition
Fri, 01 Jun 2012 06:11:11 +0300 Matti Hamalainen Update resource template file.
Fri, 01 Jun 2012 06:00:56 +0300 Matti Hamalainen Bump version.
Fri, 01 Jun 2012 04:43:53 +0300 Matti Hamalainen Add str_trim_right().
Sun, 27 May 2012 13:28:51 +0300 Matti Hamalainen Fix /ignore command.
Sun, 27 May 2012 11:46:41 +0300 Matti Hamalainen Check editbuf dirty flag in editline update.
Sun, 27 May 2012 11:45:51 +0300 Matti Hamalainen Cosmetics.
Sun, 27 May 2012 11:44:59 +0300 Matti Hamalainen Set editbuf dirty flag in few situations that didn't have it yet.
Sun, 27 May 2012 11:43:59 +0300 Matti Hamalainen Simplify ctrl+L screen refreshing.
Sun, 27 May 2012 10:06:42 +0300 Matti Hamalainen Add dirty flag to editbuf struct and handling functions.
Sun, 27 May 2012 09:23:36 +0300 Matti Hamalainen Added tag dev-1_0_3 for changeset 9141f13be70c
Sun, 27 May 2012 09:23:12 +0300 Matti Hamalainen Don't set conn->err if we are handling EINTR and it isn't supposed to get to dev-1_0_3
Sun, 27 May 2012 03:31:35 +0300 Matti Hamalainen Move network initialization/shutdown flag checking to network module.
Sat, 26 May 2012 17:49:06 +0300 Matti Hamalainen Clean up some initialization messages.
Sat, 26 May 2012 15:33:41 +0300 Matti Hamalainen Bump version.
Sat, 26 May 2012 15:33:14 +0300 Matti Hamalainen Implement /who / /names functionality.
Sat, 26 May 2012 15:30:46 +0300 Matti Hamalainen Improve nn_userhash_foreach() by adding user data parameter.
Sat, 26 May 2012 09:01:04 +0300 Matti Hamalainen Added tag dev-1_0_2 for changeset 2c813d8ef7e3
Sat, 26 May 2012 09:00:54 +0300 Matti Hamalainen Bump version. dev-1_0_2
Sat, 26 May 2012 08:41:12 +0300 Matti Hamalainen Fix a memory leak in nn_conn_send_msg_v().
Sat, 26 May 2012 08:40:37 +0300 Matti Hamalainen Improve error reporting.
Sat, 26 May 2012 08:19:09 +0300 Matti Hamalainen Added tag dev-1_0_1 for changeset 5b97a36e27ac
Sat, 26 May 2012 08:19:03 +0300 Matti Hamalainen Bump version. dev-1_0_1
Sat, 26 May 2012 08:18:52 +0300 Matti Hamalainen Fix opening of browser windows on UNIX.
Sat, 26 May 2012 07:48:20 +0300 Matti Hamalainen Oops, version needs to be x.y.z.
Sat, 26 May 2012 07:47:28 +0300 Matti Hamalainen Added tag dev-1_0 for changeset f7d20fbf821e
Sat, 26 May 2012 07:47:15 +0300 Matti Hamalainen Bump version. dev-1_0
Sat, 26 May 2012 07:46:26 +0300 Matti Hamalainen Refactor web-browser launching into nn_open_uri().
Sat, 26 May 2012 07:45:36 +0300 Matti Hamalainen Remove unfinished internal help.
Sat, 26 May 2012 07:24:42 +0300 Matti Hamalainen Combine some prints.
Sat, 26 May 2012 07:24:22 +0300 Matti Hamalainen Fix updating of documentation.
Sat, 26 May 2012 07:07:30 +0300 Matti Hamalainen Added tag dev-0_9_16 for changeset e305258bed25
Sat, 26 May 2012 07:07:26 +0300 Matti Hamalainen Removed tag dev-0_9_16 dev-0_9_16
Sat, 26 May 2012 07:07:03 +0300 Matti Hamalainen Fix win32 build.
Sat, 26 May 2012 06:58:49 +0300 Matti Hamalainen Added tag dev-0_9_16 for changeset 796508f828f6
Sat, 26 May 2012 06:56:18 +0300 Matti Hamalainen Refactor much of the "windowing" UI code into a new module, ui.[ch]
Sat, 26 May 2012 06:18:19 +0300 Matti Hamalainen Simplify buildsystem a bit.
Sat, 26 May 2012 06:01:06 +0300 Matti Hamalainen Move str_*() functions to util.c
Sat, 26 May 2012 06:00:02 +0300 Matti Hamalainen Bump version again.
Sat, 26 May 2012 05:59:52 +0300 Matti Hamalainen Removed tag dev-0_9_16
Sat, 26 May 2012 05:58:51 +0300 Matti Hamalainen Added tag dev-0_9_16 for changeset c956af023014
Sat, 26 May 2012 05:45:27 +0300 Matti Hamalainen Cosmetics.
Sat, 26 May 2012 05:45:11 +0300 Matti Hamalainen Rename compareUsername() to str_compare().
Sat, 26 May 2012 05:33:06 +0300 Matti Hamalainen Cosmetics.
Sat, 26 May 2012 05:31:36 +0300 Matti Hamalainen Fix command precedence.
Sat, 26 May 2012 05:20:37 +0300 Matti Hamalainen Clean up some initialization messages.
Sat, 26 May 2012 05:16:27 +0300 Matti Hamalainen Added tag dev-0_9_15 for changeset 423a54af68d4
Sat, 26 May 2012 05:16:20 +0300 Matti Hamalainen Bump version. dev-0_9_15
Sat, 26 May 2012 05:16:16 +0300 Matti Hamalainen Merge nn_user_free_list() into a parent function.
Sat, 26 May 2012 05:10:11 +0300 Matti Hamalainen Simplify the userhash matching code a bit.
Sat, 26 May 2012 05:09:49 +0300 Matti Hamalainen Cosmetic cleanups.
Sat, 26 May 2012 05:09:40 +0300 Matti Hamalainen Implement command tab completion.
Sat, 26 May 2012 04:09:03 +0300 Matti Hamalainen Rename tab completion functions.
Sat, 26 May 2012 03:43:09 +0300 Matti Hamalainen Remove some debug cruft from tab completion code.
Sat, 26 May 2012 03:42:32 +0300 Matti Hamalainen Modularize tab completion code a bit.
Sat, 26 May 2012 03:40:57 +0300 Matti Hamalainen Rename and remove some functions.
Fri, 25 May 2012 22:42:50 +0300 Matti Hamalainen Cleanup packet retrying a bit.
Fri, 25 May 2012 22:02:24 +0300 Matti Hamalainen Fix cosmetic output issue.
Fri, 25 May 2012 22:01:55 +0300 Matti Hamalainen Rename a structure member.
Fri, 25 May 2012 21:43:21 +0300 Matti Hamalainen Minor win32 build fix.
Fri, 25 May 2012 21:42:30 +0300 Matti Hamalainen Added tag dev-0_9_14 for changeset 24d01a1d7747
Fri, 25 May 2012 21:42:22 +0300 Matti Hamalainen Bump version. dev-0_9_14
Fri, 25 May 2012 21:31:15 +0300 Matti Hamalainen Possibly fix packet handling after the whole mess of refactoring.
Fri, 25 May 2012 21:30:57 +0300 Matti Hamalainen Fix packet shifting.
Fri, 25 May 2012 20:49:09 +0300 Matti Hamalainen Fix parsing of LOGIN_{SUCCESS,FAILURE} packets.
Fri, 25 May 2012 20:45:12 +0300 Matti Hamalainen Fixes.
Fri, 25 May 2012 20:21:45 +0300 Matti Hamalainen Fix a type / conversion related warning.
Fri, 25 May 2012 20:18:24 +0300 Matti Hamalainen Add function for dumping current network buffer.
Fri, 25 May 2012 20:16:05 +0300 Matti Hamalainen Possibly fix packet mangling again.
Thu, 24 May 2012 21:33:29 +0300 Matti Hamalainen Rename user home directory variable.
Thu, 24 May 2012 20:57:06 +0300 Matti Hamalainen More code cleanups, this time using clang with excessive warnings enabled.
Thu, 24 May 2012 14:10:47 +0300 Matti Hamalainen Better handling of some messages.
Thu, 24 May 2012 13:05:31 +0300 Matti Hamalainen Start working on command completion.
Thu, 24 May 2012 12:30:39 +0300 Matti Hamalainen Remove somewhat useless pointer checks.
Thu, 24 May 2012 11:39:02 +0300 Matti Hamalainen Remove debugging message.
Thu, 24 May 2012 11:38:54 +0300 Matti Hamalainen Fix server-side commands.
Thu, 24 May 2012 11:38:34 +0300 Matti Hamalainen Fix /list command.
Thu, 24 May 2012 11:14:44 +0300 Matti Hamalainen Refactor the /command handling completely.
Thu, 24 May 2012 11:09:48 +0300 Matti Hamalainen Rename nn_conn_send_msg() to nn_conn_send_msg_v() and add new nn_conn_send_msg().
Thu, 24 May 2012 08:11:34 +0300 Matti Hamalainen Rename various functions.
Thu, 24 May 2012 07:59:59 +0300 Matti Hamalainen Update copyright.
Thu, 24 May 2012 07:38:31 +0300 Matti Hamalainen Removed obsolete file.
Thu, 24 May 2012 07:37:36 +0300 Matti Hamalainen Use C99 style comments, too.
Thu, 24 May 2012 07:34:37 +0300 Matti Hamalainen Minor cleanup.
Thu, 24 May 2012 07:27:28 +0300 Matti Hamalainen Fix protocol message parsing.
Thu, 24 May 2012 07:02:30 +0300 Matti Hamalainen Rename some functions.
Thu, 24 May 2012 06:50:25 +0300 Matti Hamalainen Some #include cleanups.
Thu, 24 May 2012 06:45:23 +0300 Matti Hamalainen Move some structures around.
Thu, 24 May 2012 06:41:07 +0300 Matti Hamalainen Rename files.
Thu, 24 May 2012 06:38:26 +0300 Matti Hamalainen Split libnnchat into libnnet and libnnutil
Thu, 24 May 2012 06:23:43 +0300 Matti Hamalainen Add few comments.
Thu, 24 May 2012 06:01:38 +0300 Matti Hamalainen Rename input handling main function.
Thu, 24 May 2012 05:58:15 +0300 Matti Hamalainen Make nickname autocomplete separator configurable.
Thu, 24 May 2012 05:47:15 +0300 Matti Hamalainen Fix a slight problem with connection pulling loop.
Thu, 24 May 2012 05:36:11 +0300 Matti Hamalainen Bump version.
Thu, 24 May 2012 05:35:56 +0300 Matti Hamalainen Cleanup.
Thu, 24 May 2012 05:31:18 +0300 Matti Hamalainen Add some empty lines.
Thu, 24 May 2012 05:29:03 +0300 Matti Hamalainen Fix indentation after astyle reindent.
Thu, 24 May 2012 05:28:44 +0300 Matti Hamalainen Refactor the connection and protocol handling a bit.
Thu, 24 May 2012 05:03:58 +0300 Matti Hamalainen Oops, these functions were moved/renamed and were left out from a previous commit. :|
Thu, 24 May 2012 05:02:27 +0300 Matti Hamalainen Using th_isspace() should be enough to detect \r and \n.
Thu, 24 May 2012 05:01:46 +0300 Matti Hamalainen Reindent.
Thu, 24 May 2012 05:00:48 +0300 Matti Hamalainen Update copyright.
Thu, 24 May 2012 05:00:32 +0300 Matti Hamalainen Rename another function.
Thu, 24 May 2012 04:59:49 +0300 Matti Hamalainen Rename a function.
Thu, 24 May 2012 04:58:43 +0300 Matti Hamalainen Add some new functions for socket / connection input buffer
Thu, 24 May 2012 04:58:10 +0300 Matti Hamalainen Rename variable and function, internal use only.
Thu, 24 May 2012 04:57:37 +0300 Matti Hamalainen Update copyright.
Thu, 24 May 2012 04:33:21 +0300 Matti Hamalainen Rename some internal variables and add new buffer pointer one.
Thu, 24 May 2012 00:56:15 +0300 Matti Hamalainen Added tag dev-0_9_12 for changeset a2b7ac328e62
Thu, 24 May 2012 00:55:45 +0300 Matti Hamalainen Code cleanup. dev-0_9_12
Thu, 24 May 2012 00:47:31 +0300 Matti Hamalainen Cleanup libnnchat.
Sun, 20 May 2012 23:35:00 +0300 Matti Hamalainen Change screen update strategy a bit.
Sun, 20 May 2012 23:33:46 +0300 Matti Hamalainen Log private messages always in the PRV format.
Sun, 20 May 2012 23:31:33 +0300 Matti Hamalainen Bump version.
Thu, 29 Dec 2011 00:39:20 +0200 Matti Hamalainen Cosmetics.
Thu, 29 Dec 2011 00:34:46 +0200 Matti Hamalainen Cosmetics.
Thu, 13 Oct 2011 18:07:33 +0300 Matti Hamalainen Fix build.
Mon, 03 Oct 2011 18:21:10 +0300 Matti Hamalainen Use a Makefile setting for th-libs location.
Mon, 03 Oct 2011 18:14:27 +0300 Matti Hamalainen Remove .hgsub
Mon, 03 Oct 2011 15:43:42 +0300 Matti Hamalainen Update to use new th-libs from the subrepo.
Mon, 03 Oct 2011 15:43:01 +0300 Matti Hamalainen Added .hgignore.
Mon, 03 Oct 2011 15:35:19 +0300 Matti Hamalainen Added sub-repo of th-libs.
Mon, 03 Oct 2011 00:31:46 +0300 Matti Hamalainen Sync th-libs.
Mon, 03 Oct 2011 00:04:33 +0300 Matti Hamalainen Sync th-libs.
Tue, 28 Jun 2011 21:46:18 +0300 Matti Hamalainen Use getmaxy() instead of getmaxyx().
Thu, 23 Jun 2011 18:06:15 +0300 Matti Hamalainen Bump version.
Thu, 23 Jun 2011 15:19:12 +0300 Matti Hamalainen Clean up address handling a tiny, tiny bit.
Thu, 23 Jun 2011 14:54:11 +0300 Matti Hamalainen Remove useless semicolons, fixes some pedantic warnings.
Thu, 23 Jun 2011 14:43:10 +0300 Matti Hamalainen Use th_strcasecmp() and th_strncasecmp().
Thu, 23 Jun 2011 12:54:18 +0300 Matti Hamalainen Added tag dev-0_9_9 for changeset 0f78ac0c87a7
Thu, 23 Jun 2011 12:54:10 +0300 Matti Hamalainen Bump version. dev-0_9_9
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 11:25:00 +0300 Matti Hamalainen Added signature for changeset ffc3e4b9b619
Thu, 23 Jun 2011 11:24:46 +0300 Matti Hamalainen Added tag dev-0_9_8 for changeset 12b043d03417
Thu, 23 Jun 2011 11:24:41 +0300 Matti Hamalainen Removed tag dev-0_9_8 dev-0_9_8
Thu, 23 Jun 2011 11:24:25 +0300 Matti Hamalainen Win32/MinGW specific fixes.
Thu, 23 Jun 2011 11:14:06 +0300 Matti Hamalainen Added tag dev-0_9_8 for changeset 94e1f57614d3
Thu, 23 Jun 2011 11:13:59 +0300 Matti Hamalainen Bump version again.
Thu, 23 Jun 2011 11:11:12 +0300 Matti Hamalainen Oops, forgot a debug fprintf() in .. Fixed!
Thu, 23 Jun 2011 11:10:30 +0300 Matti Hamalainen Fix th_strdup_vprintf().
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 09:00:14 +0300 Matti Hamalainen Added tag dev-0_9_7 for changeset 2aef8606539e
Thu, 23 Jun 2011 09:00:08 +0300 Matti Hamalainen Bump version. dev-0_9_7
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.
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:32:11 +0300 Matti Hamalainen Bump version.
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 06:00:31 +0300 Matti Hamalainen Cosmetics.
Sat, 11 Jun 2011 05:48:15 +0300 Matti Hamalainen Added tag dev-0_9_3 for changeset 7797d9c2634f
Sat, 11 Jun 2011 05:47:07 +0300 Matti Hamalainen Bump version to 0.9.3. dev-0_9_3
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 05:46:29 +0300 Matti Hamalainen Free every item in the ringbuffer instead of just up to N.
Sat, 11 Jun 2011 05:36:09 +0300 Matti Hamalainen Don't use void pointers in the ringbuffer implementation.
Sat, 11 Jun 2011 05:10:41 +0300 Matti Hamalainen Added tag dev-0_9_2 for changeset 61884ce9db41
Sat, 11 Jun 2011 05:10:30 +0300 Matti Hamalainen Use th_vputch() and th_vputs() instead of similar routines in libnnchat. dev-0_9_2
Sat, 11 Jun 2011 04:50:00 +0300 Matti Hamalainen Fix encoding of usernames in /query and /close.
Sat, 11 Jun 2011 04:32:37 +0300 Matti Hamalainen Bump version to 0.9.2
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:57:01 +0300 Matti Hamalainen Added signature for changeset ebe6b57bd069
Sat, 11 Jun 2011 03:56:44 +0300 Matti Hamalainen Added tag dev-0_9_1 for changeset 0119bcc15f15
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:55:22 +0300 Matti Hamalainen Bump version to 0.9.1.
Sat, 11 Jun 2011 03:42:14 +0300 Matti Hamalainen Added signature for changeset 11e19afcfcf5
Sat, 11 Jun 2011 03:42:06 +0300 Matti Hamalainen Added tag dev-0_9_0 for changeset ff39ebf05b40
Sat, 11 Jun 2011 03:39:22 +0300 Matti Hamalainen Fix unwindowed PRVs. dev-0_9_0
Sat, 11 Jun 2011 03:18:29 +0300 Matti Hamalainen Bump version to 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 02:44:55 +0300 Matti Hamalainen Use strcpy() instead of strcat().
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
Sat, 11 Jun 2011 01:09:27 +0300 Matti Hamalainen Make th_vputch() and th_vputs() return a boolean value for success and failure respectively. Also fix a grave bug in th_growbuf().
Fri, 10 Jun 2011 00:06:00 +0300 Matti Hamalainen Remove backbuffer for now.
Fri, 10 Jun 2011 23:43:36 +0300 Matti Hamalainen Move nn_username_{de,en}code() to libnnchat.
Thu, 09 Jun 2011 22:35:12 +0300 Matti Hamalainen Grave bugfix in ringbuffer implementation!
Thu, 09 Jun 2011 22:29:40 +0300 Matti Hamalainen Change ringbuffer functionality.
Thu, 09 Jun 2011 20:48:17 +0300 Matti Hamalainen Added helper functions for easier string manipulation.
Thu, 09 Jun 2011 19:31:13 +0300 Matti Hamalainen Comment.
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.
Thu, 09 Jun 2011 11:39:33 +0300 Matti Hamalainen Remove ringbuf implementation, it's been moved to th-libs.
Thu, 09 Jun 2011 11:37:34 +0300 Matti Hamalainen Move ringbuffer implementation.
Fri, 03 Jun 2011 15:16:52 +0300 Matti Hamalainen Improve interactive prompts, etc.
Fri, 03 Jun 2011 14:23:18 +0300 Matti Hamalainen Update copyright years.
Fri, 03 Jun 2011 14:07:14 +0300 Matti Hamalainen Cosmetics.
Fri, 03 Jun 2011 14:01:27 +0300 Matti Hamalainen Bump version to 0.8.14.
Fri, 03 Jun 2011 13:14:42 +0300 Matti Hamalainen Added signature for changeset 67ff0c9ed5fb
Fri, 03 Jun 2011 12:49:56 +0300 Matti Hamalainen Added tag dev-0_8_13 for changeset 1cb8c2aa1ee7
Fri, 03 Jun 2011 12:49:10 +0300 Matti Hamalainen Compile MinGW/Windows version as -mwindows and not as a console application. dev-0_8_13
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.
Fri, 03 Jun 2011 11:24:36 +0300 Matti Hamalainen Include sys/select.h
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, 03 Jun 2011 10:50:56 +0300 Matti Hamalainen CFLAGS changes.
Sun, 22 May 2011 02:11:32 +0300 Matti Hamalainen Shut up some trivial warnings.
Sun, 22 May 2011 02:10:42 +0300 Matti Hamalainen ISO C99 compatibility fixes.
Fri, 06 May 2011 03:34:52 +0300 Matti Hamalainen Update copyright.
Fri, 06 May 2011 03:07:07 +0300 Matti Hamalainen Bump version.
Fri, 06 May 2011 03:06:55 +0300 Matti Hamalainen General cleanups.
Thu, 28 Apr 2011 16:32:00 +0300 Matti Hamalainen Added tag dev-0_8_12 for changeset de54d3ab8a88
Thu, 28 Apr 2011 16:31:52 +0300 Matti Hamalainen Bump version to 0.8.12. dev-0_8_12
Thu, 28 Apr 2011 16:31:04 +0300 Matti Hamalainen Update documentation a bit.
Thu, 28 Apr 2011 16:30:58 +0300 Matti Hamalainen Change default port to 8005 (new main room).
Sun, 24 Apr 2011 23:35:07 +0300 Matti Hamalainen Automated merge with file:///hg/nnchat
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.
Thu, 21 Apr 2011 04:17:12 +0300 Matti Hamalainen Added tag dev-0_8_11 for changeset a99763187680
Thu, 21 Apr 2011 04:17:04 +0300 Matti Hamalainen Removed tag dev-0_8_11 dev-0_8_11
Thu, 21 Apr 2011 01:44:05 +0300 Matti Hamalainen Update copyright year.
Wed, 20 Apr 2011 19:00:15 +0300 Matti Hamalainen Automated merge with file:///hg/nnchat
Wed, 20 Apr 2011 18:59:42 +0300 Matti Hamalainen Add the config section ...
Wed, 20 Apr 2011 18:57:03 +0300 Matti Hamalainen Added tag dev-0_8_11 for changeset f92f0322cbf3
Wed, 20 Apr 2011 18:56:28 +0300 Matti Hamalainen Bump version.
Wed, 20 Apr 2011 18:55:19 +0300 Matti Hamalainen Buffer pointer handling was wrong in th_vaddch(), fixed.
Wed, 20 Apr 2011 18:54:26 +0300 Matti Hamalainen Staticize.
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 18:47:22 +0300 Matti Hamalainen Functions for growing a string buffer when needed.
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.
Wed, 20 Apr 2011 15:06:40 +0300 Matti Hamalainen Sync th-libs.
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:49:33 +0200 Matti Hamalainen Added tag dev-0_8_9 for changeset cbb9db83ef18
Sun, 13 Mar 2011 11:49:25 +0200 Matti Hamalainen Bump version. dev-0_8_9
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:46:08 +0200 Matti Hamalainen Bump version to 0.8.8.
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.
Sun, 20 Feb 2011 20:43:36 +0200 Matti Hamalainen Change build system a bit.
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.
Wed, 01 Dec 2010 01:11:24 +0200 Matti Hamalainen Adjust select() timeout.
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.
Sat, 27 Nov 2010 17:42:30 +0200 Matti Hamalainen Bump to v0.8.7
Sat, 27 Nov 2010 17:42:14 +0200 Matti Hamalainen Makefile improvements, depend on VERSION etc.
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.
Sun, 21 Nov 2010 04:12:16 +0200 Matti Hamalainen Silence some warnings on OpenBSD.
Sun, 21 Nov 2010 01:01:59 +0200 Matti Hamalainen Copyright string in resource.rc.in was too long, used an acronym instead.
Sun, 21 Nov 2010 00:18:59 +0200 Matti Hamalainen Fix Windows build.
Sat, 20 Nov 2010 23:13:41 +0200 Matti Hamalainen Version 0.8.5
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:21:22 +0200 Matti Hamalainen Link to libncurses instead of system curses.
Sat, 20 Nov 2010 12:20:58 +0200 Matti Hamalainen Added Makefile for Solaris 9+ and removed references to it from main Makefile.
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().
Sat, 20 Nov 2010 12:14:34 +0200 Matti Hamalainen Silence a warning when compiling with older versions of GCC.
Thu, 18 Nov 2010 03:53:01 +0200 ccr Updates.
Thu, 18 Nov 2010 01:27:03 +0200 Matti Hamalainen Get version number from external file 'VERSION'.
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().
Wed, 17 Nov 2010 05:13:12 +0200 Matti Hamalainen Add simplistic username/password requester if none given on commandline or config file.
Wed, 17 Nov 2010 04:09:41 +0200 Matti Hamalainen Build system changes to support (in a big kludgy manner) icon and version information resource generation for Win32 binaries.
Wed, 17 Nov 2010 04:08:51 +0200 Matti Hamalainen Added icons and resource template file.
Wed, 17 Nov 2010 03:27:32 +0200 Matti Hamalainen Update copyright year.
Tue, 16 Nov 2010 20:18:41 +0200 Matti Hamalainen Update documentation.
Tue, 16 Nov 2010 20:07:05 +0200 Matti Hamalainen Handle usernames with whitespace by converting whitespaces to chr 255 in
Tue, 16 Nov 2010 19:34:43 +0200 Matti Hamalainen v0.8.3.
Tue, 16 Nov 2010 19:28:31 +0200 Matti Hamalainen Fix username tab completion. Should now work like in Irssi, though the
Tue, 16 Nov 2010 02:40:17 +0200 Matti Hamalainen Automatically grab PRV target from incoming PRV if target not already set.
Tue, 16 Nov 2010 02:39:59 +0200 Matti Hamalainen F7 to clear current PRV target.
Tue, 16 Nov 2010 02:06:52 +0200 Matti Hamalainen Add a nasty hack to draw edit line correctly after startup... still a
Tue, 16 Nov 2010 00:57:59 +0200 Matti Hamalainen Cosmetics.
Mon, 15 Nov 2010 20:03:27 +0200 Matti Hamalainen v0.8.2
Mon, 15 Nov 2010 20:01:29 +0200 Matti Hamalainen Improve /to command a bit.
Mon, 15 Nov 2010 19:20:04 +0200 Matti Hamalainen Cosmetics.
Mon, 15 Nov 2010 18:03:28 +0200 Matti Hamalainen Constify.
Mon, 15 Nov 2010 08:37:16 +0200 Matti Hamalainen Remove useless comment.
Mon, 15 Nov 2010 08:36:45 +0200 Matti Hamalainen Add separate updateWindows() function.
Mon, 15 Nov 2010 08:30:40 +0200 Matti Hamalainen Renamed README to README.txt.
Mon, 15 Nov 2010 07:54:38 +0200 Matti Hamalainen Makefile $(RM) implies -f .. don't include the option in commands.
Mon, 15 Nov 2010 07:53:45 +0200 Matti Hamalainen Add a 'NONBUILD' target list for non-builded targets, use it for win32 subdir creation.
Mon, 15 Nov 2010 07:50:48 +0200 Matti Hamalainen Cosmetics.
Mon, 15 Nov 2010 06:34:14 +0200 Matti Hamalainen Don't use hstrerror(), but strerror() instead.
Mon, 15 Nov 2010 06:02:50 +0200 Matti Hamalainen Update.
Mon, 15 Nov 2010 03:05:17 +0200 Matti Hamalainen Make a copy of getenv("HOME") result instead of using it directly.
Mon, 15 Nov 2010 03:04:19 +0200 Matti Hamalainen Change F1 functionality to proper Insert key.
Mon, 15 Nov 2010 02:06:16 +0200 Matti Hamalainen Clean up connection forming.
Mon, 15 Nov 2010 02:05:33 +0200 Matti Hamalainen Cosmetics.
Sun, 14 Nov 2010 22:08:08 +0200 Matti Hamalainen Partially re-factor connection handling.
Sat, 06 Nov 2010 18:00:22 +0200 Matti Hamalainen Remove useless parens.
Sat, 06 Nov 2010 17:59:18 +0200 Matti Hamalainen Add note and link to the original Flash-based chat.
Thu, 04 Nov 2010 16:10:11 +0200 Matti Hamalainen Dont set 'again' flag in tab completion function if the new and old pattern do not match exactly (apart from case).
Thu, 04 Nov 2010 16:00:02 +0200 Matti Hamalainen Fix matching of usernames against hash. In some cases after the last match the function would not go back to the first match.
Thu, 04 Nov 2010 15:55:37 +0200 Matti Hamalainen Make tab username completion debug messages clearer.
Thu, 04 Nov 2010 14:56:27 +0200 Matti Hamalainen Add a debug mode option (commandline) and enable certain features when we are in debug mode.
Thu, 04 Nov 2010 14:56:06 +0200 Matti Hamalainen Constify.
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
Sun, 26 Oct 2008 02:50:41 +0300 Matti Hamalainen Fix PRV handling.
Thu, 23 Oct 2008 02:13:39 +0300 Matti Hamalainen Sync.
Thu, 23 Oct 2008 02:13:26 +0300 Matti Hamalainen Heh.
Sat, 18 Oct 2008 08:49:47 +0300 Matti Hamalainen Synced th-libs.
Tue, 12 Aug 2008 21:28:10 +0300 Matti Hamalainen Accept 'äöå' in input.
Wed, 06 Aug 2008 01:02:57 +0300 Matti Hamalainen Fix the editline being 2 lines instead of 3.
Tue, 05 Aug 2008 14:39:21 +0300 Matti Hamalainen Fix a bug with mixed editBuf->pos vs editBuf->len.
Tue, 05 Aug 2008 08:42:57 +0300 Matti Hamalainen Cleanups. Added option to specify/fake "site" where logging in from.
Mon, 04 Aug 2008 06:44:11 +0300 Matti Hamalainen Check for NULL pointers (fixes "daemon" mode)
Sun, 03 Aug 2008 12:02:03 +0300 Matti Hamalainen Add command history functionality.
Sun, 03 Aug 2008 08:17:55 +0300 Matti Hamalainen Hmm.
Sat, 02 Aug 2008 23:29:50 +0300 Matti Hamalainen Make statusline more informative.
Sat, 02 Aug 2008 11:57:09 +0300 Matti Hamalainen A refactored ncurses-based UI.
Sat, 02 Aug 2008 04:04:58 +0300 Matti Hamalainen Use ANSI colours.
Wed, 16 Jul 2008 17:23:43 +0300 Matti Hamalainen Improved color hex triplet parsing.
Wed, 09 Jul 2008 17:47:40 +0300 Matti Hamalainen Added /color command to change colour.
Sun, 06 Jul 2008 13:51:48 +0300 Matti Hamalainen Added two simple commands to simplify private chatting, "/to" and "/msg".
Fri, 27 Jun 2008 03:09:23 +0300 Matti Hamalainen Check for error condition properly.
Sat, 21 Jun 2008 11:16:09 +0300 Matti Hamalainen Add decoding of entities.
Thu, 12 Jun 2008 23:55:41 +0300 Matti Hamalainen Added a "daemon" mode.
Wed, 26 Mar 2008 04:38:05 +0000 Matti Hamalainen Synced th-libs.
Tue, 25 Mar 2008 01:28:00 +0000 Matti Hamalainen Add login timestamps.
Tue, 25 Mar 2008 00:08:00 +0000 Matti Hamalainen Updated.
Mon, 24 Mar 2008 20:04:00 +0000 Matti Hamalainen Updated th-libs.
Mon, 24 Mar 2008 20:02:05 +0000 Matti Hamalainen Copyrights.
Mon, 24 Mar 2008 09:35:02 +0000 Matti Hamalainen Move things around a bit.
Mon, 24 Mar 2008 08:14:03 +0000 Matti Hamalainen Changed license wording.
Mon, 24 Mar 2008 08:02:05 +0000 Matti Hamalainen Cleanups; Added probing connection (requesting some policy crap) to emulate the official client.
Sat, 22 Mar 2008 03:24:04 +0000 Matti Hamalainen Asdf.
Sat, 22 Mar 2008 02:52:01 +0000 Matti Hamalainen Synced th-libs.
Sat, 22 Mar 2008 00:55:03 +0000 Matti Hamalainen WinSock support fixes.
Thu, 20 Mar 2008 05:13:00 +0000 Matti Hamalainen Cleanup.
Thu, 20 Mar 2008 02:02:04 +0000 Matti Hamalainen Added license.
Thu, 20 Mar 2008 02:01:03 +0000 Matti Hamalainen Updated readme.
Thu, 20 Mar 2008 01:08:01 +0000 Matti Hamalainen Changed copyright etc. again.
Thu, 20 Mar 2008 01:07:01 +0000 Matti Hamalainen TRICKS -> README
Thu, 20 Mar 2008 01:07:00 +0000 Matti Hamalainen Creator info changed.
Thu, 20 Mar 2008 01:06:04 +0000 Matti Hamalainen Flags.
Thu, 20 Mar 2008 01:06:03 +0000 Matti Hamalainen Cleanups in th-libs.
Thu, 20 Mar 2008 00:25:03 +0000 Matti Hamalainen Fix a warning.
Thu, 20 Mar 2008 00:15:03 +0000 Matti Hamalainen Import.