log plugins/mod_storage_sql2.lua @ 6767:d01c29b62b16

age author description
Thu, 09 Jul 2015 00:14:27 +0100 Matthew Wild Merge 0.10->trunk
Wed, 08 Jul 2015 15:07:23 +0100 Matthew Wild mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash)
Tue, 07 Jul 2015 17:42:29 +0100 Matthew Wild mod_storage_sql2: Don't upgrade tables without admin intervention
Tue, 07 Jul 2015 17:41:09 +0100 Matthew Wild mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line
Tue, 07 Jul 2015 17:40:23 +0100 Matthew Wild mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required
Tue, 07 Jul 2015 17:39:56 +0100 Matthew Wild mod_storage_sql2: Rename variable to avoid name clash
Sun, 05 Jul 2015 18:00:05 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 27 Jun 2015 15:59:37 +0200 Kim Alvefur mod_storage_sql2: Validate configuration after normalizing SQLite3 database path (fixes traceback with default config)
Thu, 25 Jun 2015 18:57:43 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 24 Jun 2015 23:25:42 +0100 Matthew Wild Merge with 0.10
Wed, 24 Jun 2015 23:24:32 +0100 Matthew Wild mod_storage_sql2: Break up monolithic code into functions, theoretically no functionality changes.
Wed, 24 Jun 2015 22:56:50 +0100 Matthew Wild mod_storage_sql2: Improve logging when database read fails
Wed, 24 Jun 2015 22:55:41 +0100 Matthew Wild mod_storage_sql2: Some reformatting and variable name improvements
Wed, 24 Jun 2015 22:54:17 +0100 Matthew Wild mod_storage_sql2: Add some comments
Thu, 21 May 2015 22:56:39 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 21 May 2015 12:11:08 +0200 Kim Alvefur mod_storage_sql2: Fix argument compat thing from 41725f3df3cc, it was backwards
Tue, 19 May 2015 23:23:44 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 19 May 2015 18:24:53 +0200 Kim Alvefur mod_storage_sql2: Add a 'caps' table for indicating support for optional features
Tue, 19 May 2015 18:24:09 +0200 Kim Alvefur mod_storage_sql2: Change order of arguments to :append to be the same as return values from :find iterator
Tue, 19 May 2015 18:21:23 +0200 Kim Alvefur mod_storage_sql2: Include 'with' field from iterator like some 3rd party archive-capable storage modules
Tue, 16 Dec 2014 18:33:54 -0500 Waqas Hussain Merge 0.10 -> trunk
Thu, 11 Dec 2014 09:18:39 +0100 Kim Alvefur mod_storage_sql2, util.sql: Set character encoding on every connect
Tue, 12 Aug 2014 11:38:12 +0200 Kim Alvefur mod_storage_sql2: DELETE then INSERT in map stores
Thu, 07 Aug 2014 18:34:51 -0400 daurnimator plugins/mod_storage_sql2: Return correct arguments from map_store operations