Software /
code /
prosody-modules
Log
mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 1753:54c8a0cb2996
description | author | age |
---|---|---|
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 | Tue, 19 May 2015 18:34:08 +0200 |
mod_storage_xmlarchive: Return 'when' as number | Kim Alvefur | Tue, 19 May 2015 16:46:20 +0200 |
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua | Kim Alvefur | Mon, 18 May 2015 02:46:41 +0200 |
mod_storage_xmlarchive: Optimize access to variables used in inner loop | Kim Alvefur | Mon, 18 May 2015 02:45:49 +0200 |
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return' | Kim Alvefur | Mon, 18 May 2015 02:44:41 +0200 |
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise | Kim Alvefur | Mon, 18 May 2015 02:43:34 +0200 |
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore | Kim Alvefur | Mon, 18 May 2015 02:33:43 +0200 |