log

age author description
Thu, 08 Sep 2011 22:16:54 +0300 Matti Hamalainen quotedb: Add "update" sub-command for modifying/updating recently added quotes.
Thu, 08 Sep 2011 22:16:00 +0300 Matti Hamalainen quotedb: Cleanups. We do not need to SELECT quoteID for these operations, we already know what it is.
Thu, 08 Sep 2011 22:14:27 +0300 Matti Hamalainen quotedb: Retrieving total number of quotes in the table does not seem to be working, so commenting out the code.
Thu, 08 Sep 2011 21:53:55 +0300 Matti Hamalainen Update page descriptions.
Thu, 08 Sep 2011 21:00:31 +0300 Matti Hamalainen quotedb: Show command name in the short helps.
Thu, 08 Sep 2011 17:49:50 +0300 Matti Hamalainen quotedb: Add qdb_split function for splitting long strings nicely to substrings of specified length as a list. Use the function to send overly long quotes correctly to IRC.
Thu, 08 Sep 2011 17:48:37 +0300 Matti Hamalainen quotedb: Using [join utext " "] on command input string is harmful. Fixed.
Thu, 08 Sep 2011 17:47:24 +0300 Matti Hamalainen feeds: No need to spam the bot log with "checking for new entries".
Thu, 08 Sep 2011 15:28:29 +0300 Matti Hamalainen Update directory description.
Wed, 07 Sep 2011 15:33:57 +0300 Matti Hamalainen urlredirect: Cosmetics.
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.
Wed, 07 Sep 2011 14:10:20 +0300 Matti Hamalainen Cleanups. Add "not found" message for certain quote lookup requests.
Wed, 07 Sep 2011 14:09:49 +0300 Matti Hamalainen Show score/rating for single quotedb quotes when requested by index or as random.
Wed, 07 Sep 2011 14:08:42 +0300 Matti Hamalainen Barebones help message for quotedb sub-commands.
Wed, 07 Sep 2011 14:07:48 +0300 Matti Hamalainen Log voting of quotes in bot log.
Wed, 07 Sep 2011 14:07:07 +0300 Matti Hamalainen Change one local variable name.
Wed, 07 Sep 2011 14:06:01 +0300 Matti Hamalainen Delete the votes/ratings too, when deleting a quote.
Wed, 07 Sep 2011 08:03:42 +0300 Matti Hamalainen Update help.
Tue, 06 Sep 2011 21:16:20 +0300 Matti Hamalainen Remove some commented out debugging stuff.
Tue, 06 Sep 2011 21:15:49 +0300 Matti Hamalainen Don't use nickname in QuoteDB's public messages.
Tue, 06 Sep 2011 20:07:21 +0300 Matti Hamalainen Refactor QuoteDB some more, for modularity. Bot commands are now aggregated
Tue, 06 Sep 2011 20:06:34 +0300 Matti Hamalainen Oops, quotedb tables creation was fucked up by latest changes. Fixed.
Tue, 06 Sep 2011 18:21:32 +0300 Matti Hamalainen Add helper function qdb_sql_exec for simplifying certain SQL operations.
Tue, 06 Sep 2011 18:19:13 +0300 Matti Hamalainen Fail under certain conditions only when creating tables.
Tue, 06 Sep 2011 18:16:13 +0300 Matti Hamalainen Fail if votes table exists.
Tue, 06 Sep 2011 18:15:49 +0300 Matti Hamalainen Use special 'source' statement to include util_convert.tcl from same directory where the script calling it resides.
Tue, 06 Sep 2011 16:33:26 +0300 Matti Hamalainen Use the functions that were implemented in the utility library. Cleanups.
Tue, 06 Sep 2011 16:32:51 +0300 Matti Hamalainen Add scripts for *creating* empty URLLog and Spede/MN/Tuksu databases.
Tue, 06 Sep 2011 16:32:26 +0300 Matti Hamalainen Add utility "library" for database conversion and creation scripts.
Mon, 05 Sep 2011 21:00:38 +0300 Matti Hamalainen urlredirect: Indentation.
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 19:20:43 +0300 Matti Hamalainen Actually fix the quotedb script to work.
Mon, 05 Sep 2011 18:39:19 +0300 Matti Hamalainen Import refactored QuoteDB script.
Mon, 05 Sep 2011 18:39:03 +0300 Matti Hamalainen Add conversion script for Spede, MN and Tuksu style quote databases.
Mon, 05 Sep 2011 18:38:47 +0300 Matti Hamalainen Minor bugfix with TCL escaping.
Mon, 05 Sep 2011 18:37:33 +0300 Matti Hamalainen Cleanups.
Mon, 05 Sep 2011 18:30:20 +0300 Matti Hamalainen Removing obsolete scripts.
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:21:09 +0300 Matti Hamalainen Updated version for SQLite3 database.
Mon, 05 Sep 2011 16:19:38 +0300 Matti Hamalainen Renamed.
Mon, 05 Sep 2011 16:19:29 +0300 Matti Hamalainen Backed out.
Mon, 05 Sep 2011 16:18:57 +0300 Matti Hamalainen Removed obsolete utility, use convert_urllog_db.tcl instead.
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.
Mon, 05 Sep 2011 16:16:40 +0300 Matti Hamalainen Removed obsolete urllog.php
Mon, 05 Sep 2011 16:16:03 +0300 Matti Hamalainen Make the database conversion 2-staged to support old format flatfile database inputs. Add detection for old format.
Mon, 05 Sep 2011 14:10:07 +0300 Matti Hamalainen Add script for converting URLLog text database to SQLite.
Mon, 05 Sep 2011 14:09:36 +0300 Matti Hamalainen laske: Cleanups.
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.
Wed, 22 Jun 2011 19:57:02 +0300 Matti Hamalainen ruoka: Some fixes, does not work with the new Amica lists tho.
Wed, 22 Jun 2011 19:56:31 +0300 Matti Hamalainen tj: Handle command arguments better.
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.
Sun, 16 Jan 2011 18:48:11 +0200 Matti Hamalainen Change to use newer "framework".
Sun, 16 Jan 2011 18:47:59 +0200 Matti Hamalainen Add some comments.