mod_http_muc_log: Update template for changes in template engine
|
Kim Alvefur |
Tue, 19 May 2015 16:45:51 +0200 |
mod_http_muc_log: Template engine thing moved into util.interpolation
|
Kim Alvefur |
Tue, 19 May 2015 16:13:00 +0200 |
mod_auth_http_async: Don't go throug usermanager to call a function from the same module
|
Kim Alvefur |
Mon, 18 May 2015 22:41:19 +0200 |
mod_mamsub: Prevent nil indexing if message is added to archive of an offline user
|
Kim Alvefur |
Mon, 18 May 2015 03:31:53 +0200 |
mod_mamsub: Experimental implementation of MAM subscriptions
|
Kim Alvefur |
Mon, 18 May 2015 03:27:08 +0200 |
mod_mam: Fire event on successful storage of message
|
Kim Alvefur |
Mon, 18 May 2015 03:03:42 +0200 |
mod_profile: Return error on storage error, don't attempt to migrate from old storage
|
Kim Alvefur |
Mon, 18 May 2015 02:58:17 +0200 |
mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
|
Kim Alvefur |
Mon, 18 May 2015 02:56:41 +0200 |
mod_profile: Don't use import()
|
Kim Alvefur |
Mon, 18 May 2015 02:55:39 +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 |
mod_mam: There are other storage backends that support archives now
|
Kim Alvefur |
Sun, 17 May 2015 17:17:26 +0200 |
mod_adhoc_blacklist: Fix traceback if blacklist is empty
|
Kim Alvefur |
Sat, 16 May 2015 14:46:29 +0200 |