Log

description author age
mod_smacks: Consolidate logic for deciding whether to advertise or allow smacks for a given session, and fix an issue with not allowing s2s connections to enable smacks because of not binding a resource... (thanks xnyphs) Matthew Wild Wed, 01 Feb 2012 23:57:07 +0000
mod_smacks: Handle a client trying to <enable> twice, or trying to <enable> before resource binding (thanks Thijs Alkemade) Matthew Wild Wed, 01 Feb 2012 23:29:05 +0000
mod_smacks: Only advertise stream features when a stream is authenticated, and doesn't already have smacks enabled Matthew Wild Wed, 01 Feb 2012 23:27:23 +0000
mod_smacks: Log message when client tries to resume unknown session Matthew Wild Mon, 30 Jan 2012 04:20:24 +0000
mod_smacks: Add log message on resume Matthew Wild Mon, 30 Jan 2012 04:15:58 +0000
mod_smacks: Add logging to hibernation and session destruction (thanks darkrain) Matthew Wild Sun, 29 Jan 2012 20:34:14 +0000
mod_carbons: Don't try to send carbons for entirely offline users. Kim Alvefur Sat, 28 Jan 2012 15:10:04 +0100
mod_admin_web: Clear commands in all cases new ones are loaded (thanks Maranda) Florian Zeitz Thu, 26 Jan 2012 19:38:03 +0100
mod_muc_log_http: Use YYYY-MM-DD in URLs instead of the confusing YYMMDD. Waqas Hussain Wed, 25 Jan 2012 06:58:53 +0500
mod_muc_log_http: Reduce theme loading code. Waqas Hussain Wed, 25 Jan 2012 06:13:39 +0500
mod_muc_log_http: Improved theme loading, and better error reporting. Waqas Hussain Wed, 25 Jan 2012 04:29:26 +0500
mod_muc_log_http: Return a 500 Internal Server Error on missing theme, not a traceback. Waqas Hussain Wed, 25 Jan 2012 04:22:10 +0500
mod_muc_log_http: Don't return a page on missing rooms. Waqas Hussain Wed, 25 Jan 2012 04:21:17 +0500
mod_muc_log_http: Return a proper 404 Not Found page on missing pages instead of a traceback. Waqas Hussain Wed, 25 Jan 2012 04:20:08 +0500
mod_admin_web: Fix margins Florian Zeitz Tue, 24 Jan 2012 19:25:06 +0100
mod_smacks: Fix smacks on s2s connections, but disable it by default. Kim Alvefur Tue, 24 Jan 2012 14:56:00 +0100
Adapt to bootstrap Florian Zeitz Thu, 19 Jan 2012 22:14:19 +0100
mod_admin_web: Replace command list instead of appending Florian Zeitz Wed, 18 Jan 2012 15:51:38 +0100
mod_adhoc_web: Redesign adhoc command pane Florian Zeitz Wed, 18 Jan 2012 01:24:41 +0100
mod_admin_web: Begin switch to using bootstrap styles Matthew Wild Tue, 17 Jan 2012 16:07:21 +0000
mod_admin_web: Add bootstrap to get_deps.sh Matthew Wild Tue, 17 Jan 2012 16:05:47 +0000
mod_admin_web: Move style.css to css/ Matthew Wild Tue, 17 Jan 2012 16:04:54 +0000
mod_admin_web: Fix typo (incomming->incoming) Matthew Wild Tue, 17 Jan 2012 12:30:23 +0000
mod_stanza_counter_http: revert to use module:get_option_boolean Marco Cirillo Tue, 17 Jan 2012 13:58:13 +0000
mod_server_status: revert to use module:get_option_boolean Marco Cirillo Tue, 17 Jan 2012 13:53:49 +0000
mod_register_json: revert to use module:get_option_boolean Marco Cirillo Tue, 17 Jan 2012 13:52:48 +0000
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present. Marco Cirillo Tue, 17 Jan 2012 01:43:50 +0000
mod_server_status: added http cleanup code from mod_register_json Marco Cirillo Tue, 17 Jan 2012 01:40:58 +0000
mod_register_json: switched module:get_option_boolean("use_libevent", nil) with require "core.configmanager".get("*", "core", "use_libevent") as the first possibly won't work (module is unloaded) Marco Cirillo Tue, 17 Jan 2012 01:31:58 +0000
mod_stanza_counter_http: added cleanup function (from mod_register_json) Marco Cirillo Tue, 17 Jan 2012 01:27:38 +0000