Software /
code /
prosody-modules
Log
mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2067:107147ca77f7
description | author | age |
---|---|---|
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 |