2014-01-03 |
Kim Alvefur |
mod_s2s_auth_dane: Warn about unsupported DANE params
|
2014-01-03 |
Tobias Markmann |
mod_idlecompat: Add initial version.
|
2013-12-31 |
Kim Alvefur |
mod_storage_memory: Simple in-memory only storage backend without persistence
|
2013-12-31 |
Kim Alvefur |
mod_s2s_auth_dane: Experimental DANE implementation
|
2013-12-28 |
Kim Alvefur |
mod_component_roundrobin: Increase priority of stanza hooks above mod_component (thanks Julien)
|
2013-12-21 |
Florian Zeitz |
mod_admin_web: Bump strophejs version
|
2013-12-19 |
Kim Alvefur |
mod_component_roundrobin: Make sessions a shared table, like mod_component
|
2013-12-19 |
Waqas Hussain |
mod_component_roundrobin: Make sure we don’t try to use destroyed sessions.
|
2013-12-19 |
Kim Alvefur |
mod_component_roundrobin: Mark authenticated sessions as such
|
2013-12-18 |
Kim Alvefur |
mod_component_roundrobin: Fix handshake (Thanks Julien)
|
2013-12-14 |
Kim Alvefur |
mod_muc_log_http: Fix indentation
|
2013-12-14 |
Kim Alvefur |
mod_muc_log_http: Change config option back to what it says in the docs (Thanks Alex for noticing)
|
2013-12-12 |
Florian Zeitz |
mod_admin_web: Bump strophe.js version (use *all* the SCRAM-SHA-1)
|
2013-12-10 |
daurnimator |
mod_srvinjection: Make the map a shared table so that other plugins can use/modify it
|
2013-12-06 |
Matthew Wild |
mod_register_web: Use net.http instead of util.http, as we need to make requests (thanks dustin)
|
2013-12-03 |
Matthew Wild |
mod_pubsub_mqtt: Fix namespace of translator too
|
2013-12-04 |
Kim Alvefur |
mod_ipcheck: Workaround for differences between server_select and server_event
|
2013-12-04 |
Kim Alvefur |
mod_ipcheck: Add support for XEP version 0.2 (includes port)
|
2013-12-02 |
Matthew Wild |
mod_pubsub_mqtt: Change namespace of 'data' element to make it generic
|
2013-12-02 |
Matthew Wild |
mod_pubsub_eventsource: Publish only the content of known payload types (JSON, 'data' [from MQTT])
|
2013-12-02 |
Matthew Wild |
mod_pubsub_eventsource: Add CORS headers for cross-domain support
|
2013-12-01 |
Matthew Wild |
mod_pubsub_mqtt: MQTT (a lightweight binary pubsub protocol) interface for mod_pubsub
|
2013-12-01 |
Kim Alvefur |
mod_register_web: Handle URLs with a trailing slash
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Use correct variables
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Fire user-registering event like mod_register
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Check for empty username
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Support additional registration fields
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Pass request to captcha handler
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Add missing =
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Fire user-registered event
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Use local
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Friendly error messages if the username is taken or failed nodeprep
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Indentation fix
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Add a simple fallback captcha
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Move HTML into separate template files
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Split out recaptcha verification to a separate function
|
2013-11-30 |
Kim Alvefur |
mod_register_web: Import usermanager and util.http into locals
|
2013-11-28 |
Rob Hoelz |
Add another TODO for mod_*_ldap
|
2013-11-20 |
Matthew Wild |
mod_register_web: Always use HTTPS to connect to recaptcha's API (thanks hexa)
|
2013-11-05 |
Waqas Hussain |
mod_component_client: Don't read the socket in line mode.
|
2013-11-04 |
Kim Alvefur |
mod_auth_ldap: Fix set_password
|
2013-11-01 |
Waqas Hussain |
mod_component_client: When exit_on_disconnect=true, don't try to shutdown Prosody when it's already shutting down.
|
2013-10-31 |
Florian Zeitz |
mod_admin_web: Some style fixes
|
2013-10-31 |
Waqas Hussain |
mod_component_client: Do a proper disconnect when the server is shutting down
|
2013-10-29 |
Florian Zeitz |
mod_admin_web: Bump jquery version
|
2013-10-28 |
Waqas Hussain |
mod_component_client: Use the net.server connection abstraction for sending whitespace keep-alive, and not the raw socket (fixes a traceback which lead to an infinite timer loop in libevent)
|
2013-10-28 |
Kim Alvefur |
mod_blocking: Make sure that there is a lists item in the privacy store
|
2013-10-24 |
Waqas Hussain |
mod_component_client: Add config option component_client.keepalive_interval (default is one hour: 3600).
|
2013-08-13 |
Kim Alvefur |
mod_auth_dovecot: Check return value properly
|
2013-08-10 |
Kim Alvefur |
mod_auth_dovecot: Add a proper SASL handler method
|
2013-10-13 |
Kim Alvefur |
mod_http_altconnect: Exposes BOSH and WebSocket endpoints over HTTP per http://legastero.github.io/customxeps/extensions/xep-0156.html#http
|
2013-10-11 |
Waqas Hussain |
mod_component_client: Fix traceback when connection fails during module load
|
2013-10-11 |
Waqas Hussain |
mod_component_client: Added component_client.exit_on_disconnect config option
|
2013-10-11 |
Waqas Hussain |
mod_component_client: Fire connect (logged in) and disconnect events
|
2013-09-02 |
Rob Hoelz |
mod_mam_sql: Reconnect if the connection should be dropped
|
2013-09-02 |
Rob Hoelz |
mod_mam_sql: Add better error handling
|
2013-10-06 |
Kim Alvefur |
mod_muc_limits: Just drop error stanzas instead of bouncing them with more error stanzas
|
2013-09-29 |
Kim Alvefur |
mod_s2s_keysize_policy: Add note about required LuaSec patch
|
2013-09-29 |
Kim Alvefur |
mod_s2s_keysize_policy: Don't trust keys weaker than 2048 bit RSA after 31 December 2013
|
2013-09-26 |
Matthew Wild |
mod_auth_imap: Fix typo in previous commit
|