log

age author description
Thu, 13 Oct 2011 20:11:02 +0300 Matti Hamalainen urllog: Improve entity conversion.
Wed, 21 Sep 2011 07:47:47 +0300 Matti Hamalainen Clarify authorship by doing sed "s/ccr\/TNSP/Matti 'ccr' Hamalainen/g".
Wed, 21 Sep 2011 07:46:03 +0300 Matti Hamalainen urllog: Add line about the script's license.
Mon, 19 Sep 2011 21:54:46 +0300 Matti Hamalainen urllog: Oops, a typo in variable name. Fixed.
Mon, 19 Sep 2011 21:20:08 +0300 Matti Hamalainen urllog: Improve entity handling.
Mon, 19 Sep 2011 21:19:50 +0300 Matti Hamalainen urllog and quotedb: Use SQL LIKE operator for username search terms to avoid unnecessary case-sensitivity.
Mon, 19 Sep 2011 21:18:57 +0300 Matti Hamalainen urllog and quotedb: Handle "+"-prefix in searches as it is documented.
Wed, 14 Sep 2011 19:34:23 +0300 Matti Hamalainen tj: Use append for better string manipulation.
Wed, 14 Sep 2011 19:21:48 +0300 Matti Hamalainen urllog: Bump version.
Wed, 14 Sep 2011 19:20:39 +0300 Matti Hamalainen urllog: urllog_convert_ent was incorrectly mapping entities first with -nocase, resulting in lowercase characters when uppercase was the correct one. Fixed. Also optimized a bit.
Tue, 13 Sep 2011 15:53:52 +0300 Matti Hamalainen Merged.
Tue, 13 Sep 2011 15:52:51 +0300 Matti Hamalainen urllog: Enable SSL/TLS support by default.
Tue, 13 Sep 2011 15:52:35 +0300 Matti Hamalainen urllog: Fix a think-o in urllog_convert_ent: multiple whitespaces were not condensed to just one because of incorrect variable use.
Tue, 13 Sep 2011 15:51:15 +0300 Matti Hamalainen urllog: Entity data is now in UTF-8, but TCL source files are interpreted with current system locale, which may not be UTF-8. We must therefore "convert" the entity mapping string to UTF-8 to be certain of TCL's interpretation of its encoding.
Tue, 13 Sep 2011 15:49:43 +0300 Matti Hamalainen urllog: Improve page character set encoding detection/guessing.