log plugins/mod_storage_internal.lua @ 10957:8902cecbdd39

age author description
Fri, 12 Jun 2020 16:55:35 +0100 Matthew Wild mod_storage_internal, mod_storage_memory: Add support for query.before
Fri, 15 May 2020 21:26:54 +0200 Kim Alvefur Merge 0.11->trunk
Fri, 15 May 2020 21:22:35 +0200 Kim Alvefur mod_storage_internal: Fix error in time limited queries on items without 'when' field, fixes #1557 0.11
Fri, 15 May 2020 20:55:22 +0200 Kim Alvefur mod_storage_internal: Fix keeping old timestamp in archive map API
Mon, 11 May 2020 21:56:19 +0200 Kim Alvefur mod_storage_internal: Implement key-value API
Fri, 23 Aug 2019 01:28:53 +0200 Kim Alvefur mod_storage_internal: Include last text message
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
Sun, 05 May 2019 07:24:12 +0200 Kim Alvefur mod_storage_internal: Return appropriate error even with empty archive
Tue, 05 Mar 2019 00:12:30 +0100 Kim Alvefur mod_storage_internal: Return error if 'before' or 'after' are not found (partial fix for #1325)
Sun, 05 May 2019 16:07:16 +0200 Kim Alvefur mod_storage_internal: Add support for iterating over users in archive stores
Sun, 05 May 2019 08:12:16 +0200 Kim Alvefur mod_storage_internal,memory: Only return total count if requested
Mon, 25 Feb 2019 15:48:28 +0100 Kim Alvefur mod_storage_internal: Implement a summary API returning message counts per contact
Fri, 22 Mar 2019 02:24:48 +0100 Kim Alvefur mod_storage_internal: Include store name when reporting quota status