log mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2037:632aa9f49aed

age author description
2015-12-12 Kim Alvefur mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here)
2015-09-07 Kim Alvefur mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
2015-09-02 Kim Alvefur mod_storage_xmlarchive: Add support for purging (used when deleting users)
2015-08-27 Kim Alvefur mod_storage_xmlarchive: Remove redundant stream header
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Add (c) header
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Remove leftover debug code
2015-05-21 Kim Alvefur mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
2015-05-21 Kim Alvefur Fix for 54c8a0cb2996
2015-05-19 Kim Alvefur mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
2015-05-19 Kim Alvefur mod_storage_xmlarchive: Return 'when' as number
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Optimize access to variables used in inner loop
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
2015-05-18 Kim Alvefur mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
2015-05-18 Kim Alvefur mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Remove overly verbose debug message
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Adjust wording in log message
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Attempt to recover after parse failures
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Improve logging of parse errors
2015-05-03 Kim Alvefur mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files