Sat, 14 Feb 2009 20:13:26 +0200 Tero Marttila fix config.VERSION_LINK to use relpath('.')
Sat, 14 Feb 2009 20:09:08 +0200 Tero Marttila improve LogSearchIndex error handling, add explicit close() method, and modify get_index to not keep the index open persistently
Sat, 14 Feb 2009 19:23:25 +0200 Tero Marttila simple FastCGI support
Sat, 14 Feb 2009 18:41:12 +0200 Tero Marttila modify index.cgi to use qmsk.web.cgi_main
Sat, 14 Feb 2009 17:59:13 +0200 Tero Marttila remove support for default font, as it doesn't support unicode, and implement a 1px line spacing for format_png
Fri, 13 Feb 2009 01:18:28 +0200 Tero Marttila fix calls to format_rss/format_png to use a keyword argument
Fri, 13 Feb 2009 00:32:06 +0200 Tero Marttila merge quickfixes
Fri, 13 Feb 2009 00:29:47 +0200 Tero Marttila some quickfixes to fix deployment errors
Thu, 12 Feb 2009 23:07:18 +0200 Tero Marttila tag version 0.1.0-rc1
Thu, 12 Feb 2009 22:34:54 +0200 Tero Marttila add version string 0.1.0-rc1
Thu, 12 Feb 2009 01:53:52 +0200 Tero Marttila implement some basic search-targets for message and nickname
Thu, 12 Feb 2009 00:57:39 +0200 Tero Marttila revert to use %Y-%m-%d for URL dates again
Thu, 12 Feb 2009 00:31:34 +0200 Tero Marttila fix wrong timezone for channel_date
Thu, 12 Feb 2009 00:16:52 +0200 Tero Marttila have dates in URLs be partial timestamps - fix datetime-timezone-comparison mess
Wed, 11 Feb 2009 23:38:05 +0200 Tero Marttila center calendar list, add prev/next date to channel_link, add view-last-x-lines form to channel_last/channel
Wed, 11 Feb 2009 23:22:13 +0200 Tero Marttila add <form> for month/year to calendar header
Wed, 11 Feb 2009 22:56:43 +0200 Tero Marttila add three calendars to the channel_calendar view
Wed, 11 Feb 2009 22:24:55 +0200 Tero Marttila implement prev/next_date in LogSource
Wed, 11 Feb 2009 22:01:53 +0200 Tero Marttila make IrssiParser a bit more resilient as to whitespace in/after timestamps
Wed, 11 Feb 2009 21:55:10 +0200 Tero Marttila fix handling of custom types by parser/formatter
Wed, 11 Feb 2009 21:50:03 +0200 Tero Marttila split out helpers._render_type, and add support for ?type= to various other handlers... still needs more work, though
Wed, 11 Feb 2009 21:49:35 +0200 Tero Marttila add prev/next date links to channel_date pagination
Wed, 11 Feb 2009 04:57:55 +0200 Tero Marttila reformat add_option's and rename --after -> --from, and make that and --until inclusive
Wed, 11 Feb 2009 04:41:22 +0200 Tero Marttila implement our own optparse.Option with date/timezone types
Wed, 11 Feb 2009 04:19:10 +0200 Tero Marttila split scripts/search-index options into groups
Wed, 11 Feb 2009 04:14:22 +0200 Tero Marttila implement --until, and fix handling of ServerMode
Wed, 11 Feb 2009 04:04:55 +0200 Tero Marttila have LogDirectory use utils.mtime instead of os.stat
Wed, 11 Feb 2009 03:58:20 +0200 Tero Marttila implement autoload --reset
Wed, 11 Feb 2009 03:52:14 +0200 Tero Marttila implement ignore-resume option
Wed, 11 Feb 2009 03:46:59 +0200 Tero Marttila implement non-blocking locking for the estdb, and our own locking for the autoload statetmpfile... it should work well now