log quotedb.tcl @ 653:96a659f66be9

age author description
Wed, 17 Feb 2021 11:09:50 +0200 Matti Hamalainen quotedb: Use splitx instead of split.
Wed, 17 Feb 2021 10:29:06 +0200 Matti Hamalainen quotedb: Add few comments.
Mon, 08 Feb 2021 12:37:59 +0200 Matti Hamalainen quotedb: Rename SQLite3 database filename configuration variable.
Thu, 04 Feb 2021 12:23:52 +0200 Matti Hamalainen Cleanup.
Wed, 03 Feb 2021 13:36:43 +0200 Matti Hamalainen quotedb: Clean up regexp statements.
Wed, 03 Feb 2021 11:05:59 +0200 Matti Hamalainen Cleanup.
Wed, 27 Jan 2021 10:57:13 +0200 Matti Hamalainen Oops.
Wed, 27 Jan 2021 10:24:44 +0200 Matti Hamalainen Add @nick@ token to messages.
Mon, 04 Jan 2021 12:00:44 +0200 Matti Hamalainen Bump copyright years.
Thu, 09 Jul 2020 12:47:39 +0300 Matti Hamalainen quotedb: Cleanups.
Thu, 09 Jul 2020 12:24:56 +0300 Matti Hamalainen quotedb: Rename a function argument.
Wed, 08 Jul 2020 22:55:56 +0300 Matti Hamalainen Rename *_logmsg settings to *_log_enable.
Wed, 08 Jul 2020 12:12:57 +0300 Matti Hamalainen quotedb: Rename qdb_command() to qdb_cmd()
Tue, 07 Jul 2020 14:22:16 +0300 Matti Hamalainen quotedb: Cleanup.
Tue, 07 Jul 2020 14:22:06 +0300 Matti Hamalainen quotedb: Use utillib version of the function.
Sat, 02 May 2020 15:29:03 +0300 Matti Hamalainen quotedb: Improve statistics.
Sat, 02 May 2020 07:41:41 +0300 Matti Hamalainen quotedb: Show help instead.
Sat, 02 May 2020 07:38:07 +0300 Matti Hamalainen quotedb: Check if any search parameters have been given, error out if not.
Sat, 02 May 2020 07:17:17 +0300 Matti Hamalainen quotedb: Adjust some messages.
Sat, 02 May 2020 06:01:29 +0300 Matti Hamalainen quotedb: Bump version.
Sat, 02 May 2020 06:01:13 +0300 Matti Hamalainen quotedb: Refactor qdb_msg and message handling in general.
Fri, 01 May 2020 13:17:21 +0300 Matti Hamalainen quotedb: Fix handling of 'vote' command parameters in case of '!xxx vote <1|-1>' to vote for the latest added quote.
Thu, 30 Apr 2020 23:59:04 +0300 Matti Hamalainen quotedb: Bump version.
Thu, 30 Apr 2020 23:40:03 +0300 Matti Hamalainen quotedb: Add new information in statistics sub-command.
Thu, 23 Jan 2020 06:04:58 +0200 Matti Hamalainen quotedb: Adjust the note in the script header blurb, update copyright.
Tue, 22 Oct 2019 17:45:22 +0300 Matti Hamalainen quotedb: Add img: image URL support.
Fri, 25 Jan 2019 14:23:36 +0200 Matti Hamalainen quotedb: Make more things configurable.
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.