Mercurial > prosody-modules
log
age | author | description |
---|---|---|
Mon, 18 May 2015 02:56:41 +0200 | Kim Alvefur | mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions |
Mon, 18 May 2015 02:55:39 +0200 | Kim Alvefur | mod_profile: Don't use import() |
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 |