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)
|
Thu, 27 Aug 2015 12:14:40 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Remove redundant stream header
|
Fri, 29 May 2015 14:35:01 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
|
Fri, 29 May 2015 14:24:42 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Add (c) header
|
Fri, 29 May 2015 14:24:21 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Remove leftover debug code
|
Thu, 21 May 2015 12:09:47 +0200 |
Kim Alvefur |
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
|
Thu, 21 May 2015 11:56:35 +0200 |
Kim Alvefur |
Fix for 54c8a0cb2996
|
Tue, 19 May 2015 18:34:08 +0200 |
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)
|
Tue, 19 May 2015 16:46:20 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Return 'when' as number
|
Mon, 18 May 2015 02:46:41 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
|
Mon, 18 May 2015 02:45:49 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Optimize access to variables used in inner loop
|
Mon, 18 May 2015 02:44:41 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
|
Mon, 18 May 2015 02:43:34 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
|
Mon, 18 May 2015 02:33:43 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
|
Mon, 11 May 2015 14:29:58 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
|
Mon, 11 May 2015 14:29:18 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Remove overly verbose debug message
|
Mon, 11 May 2015 14:29:00 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Adjust wording in log message
|
Mon, 11 May 2015 14:17:35 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Attempt to recover after parse failures
|
Mon, 11 May 2015 14:16:23 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: Improve logging of parse errors
|
Sun, 03 May 2015 13:45:42 +0200 |
Kim Alvefur |
mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files
|