log mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 2054:b7c528027762

age author description
Sun, 28 Feb 2016 16:23:30 +0100 Kim Alvefur mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0)
Tue, 02 Feb 2016 16:28:12 +0100 Kim Alvefur mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing
Tue, 02 Feb 2016 16:27:38 +0100 Kim Alvefur mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive
Tue, 02 Feb 2016 16:22:46 +0100 Kim Alvefur mod_storage_xmlarchive: Collect return value when adding to date index
Sat, 12 Dec 2015 03:30:06 +0100 Kim Alvefur mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here)
Mon, 07 Sep 2015 16:26:52 +0200 Kim Alvefur mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
Wed, 02 Sep 2015 16:43:34 +0200 Kim Alvefur mod_storage_xmlarchive: Add support for purging (used when deleting users)