Log

mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2239:df696c8d5282

description author age
mod_storage_xmlarchive: Pass a default namespace to xmppstream so result items default to xmlns = nil (fixes non-mam use, like mod_mam_muc sending history) Kim Alvefur 2016-05-27
mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0) Kim Alvefur 2016-02-28
mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing Kim Alvefur 2016-02-02
mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive Kim Alvefur 2016-02-02
mod_storage_xmlarchive: Collect return value when adding to date index Kim Alvefur 2016-02-02
mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here) Kim Alvefur 2015-12-12
mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages Kim Alvefur 2015-09-07
mod_storage_xmlarchive: Add support for purging (used when deleting users) Kim Alvefur 2015-09-02
mod_storage_xmlarchive: Remove redundant stream header Kim Alvefur 2015-08-27
mod_storage_xmlarchive: Mistake in copypaste of copyright header :P Kim Alvefur 2015-05-29
mod_storage_xmlarchive: Add (c) header Kim Alvefur 2015-05-29
mod_storage_xmlarchive: Remove leftover debug code Kim Alvefur 2015-05-29
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards Kim Alvefur 2015-05-21
Fix for 54c8a0cb2996 Kim Alvefur 2015-05-21
mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc) Kim Alvefur 2015-05-19
mod_storage_xmlarchive: Return 'when' as number Kim Alvefur 2015-05-19
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua Kim Alvefur 2015-05-18
mod_storage_xmlarchive: Optimize access to variables used in inner loop Kim Alvefur 2015-05-18
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return' Kim Alvefur 2015-05-18
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise Kim Alvefur 2015-05-18
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore Kim Alvefur 2015-05-18
mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items Kim Alvefur 2015-05-11
mod_storage_xmlarchive: Remove overly verbose debug message Kim Alvefur 2015-05-11
mod_storage_xmlarchive: Adjust wording in log message Kim Alvefur 2015-05-11
mod_storage_xmlarchive: Attempt to recover after parse failures Kim Alvefur 2015-05-11
mod_storage_xmlarchive: Improve logging of parse errors Kim Alvefur 2015-05-11
mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files Kim Alvefur 2015-05-03