log

age author description
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:15:17 +0300 Matti Hamalainen Added signature for changeset 8139169293f9
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 18:57:52 +0300 Matti Hamalainen help: Remove useless spam.
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 03:02:18 +0300 Matti Hamalainen Add documentation for short URL redirector.
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.
Mon, 12 Sep 2011 01:41:00 +0300 Matti Hamalainen quotedb: Add in !quote command.
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:37:10 +0300 Matti Hamalainen calc: Rename a variable (finnish vs. english)
Sun, 11 Sep 2011 18:36:55 +0300 Matti Hamalainen calc: Old script name had been left in the startup message, fixed.
Sun, 11 Sep 2011 18:35:22 +0300 Matti Hamalainen Don't show *.orig and *.rej files in file listing.
Sun, 11 Sep 2011 18:12:27 +0300 Matti Hamalainen quotedb: Cosmetics, add some commented out examples for future, improve documentation of settings.
Sun, 11 Sep 2011 18:09:25 +0300 Matti Hamalainen Separate script for creating just one QuoteDB table.
Sun, 11 Sep 2011 18:09:10 +0300 Matti Hamalainen Cosmetics.