mod_storage_xmlarchive: Break out XML file reading into a function
|
Kim Alvefur |
Tue, 21 Mar 2017 10:56:56 +0100 |
mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session'
|
Kim Alvefur |
Mon, 06 Mar 2017 00:53:01 +0100 |
mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck]
|
Kim Alvefur |
Mon, 06 Mar 2017 00:52:27 +0100 |
mod_storage_xmlarchive: Break long line [luacheck]
|
Kim Alvefur |
Mon, 06 Mar 2017 00:51:28 +0100 |
mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.)
|
Kim Alvefur |
Sat, 04 Mar 2017 19:52:41 +0100 |
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)
|
Kim Alvefur |
Mon, 20 Feb 2017 01:47:44 +0100 |
mod_storage_xmlarchive: Use util.stanza.is_stanza if available
|
Kim Alvefur |
Mon, 19 Dec 2016 07:47:50 +0100 |
mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790)
|
Kim Alvefur |
Fri, 02 Dec 2016 17:39:11 +0100 |
mod_storage_xmlarchive: Update copyright year
|
Kim Alvefur |
Fri, 25 Nov 2016 23:22:24 +0100 |
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)
|
Kim Alvefur |
Fri, 25 Nov 2016 23:17:13 +0100 |
mod_storage_xmlarchive: Open XML file later, just before it is needed
|
Kim Alvefur |
Fri, 25 Nov 2016 23:11:07 +0100 |
mod_storage_xmlarchive: Check if item exists before checking if its fields
|
Kim Alvefur |
Fri, 25 Nov 2016 23:08:18 +0100 |
mod_storage_xmlarchive: Determine if a message is the first of day by checking if the list file exists before
|
Kim Alvefur |
Tue, 23 Aug 2016 23:39:57 +0200 |
mod_storage_xmlarchive: Include the missing append_raw() for 0.9 compatibility
|
Kim Alvefur |
Tue, 23 Aug 2016 17:54:00 +0200 |