log mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 5819:bb51cf204dd4 default tip

age author description
Wed, 29 Nov 2023 11:14:21 +0100 Kim Alvefur mod_storage_xmlarchive: Support using requested archive-id
Tue, 28 Nov 2023 19:55:43 +0100 Kim Alvefur mod_storage_xmlarchive: Pass hostname to converter for converting all users
Tue, 28 Nov 2023 19:48:34 +0100 Kim Alvefur mod_storage_xmlarchive: Migrate all users/rooms if no JID argument given
Thu, 23 Nov 2023 16:16:34 +0100 Kim Alvefur mod_storage_xmlarchive: Fix "user" iteration API
Sat, 04 Sep 2021 14:56:04 +0200 Kim Alvefur mod_storage_xmlarchive: Stop exporting XEP-0091 timestamp in conversion
Sun, 15 Aug 2021 12:57:00 +0200 Kim Alvefur mod_storage_xmlarchive: Support query by list of IDs
Fri, 13 Aug 2021 01:23:34 +0200 Kim Alvefur mod_storage_xmlarchive: Support full id range queries
Fri, 13 Aug 2021 01:37:15 +0200 Kim Alvefur mod_storage_xmlarchive: Fix return of numeric 'when' from key-value API
Fri, 13 Aug 2021 01:18:32 +0200 Kim Alvefur mod_storage_xmlarchive: Advertise capabilities (none atm)
Mon, 26 Apr 2021 02:49:06 +0200 Kim Alvefur mod_storage_xmlarchive: Workaround for #1646 (util.async bug with Lua 5.1)
Sat, 10 Apr 2021 01:16:02 +0200 Kim Alvefur mod_storage_xmlarchive: Insert micropauses in long-running queries
Sat, 22 Feb 2020 21:32:52 +0100 Kim Alvefur mod_storage_xmlarchive: Bump copyright
Sat, 22 Feb 2020 21:12:29 +0100 Kim Alvefur mod_storage_xmlarchive: Add a new API similar to map-stores
Thu, 21 Nov 2019 16:35:31 +0100 Kim Alvefur mod_storage_xmlarchive: Log error writing XML since datamanager doesn't
Tue, 07 May 2019 17:10:07 +0200 Kim Alvefur mod_storage_xmlarchive: Try harder to limit range of time to check
Sun, 05 May 2019 16:09:30 +0200 Kim Alvefur mod_storage_xmlarchive: Add support for user iteration API
Fri, 03 May 2019 21:07:51 +0200 Kim Alvefur mod_storage_xmlarchive: Return error if range request reference missing items (see #1325)
Fri, 03 May 2019 18:59:38 +0200 Kim Alvefur mod_storage_xmlarchive: Limit search to smallest time range in case of inexact match
Sun, 17 Mar 2019 17:56:54 +0100 Kim Alvefur mod_storage_xmlarchive: Remove per day files during migration
Thu, 07 Feb 2019 15:26:03 +0100 Kim Alvefur mod_storage_xmlarchive: Add some debug logging
Mon, 21 Jan 2019 19:52:04 +0100 Kim Alvefur mod_storage_xmlarchive: Don't return early when looking through entire archive
Mon, 21 Jan 2019 19:17:49 +0100 Kim Alvefur mod_storage_xmlarchive: Allow lookup of IDs that don't follow the YYYY-MM-DD-RANDOM format
Sun, 06 Jan 2019 10:27:55 +0100 Kim Alvefur mod_storage_xmlarchive: Remove compat for old argument order
Sun, 18 Mar 2018 22:39:42 +0100 Kim Alvefur mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases
Fri, 09 Mar 2018 21:58:47 +0100 Kim Alvefur mod_storage_xmlarchive: Add additional debug logging
Thu, 09 Nov 2017 13:42:35 +0100 Kim Alvefur mod_storage_xmlarchive: Add a prosodyctl command for migrating to/from the internal storage format
Thu, 09 Nov 2017 13:41:36 +0100 Kim Alvefur mod_storage_xmlarchive: Add a sanity check to prevent reading from internal storage archives
Thu, 09 Nov 2017 13:34:05 +0100 Kim Alvefur mod_storage_xmlarchive: Pass the hostname into the archive object to make it more self-contained
Mon, 10 Apr 2017 21:09:44 +0200 Kim Alvefur mod_storage_xmlarchive: Attempt to clean up orphaned files despite util.datamanager or internal storage having deleted the date index file (fixes #725)
Mon, 10 Apr 2017 08:59:13 +0200 Kim Alvefur mod_storage_xmlarchive: Pass username to dates