log

age author description
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