mod_c2s_conn_throttle: renamed mod_c2s_auth_throttle, hooks at features and takes in account stream renegotiation.
|
Marco Cirillo |
2012-02-12 |
mod_cleanup_http: updated banner.
|
Marco Cirillo |
2012-02-12 |
mod_cleanup_http: "spring cleans" module, aka unload global http modules without hassle (open ports cleanup doesn't work with server_event)
|
Marco Cirillo |
2012-02-12 |
mod_server_status: remove cleanup function move it to a separate plugin.
|
Marco Cirillo |
2012-02-12 |
mod_stanza_counter_http: remove cleanup function move it to a separate plugin.
|
Marco Cirillo |
2012-02-12 |
mod_register_json: remove cleanup function move it to a separate plugin.
|
Marco Cirillo |
2012-02-12 |
mod_carbons: Use session.send instead of passing carbon through all the routing
|
Kim Alvefur |
2012-02-12 |
mod_carbons: Add more debug logging
|
Kim Alvefur |
2012-02-09 |
mod_c2s_auth_throttle: first commit
|
Marco Cirillo |
2012-02-09 |
merged.
|
Marco Cirillo |
2012-02-09 |
mod_conformance_restricted: Module to send XML restricted by RFC 6120 (for conformance testing)
|
Florian Zeitz |
2012-02-07 |
mod_server_status: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??")
|
Marco Cirillo |
2012-02-09 |
mod_stanza_counter_http: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??")
|
Marco Cirillo |
2012-02-09 |
mod_register_json: punctuation adjust
|
Marco Cirillo |
2012-02-09 |
mod_register_json: de-reverting change to use configmanager again (trace happened), also changed cleanup function name to avoid mismatches (??)
|
Marco Cirillo |
2012-02-09 |
mod_register_json: cleanup unused stuff
|
Marco Cirillo |
2012-02-09 |
mod_auto_accept_subscriptions: New module to automatically accept incoming subscription requests on behalf of users
|
Matthew Wild |
2012-02-14 |
Fix a typo in mod_smacks (type -> session_type).
|
Thijs Alkemade |
2012-02-02 |
mod_smacks: Drop back to urn:xmpp:sm:2 for now
|
Matthew Wild |
2012-02-02 |
Add a <delay> to stanzas that are queued (and don't have one already), so clients can show them with the original timestamp.
|
Thijs Alkemade |
2012-02-02 |
Update smacks to urn:xmpp:sm:3. Fix typo in can_do_smacks.
|
Thijs Alkemade |
2012-02-02 |
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 |
2012-02-01 |
mod_smacks: Handle a client trying to <enable> twice, or trying to <enable> before resource binding (thanks Thijs Alkemade)
|
Matthew Wild |
2012-02-01 |
mod_smacks: Only advertise stream features when a stream is authenticated, and doesn't already have smacks enabled
|
Matthew Wild |
2012-02-01 |
mod_smacks: Log message when client tries to resume unknown session
|
Matthew Wild |
2012-01-30 |
mod_smacks: Add log message on resume
|
Matthew Wild |
2012-01-30 |
mod_smacks: Add logging to hibernation and session destruction (thanks darkrain)
|
Matthew Wild |
2012-01-29 |
mod_carbons: Don't try to send carbons for entirely offline users.
|
Kim Alvefur |
2012-01-28 |
mod_admin_web: Clear commands in all cases new ones are loaded (thanks Maranda)
|
Florian Zeitz |
2012-01-26 |
mod_muc_log_http: Use YYYY-MM-DD in URLs instead of the confusing YYMMDD.
|
Waqas Hussain |
2012-01-25 |
mod_muc_log_http: Reduce theme loading code.
|
Waqas Hussain |
2012-01-25 |
mod_muc_log_http: Improved theme loading, and better error reporting.
|
Waqas Hussain |
2012-01-24 |
mod_muc_log_http: Return a 500 Internal Server Error on missing theme, not a traceback.
|
Waqas Hussain |
2012-01-24 |
mod_muc_log_http: Don't return a page on missing rooms.
|
Waqas Hussain |
2012-01-24 |
mod_muc_log_http: Return a proper 404 Not Found page on missing pages instead of a traceback.
|
Waqas Hussain |
2012-01-24 |
mod_admin_web: Fix margins
|
Florian Zeitz |
2012-01-24 |
mod_smacks: Fix smacks on s2s connections, but disable it by default.
|
Kim Alvefur |
2012-01-24 |
Adapt to bootstrap
|
Florian Zeitz |
2012-01-19 |
mod_admin_web: Replace command list instead of appending
|
Florian Zeitz |
2012-01-18 |
mod_adhoc_web: Redesign adhoc command pane
|
Florian Zeitz |
2012-01-18 |
mod_admin_web: Begin switch to using bootstrap styles
|
Matthew Wild |
2012-01-17 |
mod_admin_web: Add bootstrap to get_deps.sh
|
Matthew Wild |
2012-01-17 |
mod_admin_web: Move style.css to css/
|
Matthew Wild |
2012-01-17 |
mod_admin_web: Fix typo (incomming->incoming)
|
Matthew Wild |
2012-01-17 |
mod_stanza_counter_http: revert to use module:get_option_boolean
|
Marco Cirillo |
2012-01-17 |
mod_server_status: revert to use module:get_option_boolean
|
Marco Cirillo |
2012-01-17 |
mod_register_json: revert to use module:get_option_boolean
|
Marco Cirillo |
2012-01-17 |
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present.
|
Marco Cirillo |
2012-01-17 |
mod_server_status: added http cleanup code from mod_register_json
|
Marco Cirillo |
2012-01-17 |
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 |
2012-01-17 |
mod_stanza_counter_http: added cleanup function (from mod_register_json)
|
Marco Cirillo |
2012-01-17 |
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 |
2012-01-17 |
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 |
2012-01-17 |
mod_mam: Store the message id more accessible.
|
Kim Alvefur |
2012-01-15 |
mod_mam: Implement archiving preferences.
|
Kim Alvefur |
2012-01-15 |
mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error)
|
Matthew Wild |
2012-01-15 |