plugins/mod_storage_sql.lua
Sun, 01 Jan 2023 16:20:58 +0100 Kim Alvefur mod_storage_sql: Fix #1639 0.12
Thu, 29 Dec 2022 18:28:50 +0100 Kim Alvefur Merge 0.12->trunk
Thu, 29 Dec 2022 18:06:35 +0100 Kim Alvefur mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.12
Wed, 07 Sep 2022 12:27:12 +0200 Kim Alvefur mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth)
Sun, 14 Aug 2022 17:29:39 +0200 Kim Alvefur mod_storage_sql: Drop archive timestamp precision pending schema update
Fri, 29 Jul 2022 17:10:31 +0200 Kim Alvefur Merge 0.12->trunk
Fri, 22 Jul 2022 19:09:50 +0200 Kim Alvefur mod_storage_sql: Fix summary API with Postgres (fixes #1766) 0.12
Wed, 27 Jul 2022 00:10:08 +0200 Kim Alvefur Merge 0.12->trunk
Tue, 26 Jul 2022 00:39:16 +0200 Kim Alvefur mod_storage_sql: Fix bypass of load procedure under prosodyctl 0.12
Mon, 11 Jul 2022 19:07:38 +0200 Kim Alvefur compat: Remove handling of Lua 5.1 location of 'unpack' function
Sat, 02 Jul 2022 17:30:06 +0200 Kim Alvefur mod_storage_sql: Remove Lua 5.1 compatibility hack
Tue, 30 Nov 2021 16:26:01 +0100 Kim Alvefur mod_storage_sql: Return cached total where it makes sense
Tue, 30 Nov 2021 15:58:23 +0100 Kim Alvefur mod_storage_sql: Adjust handling of 'total' for multi-id queries
Tue, 30 Nov 2021 15:24:17 +0100 Kim Alvefur mod_storage_sql: Fix traceback on multi-user deletion
Tue, 30 Nov 2021 01:21:02 +0100 Kim Alvefur mod_storage_sql: Expose multi-user deletion capability
Mon, 21 Jun 2021 17:31:17 +0200 Kim Alvefur mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
Mon, 01 Feb 2021 12:47:05 +0100 Kim Alvefur mod_storage_sql: Implement map-like API for archives
Wed, 13 Jan 2021 15:33:44 +0100 Kim Alvefur mod_storage_sql: Fix compatibilty with Lua 5.1
Tue, 12 Jan 2021 18:46:17 +0100 Kim Alvefur mod_storage_sql: Support query for set of IDs
Sat, 09 Jan 2021 21:08:33 +0100 Kim Alvefur mod_storage_sql: Advertise support for id range query
Thu, 02 Jul 2020 19:03:59 +0200 Kim Alvefur mod_storage_sql: Measure hits/misses on the item count cache
Fri, 12 Jun 2020 16:54:38 +0100 Matthew Wild mod_storage_sql: Fix incorrect results when fetching items before specific archive id
Sat, 02 May 2020 14:13:02 +0200 Kim Alvefur mod_storage_sql: Log database connection parameters when creating engine
Sun, 22 Mar 2020 21:13:09 +0100 Kim Alvefur Merge 0.11->trunk
Sun, 22 Mar 2020 21:05:59 +0100 Kim Alvefur mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 0.11
Wed, 11 Mar 2020 16:32:41 +0000 Matthew Wild storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()
Wed, 11 Mar 2020 15:57:53 +0000 Matthew Wild mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)
Sat, 22 Feb 2020 16:26:20 +0100 Kim Alvefur Merge 0.11->trunk
Sat, 22 Feb 2020 16:23:43 +0100 Kim Alvefur mod_storage_sql: Move update limit check back one step, fixes traceback 0.11
Fri, 21 Feb 2020 23:01:43 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 21 Feb 2020 23:00:44 +0100 Kim Alvefur mod_storage_sql: Fix check for deletion limits (fixes #1494) 0.11
Tue, 24 Dec 2019 00:49:43 +0100 Kim Alvefur mod_storage_sql: Remove unused and not actually returned return value [luacheck]
Fri, 23 Aug 2019 01:15:44 +0200 Kim Alvefur mod_storage_*: Also include timestmap of first message in :summary API
Fri, 23 Aug 2019 01:10:27 +0200 Kim Alvefur mod_storage_*: Include timestamp of latest message in :summary API
Fri, 23 Aug 2019 01:04:00 +0200 Kim Alvefur mod_storage_*: Tweak :summary API to allow future expansion with more fields
Tue, 28 May 2019 00:56:30 +0200 Kim Alvefur mod_storage_sql: Ignore shadowed error variable [luacheck]
Tue, 28 May 2019 00:47:50 +0200 Kim Alvefur mod_storage_sql: Fix to use correct arguments to archive id lookup
Tue, 28 May 2019 00:46:24 +0200 Kim Alvefur mod_storage_sql: Correctly return item-not-found error
Sat, 23 Mar 2019 00:51:10 +0100 Kim Alvefur mod_storage_sql: Look up archive IDs in separate queries (fixes #1325)
Sun, 26 May 2019 19:41:58 +0200 Kim Alvefur Merge 0.11->trunk
Mon, 13 May 2019 14:39:38 +0200 Kim Alvefur mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) 0.11
Mon, 13 May 2019 14:47:41 +0200 Kim Alvefur mod_storage_sql: Move code out of if-else chain 0.11
Sun, 05 May 2019 16:26:01 +0200 Kim Alvefur mod_storage_sql: Add support for iterating over users in archive stores
Mon, 25 Feb 2019 15:51:55 +0100 Kim Alvefur mod_storage_sql: Implement archive summary API
Fri, 22 Mar 2019 16:30:53 +0100 Kim Alvefur mod_storage_sql: No archive item limit by default
Fri, 22 Mar 2019 02:18:54 +0100 Kim Alvefur mod_storage_sql: Return cached count if only this is queried for
Fri, 22 Mar 2019 02:13:27 +0100 Kim Alvefur mod_storage_sql: Cache total count if it's calculated as part of the current query
Fri, 22 Mar 2019 02:12:02 +0100 Kim Alvefur mod_storage_sql: Skip cache write
Fri, 22 Mar 2019 02:10:46 +0100 Kim Alvefur mod_storage_sql: Fix to use currently queried store
Fri, 22 Mar 2019 02:09:38 +0100 Kim Alvefur mod_storage_sql: Don't increment counter twice (fixes accounting error)
Fri, 22 Mar 2019 18:02:27 +0100 Kim Alvefur mod_storage_internal,_sql: Key item count cache on both username and store
Fri, 22 Mar 2019 18:01:24 +0100 Kim Alvefur mod_storage_internal,_sql: Expose archive capabilities feature set
Fri, 20 Oct 2017 12:53:53 +0200 Matthew Wild mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)
Sat, 08 Dec 2018 17:09:55 +0100 Kim Alvefur various: Don't rely on _G.unpack existing
Thu, 15 Nov 2018 21:55:16 +0000 Matthew Wild mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 0.11
Sun, 21 Oct 2018 21:12:38 +0200 Kim Alvefur mod_storage_sql: Handle Lua 5.3 move of unpack function
Sat, 13 Oct 2018 08:17:58 +0100 Matthew Wild mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073)
Fri, 12 Oct 2018 21:59:15 +0100 Matthew Wild mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs
Thu, 11 Oct 2018 19:23:21 +0100 Matthew Wild mod_storage_sql: Change prosodyarchive_index to be non-unique (fixes #1087)
Thu, 11 Oct 2018 19:15:46 +0100 Matthew Wild mod_storage_sql: Have :users() throw an error on failure instead of returning non-iterator values
less more (0) -100 -60 tip