Mercurial > prosody-modules
log mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2619:1e4bbff0a6fd
age | author | description |
---|---|---|
Mon, 06 Mar 2017 00:53:01 +0100 | Kim Alvefur | mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session' |
Mon, 06 Mar 2017 00:52:27 +0100 | Kim Alvefur | mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck] |
Mon, 06 Mar 2017 00:51:28 +0100 | Kim Alvefur | mod_storage_xmlarchive: Break long line [luacheck] |
Sat, 04 Mar 2017 19:52:41 +0100 | Kim Alvefur | mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.) |
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) |