log urllog.tcl @ 120:4a23635479c3

age author description
Thu, 13 Oct 2011 20:14:48 +0300 Matti Hamalainen urllog: Bump version.
Thu, 13 Oct 2011 20:14:34 +0300 Matti Hamalainen urllog: Remove lingering http token cleanup.
Thu, 13 Oct 2011 20:14:13 +0300 Matti Hamalainen urllog: Improve rasiatube URL de-mangling.
Thu, 13 Oct 2011 20:13:31 +0300 Matti Hamalainen urllog: Add some entities for conversion.
Thu, 13 Oct 2011 20:13:09 +0300 Matti Hamalainen urllog: Improvements in document / HTTP encoding handling and conversion.
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: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: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.
Mon, 12 Sep 2011 19:14:14 +0300 Matti Hamalainen urllog: Bump version to 2.2.
Mon, 12 Sep 2011 19:01:48 +0300 Matti Hamalainen urllog: Improve one informational / error message.
Mon, 12 Sep 2011 19:01:31 +0300 Matti Hamalainen urllog: Use u_proto variable to check for if the protocol is supported instead of doing useless additional string checking.
Mon, 12 Sep 2011 19:00:49 +0300 Matti Hamalainen urllog: Comments and cosmetics.
Mon, 12 Sep 2011 19:00:20 +0300 Matti Hamalainen urllog: Check if TLS support is enabled when checking if we can fetch title information via HTTP or SSL/HTTP.
Mon, 12 Sep 2011 17:46:55 +0300 Matti Hamalainen urllog: Insert NULL into title column when we didn't get a title.
Mon, 12 Sep 2011 17:21:25 +0300 Matti Hamalainen urllog: Cosmetics. Remove useless parenthesis.
Mon, 12 Sep 2011 17:20:53 +0300 Matti Hamalainen urllog: Reorder code and make it simpler by removing duplicate checks.
Mon, 12 Sep 2011 17:20:16 +0300 Matti Hamalainen urllog: Add .xxx TLD to supported list.
Mon, 12 Sep 2011 17:20:01 +0300 Matti Hamalainen urllog: Add certdir option setting.
Mon, 12 Sep 2011 01:52:05 +0300 Matti Hamalainen urllog: Cleanups.
Mon, 12 Sep 2011 01:50:53 +0300 Matti Hamalainen urllog: Different strategy for charset encoding conversion.
Sun, 11 Sep 2011 19:39:40 +0300 Matti Hamalainen urllog: Bump version to 2.1.
Sun, 11 Sep 2011 19:39:30 +0300 Matti Hamalainen urllog: Split urllog_add function to urllog_exists for checking whether given URL already exists in the database. Use urllog_exists where appropriate.
Sun, 11 Sep 2011 19:37:40 +0300 Matti Hamalainen urllog: Rename few variables for clarity.
Sun, 11 Sep 2011 18:49:06 +0300 Matti Hamalainen urllog, quotedb: Improve documentation.
Sun, 11 Sep 2011 18:03:01 +0300 Matti Hamalainen urllog: Improve documentation of different settings.
Sun, 11 Sep 2011 17:48:23 +0300 Matti Hamalainen More cosmetics.
Sun, 11 Sep 2011 16:48:48 +0300 Matti Hamalainen urllog: Cosmetics.
Sat, 10 Sep 2011 17:02:25 +0300 Matti Hamalainen urllog: Improve urllog_isnumber function.
Thu, 08 Sep 2011 22:23:33 +0300 Matti Hamalainen urllog: Remove some global variable references where they are not used.
Wed, 07 Sep 2011 14:53:46 +0300 Matti Hamalainen Update some comments and add a bit of documentation.
Wed, 07 Sep 2011 14:47:34 +0300 Matti Hamalainen urllog: Bump version.
Mon, 05 Sep 2011 20:14:18 +0300 Matti Hamalainen urllog: Remove useless bind.
Mon, 05 Sep 2011 19:52:48 +0300 Matti Hamalainen Remove tabs and reindent.
Mon, 05 Sep 2011 19:51:46 +0300 Matti Hamalainen Some fixes in the query mechanisms of QuoteDB and URLLog.
Mon, 05 Sep 2011 17:08:45 +0300 Matti Hamalainen Start adding channel information to URL database.
Mon, 05 Sep 2011 16:56:13 +0300 Matti Hamalainen Repair !urlfind functionality.
Mon, 05 Sep 2011 16:32:04 +0300 Matti Hamalainen More changes for SQLite support.
Mon, 05 Sep 2011 16:18:11 +0300 Matti Hamalainen Begin work on converting urllog.tcl to use an SQLite3 database instead of flat file.
Thu, 18 Aug 2011 12:46:12 +0300 Matti Hamalainen Catch possible error exceptions in character set conversion.
Wed, 22 Jun 2011 19:58:14 +0300 Matti Hamalainen urllog: Strip ‏ entities from titles; Some work on SSL/https support.
Fri, 25 Mar 2011 00:40:41 +0200 Matti Hamalainen Improve RasiaTube de-mangler.
Sun, 16 Jan 2011 20:51:18 +0200 Matti Hamalainen Lots of code cleanups, add "fixer" for RasiaTube links (which suck) to point directly to Youtube.
Tue, 21 Sep 2010 13:12:49 +0300 Matti Hamalainen Initial import.