log quotedb.tcl @ 55:f7ccab2a5811

age author description
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.