log

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