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.