- Nothing changed yet.
- Remove CGI support if you're using Python 3.13 or newer. You'll have to use the WSGI support instead.
- Add support for Python 3.12 and 3.13.
- Drop support for Python 2.7 and 3.6.
- Add support for Python 3.10 and 3.11.
- Make permalinks permanent even from the latest.html file, by emitting the filename in the links.
- Add <meta name="viewport"> to set initial scale to 1 for improved mobile experience (PR 32).
- Support logs files created by ii (Irc it) (PR 33).
- Add support for Python 3.8 and 3.9.
- Drop support for Python 3.5.
- Fix a bug where specifying --output-dir (-o) to logs2html would mistakenly skip generating some HTML files if they existed in the source directory (issue 29).
- Drop support for Python 3.4.
- Add support for Python 3.7.
- Drop support for Python 3.3.
- Support
python -m irclog2html
as shortcut forpython -m irclog2html.irclog2html
. - Make irclogserver ignore hidden directories (such as .git).
- Support Python 3.6.
- Fix for duplicated lines with the same time where the resulting HTML
id
anchors would evolve into long form like "t22:24:49-2-3-4-5-6-7-8-9-10" instead of "t22:24:49-10" resulting in significant output file size growth in some cases. - Add --output-dir (-o) parameter to logs2html so you can place the generated HTML files in a directory different from the input directory (PR #20).
- In some circumstances parts of a message up to the last '>' could be lost (#19).
irclogserver
channel list is now split into old channels and active channels, detected by checking whether the directory modification date is newer or older than 7 days.- 2nd-level headings now have the same color as 1st-level headings.
irclogserver
no longer shows a 404 if you omit the trailing/
after a channel name in the URL.
- Lines with the same timestamp now get different HTML anchors (#17). Thanks to Bryan Bishop for the original pull request.
- There's a new
irclogserver
script that can be used to serve dynamically-generated IRC logs and perform search. It can also be deployed via WSGI. Portions contributed by Albertas Agejevas (#9). - Index pages group the logs by month (#12).
- Drop support for Python 2.6.
- Add -o option to specify the output file name. Patch by Moises Silva (#7).
- Add support for Windows (e.g. refrain from creating latest.log.html symlinks).
- Handle gzipped files transparently (#5).
- Fix AttributeError in irclogsearch on Python 2.7 (#1).
- Moved to Github.
- Add support for Python 3.3.
- Drop support for Python 2.4 and 2.5.
- Fix URL linkifier to not include trailing punctuation (LP#1155906).
- logs2html also accepts filenames that contain YYYYMMDD dates (in addition to YYYY-MM-DD). Patch by Holger Just. Fixes LP#1031642.
- irclogsearch can be told about the filename pattern of log files via an environment variable (IRCLOG_GLOB). Patch by Jonathan Kinred.
- New option: --glob-pattern. Patch by Albertas Agejevas. Fixes LP#912310.
- Links in logs are marked with rel="nofollow". Patch by Matt Wheeler. Fixes LP#914553.
- New option: --version.
- New option: -c, --config=FILE.
- Support XChat Latin/Unicode hybrid encoding (http://xchat.org/encoding/). Fixes LP#703622.
- irclog2html copies irclog.css file into the destination directory. Fixes LP#608727.
- Make sure irclog.css is installed in the right place; logs2html needs it.
- Restructured source tree, made irclogs2html into a package, added setup.py, buildout.cfg, bootstrap.py, Makefile, HACKING.txt; moved old porting test suite into a subdirectory (porting).
- logs2html copies irclog.css file into the destination directory.
- Released into PyPI.
- Added README.txt and CHANGES.txt.
- Support dircproxy log files (new date format: "[15 Jan 08:42]", strip ident and IP address from nicknames). Patch by Paul Frields.
- New option: --dircproxy also makes irclog2html strip a single leading '+' or '-' from messages.
- Bug in logs2html.py error reporting, reported by Ondrej Baudys.
- New style: mediawiki. Patch by Ian Weller.
- Support another date format (Oct 17 10:53:26). Patch by Matthew Barnes.
- logs2html.py: add a stable link to the latest log file (suggested by Chris Foster).
- New option: --searchbox.
- Search CGI script improvements (e.g. put newest matches on top).
- Added a sample CGI script for brute-force log searches.
- Use xhtmltable style by default.
- Added a copy of the navbar at the bottom.
- Support supybot's ChannelLogger date format (e.g. 02-Feb-2004).
- Fixed broken timestamp hyperlinks in xhtml/xhtmltable styles.
- CSS tweaks.
- Ported irclog2html.pl version 2.1 by Jeff Waugh from Perl to Python.
- New styles: xhtml, xhtmltable.
- New options: --title, --{prev,index,next}-{url,title}
- Removed hardcoded nick colour preferences for jdub, cantaker and chuckd
- Bugfix: colours are preserver accross nick changes (irclog2html.pl tried to do that, but had a bug in a regex)
- Added ISO8601 timestamp support (e.g. 2005-01-09T12:43:11).
- More careful URL linkification (stop at ', ", ), >).
- Added logs2html.py script for mass-conversion of logs.
- Added support for xchat log files.
- Added xchatlogsplit.py script for splitting xchat logs on day boundaries so they're suitable as input for logs2html.py.