log quotedb.tcl @ 465:ba7ed8f6d2ab

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