Log

description author age
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
mod_register_json: reworked the ccleanup function so that it doesn' try to close an unused listener port if server_event is in use (works only with select) Marco Cirillo Tue, 17 Jan 2012 01:18:36 +0000
mod_register_json: added auto-cleanup logic to the module so it can at least be unloaded and reloaded without fuss. (Experimental: works with server_select and trunk) Marco Cirillo Tue, 17 Jan 2012 00:57:47 +0000
mod_mam: Store the message id more accessible. Kim Alvefur Sun, 15 Jan 2012 20:21:53 +0100
mod_mam: Implement archiving preferences. Kim Alvefur Sun, 15 Jan 2012 03:58:54 +0100
mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error) Matthew Wild Sun, 15 Jan 2012 02:05:41 +0000
mod_muc_limits: Remove throttle object from all rooms on unload (to make sure new settings are applied on reload) Matthew Wild Sun, 15 Jan 2012 01:40:50 +0000
mod_muc_limits: Don't limit room leaving Matthew Wild Sun, 15 Jan 2012 01:36:11 +0000
mod_muc_limits: New module to impose overall rate-limits on a MUC (not on individual users) Matthew Wild Sun, 15 Jan 2012 01:08:15 +0000
mod_register_json: checking out if the user creation succeeded or not is good practice. Marco Cirillo Sat, 14 Jan 2012 22:17:58 +0000
mod_service_directories: Initial commit. Untested. Support for both directory and buddy use cases. Incomplete pubsub support (only getting all items supported). Waqas Hussain Sun, 15 Jan 2012 02:56:51 +0500
mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko) Marco Cirillo Sat, 14 Jan 2012 21:45:37 +0000
mod_register_json: modified code to employ get_option_set for true sets, and contains meta method Marco Cirillo Sat, 14 Jan 2012 19:56:24 +0000
mod_admin_web: Use proper path for www_data files (Thanks Zash) Florian Zeitz Sat, 14 Jan 2012 20:50:24 +0100
mod_register_json: cleaned up useless unused code (thanks Mr. Gecko) Marco Cirillo Sat, 14 Jan 2012 19:49:35 +0000
mod_adhoc_web: fade instead of scrolling Florian Zeitz Thu, 12 Jan 2012 20:26:16 +0100
mod_server_status: fixed trace case when an user, mistakenly or not, sets a component which doesn't exist into the plugin config. (thanks chris) Marco Cirillo Tue, 10 Jan 2012 20:55:45 +0000
mod_carbons: Update to Carbons v0.6. Kim Alvefur Tue, 10 Jan 2012 21:17:13 +0100
mod_server_status: corrected mistake in the code. Marco Cirillo Tue, 10 Jan 2012 19:57:06 +0000
mod_server_status: useless "space" removed Marco Cirillo Tue, 10 Jan 2012 19:52:02 +0000
mod_server_status: corrected error. Marco Cirillo Tue, 10 Jan 2012 19:46:54 +0000
mod_server_status: renamed mod_xml_status to mod_server_status as the option to output the stats in JSON was added. Marco Cirillo Tue, 10 Jan 2012 19:36:28 +0000
mod_admin_web: Add missing images Florian Zeitz Tue, 10 Jan 2012 19:23:04 +0100
First pass of web-admin redesign Florian Zeitz Tue, 10 Jan 2012 19:16:28 +0100
mod_ircd: Made the requirement of setting the conference_server a bit more "aggressive", and the resulting error banner for not setting it also. Marco Cirillo Sun, 08 Jan 2012 17:25:34 +0000
mod_host_guard: fixed plugin, minor code refactor. Marco Cirillo Sun, 08 Jan 2012 05:25:49 +0000
mod_register_json: replaced prosody.events.add_handler with module:hook. Marco Cirillo Sun, 08 Jan 2012 03:53:09 +0000
mod_stanza_counter_http: replaced prosody.events.add_handler with module:hook. Marco Cirillo Sun, 08 Jan 2012 03:52:38 +0000
mod_stanza_counter: removed a few empty lines. Marco Cirillo Sun, 08 Jan 2012 03:52:06 +0000
mod_host_guard: replaced prosody.events.add_handler with module:hook. Marco Cirillo Sun, 08 Jan 2012 03:51:16 +0000
mod_xml_status: stick to one code "punctuation" style. Marco Cirillo Sat, 07 Jan 2012 18:14:14 +0000
mod_s2s_never_encrypt_blacklist: stick to one code "punctuation" style. Marco Cirillo Sat, 07 Jan 2012 18:12:38 +0000
mod_register_redirect: stick to one code "punctuation" style. Marco Cirillo Sat, 07 Jan 2012 18:11:39 +0000
mod_register_json: stick to one code "punctuation" style. Marco Cirillo Sat, 07 Jan 2012 18:11:03 +0000
mod_host_guard: stick to one code "punctuation" style. Marco Cirillo Sat, 07 Jan 2012 18:09:48 +0000
mod_xml_status: re-removed http response function wrong code (self note: make sure what you're copy&pasting from the local notepad is fully correct) Marco Cirillo Sat, 07 Jan 2012 00:37:35 +0000
mod_xml_status: last code cleanup and optimization. Marco Cirillo Sat, 07 Jan 2012 00:29:06 +0000
mod_xml_status: small cleanup. Marco Cirillo Fri, 06 Jan 2012 23:43:52 +0000
mod_xml_status: initial commit. Expose server status in xml format to be used on external webapps. Marco Cirillo Fri, 06 Jan 2012 23:15:51 +0000
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP Kim Alvefur Fri, 06 Jan 2012 16:50:12 +0100