log quotedb.tcl @ 466:a8eb80bbffa5

age author description
Wed, 09 May 2018 20:04:13 +0300 Matti Hamalainen quotedb: Add 'stats' command.
Thu, 22 Feb 2018 20:15:20 +0200 Matti Hamalainen quotedb: Add get latest quote feature.
Sat, 21 Oct 2017 00:59:06 +0300 Matti Hamalainen quotedb: Do not update quote creation timestamp field when updating quote.
Wed, 26 Apr 2017 15:20:11 +0300 Matti Hamalainen quotedb: Add display of current quote rating when voting for it.
Sun, 08 Jan 2017 04:11:17 +0200 Matti Hamalainen quotedb: Bump copyright and version.
Sun, 08 Jan 2017 04:04:35 +0200 Matti Hamalainen Add utl_msg_do() function into utillib and refactor out similar things in quotedb and weather scripts.
Sun, 08 Jan 2017 03:55:55 +0200 Matti Hamalainen Cosmetic / stray trailing whitespace cleanup.
Sun, 08 Jan 2017 03:52:15 +0200 Matti Hamalainen Add utl_ctime() to utillib and use it elsewhere.
Tue, 20 Oct 2015 10:44:21 +0300 Matti Hamalainen qdb: Bump version.
Tue, 20 Oct 2015 10:44:15 +0300 Matti Hamalainen qdb: Add support for enabled channels.
Tue, 27 Jan 2015 13:15:30 +0200 Matti Hamalainen quotedb: Bump version.
Mon, 26 Jan 2015 14:07:16 +0200 Matti Hamalainen utillib: utl_escape (which will be deprecated soon).
Mon, 26 Jan 2015 14:03:41 +0200 Matti Hamalainen quotedb: Use utillib string splitting.
Sun, 25 Jan 2015 15:34:27 +0200 Matti Hamalainen quotedb: Add nick to parameters.
Fri, 23 Jan 2015 13:20:17 +0200 Matti Hamalainen quotedb: Move various message texts to configuration file. Not everything yet.
Fri, 23 Jan 2015 09:47:35 +0200 Matti Hamalainen quotedb: Move settings/config into separate file.
Sun, 28 Sep 2014 07:11:19 +0300 Matti Hamalainen Rename some commands.
Tue, 27 May 2014 07:12:01 +0300 Matti Hamalainen quotedb: Show quote addition date.
Tue, 27 May 2014 07:11:29 +0300 Matti Hamalainen quotedb: Simplify a bit.
Wed, 21 Sep 2011 07:47:47 +0300 Matti Hamalainen Clarify authorship by doing sed "s/ccr\/TNSP/Matti 'ccr' Hamalainen/g".
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.
Mon, 12 Sep 2011 01:41:00 +0300 Matti Hamalainen quotedb: Add in !quote command.
Sun, 11 Sep 2011 18:49:06 +0300 Matti Hamalainen urllog, quotedb: Improve documentation.
Sun, 11 Sep 2011 18:12:27 +0300 Matti Hamalainen quotedb: Cosmetics, add some commented out examples for future, improve documentation of settings.
Sat, 10 Sep 2011 18:17:20 +0300 Matti Hamalainen quotedb: Bump version.
Sat, 10 Sep 2011 18:14:13 +0300 Matti Hamalainen quotedb: Use TCL function append instead of set foo "$foo..."
Sat, 10 Sep 2011 17:00:22 +0300 Matti Hamalainen quotedb: Add in +n flag override for deleting and updating quotes.
Thu, 08 Sep 2011 22:18:06 +0300 Matti Hamalainen quotedb: Remove commented out dead statements.
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: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.
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.
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 18:21:32 +0300 Matti Hamalainen Add helper function qdb_sql_exec for simplifying certain SQL operations.
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.