Mercurial > prosody-modules
log mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2553:7ed2a66bfabd
age | author | description |
---|---|---|
Mon, 20 Feb 2017 01:47:44 +0100 | Kim Alvefur | mod_storage_xmlarchive: Raise error instead of warning if there's ever more than one stanza in a chunk (this indicates some kind of corruption) |
Mon, 19 Dec 2016 07:47:50 +0100 | Kim Alvefur | mod_storage_xmlarchive: Use util.stanza.is_stanza if available |
Fri, 02 Dec 2016 17:39:11 +0100 | Kim Alvefur | mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790) |
Fri, 25 Nov 2016 23:22:24 +0100 | Kim Alvefur | mod_storage_xmlarchive: Update copyright year |
Fri, 25 Nov 2016 23:17:13 +0100 | Kim Alvefur | mod_storage_xmlarchive: Find item indices for 'before' or 'after' queries and behave as if they were excluded if the items don't exist (thanks MattJ) |
Fri, 25 Nov 2016 23:11:07 +0100 | Kim Alvefur | mod_storage_xmlarchive: Open XML file later, just before it is needed |
Fri, 25 Nov 2016 23:08:18 +0100 | Kim Alvefur | mod_storage_xmlarchive: Check if item exists before checking if its fields |