Wed, 18 Jan 2012 15:51:38 +0100 |
Florian Zeitz |
mod_admin_web: Replace command list instead of appending
|
Wed, 18 Jan 2012 01:24:41 +0100 |
Florian Zeitz |
mod_adhoc_web: Redesign adhoc command pane
|
Tue, 17 Jan 2012 16:07:21 +0000 |
Matthew Wild |
mod_admin_web: Begin switch to using bootstrap styles
|
Tue, 17 Jan 2012 16:05:47 +0000 |
Matthew Wild |
mod_admin_web: Add bootstrap to get_deps.sh
|
Tue, 17 Jan 2012 16:04:54 +0000 |
Matthew Wild |
mod_admin_web: Move style.css to css/
|
Tue, 17 Jan 2012 12:30:23 +0000 |
Matthew Wild |
mod_admin_web: Fix typo (incomming->incoming)
|
Tue, 17 Jan 2012 13:58:13 +0000 |
Marco Cirillo |
mod_stanza_counter_http: revert to use module:get_option_boolean
|
Tue, 17 Jan 2012 13:53:49 +0000 |
Marco Cirillo |
mod_server_status: revert to use module:get_option_boolean
|
Tue, 17 Jan 2012 13:52:48 +0000 |
Marco Cirillo |
mod_register_json: revert to use module:get_option_boolean
|
Tue, 17 Jan 2012 01:43:50 +0000 |
Marco Cirillo |
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present.
|
Tue, 17 Jan 2012 01:40:58 +0000 |
Marco Cirillo |
mod_server_status: added http cleanup code from mod_register_json
|
Tue, 17 Jan 2012 01:31:58 +0000 |
Marco Cirillo |
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)
|
Tue, 17 Jan 2012 01:27:38 +0000 |
Marco Cirillo |
mod_stanza_counter_http: added cleanup function (from mod_register_json)
|
Tue, 17 Jan 2012 01:18:36 +0000 |
Marco Cirillo |
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)
|
Tue, 17 Jan 2012 00:57:47 +0000 |
Marco Cirillo |
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)
|
Sun, 15 Jan 2012 20:21:53 +0100 |
Kim Alvefur |
mod_mam: Store the message id more accessible.
|
Sun, 15 Jan 2012 03:58:54 +0100 |
Kim Alvefur |
mod_mam: Implement archiving preferences.
|
Sun, 15 Jan 2012 02:05:41 +0000 |
Matthew Wild |
mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error)
|
Sun, 15 Jan 2012 01:40:50 +0000 |
Matthew Wild |
mod_muc_limits: Remove throttle object from all rooms on unload (to make sure new settings are applied on reload)
|
Sun, 15 Jan 2012 01:36:11 +0000 |
Matthew Wild |
mod_muc_limits: Don't limit room leaving
|
Sun, 15 Jan 2012 01:08:15 +0000 |
Matthew Wild |
mod_muc_limits: New module to impose overall rate-limits on a MUC (not on individual users)
|
Sat, 14 Jan 2012 22:17:58 +0000 |
Marco Cirillo |
mod_register_json: checking out if the user creation succeeded or not is good practice.
|
Sun, 15 Jan 2012 02:56:51 +0500 |
Waqas Hussain |
mod_service_directories: Initial commit. Untested. Support for both directory and buddy use cases. Incomplete pubsub support (only getting all items supported).
|
Sat, 14 Jan 2012 21:45:37 +0000 |
Marco Cirillo |
mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko)
|