mod_pubsub_eventsource: Add CORS headers for cross-domain support
|
Matthew Wild |
2013-12-02 |
mod_pubsub_mqtt: MQTT (a lightweight binary pubsub protocol) interface for mod_pubsub
|
Matthew Wild |
2013-12-01 |
mod_register_web: Handle URLs with a trailing slash
|
Kim Alvefur |
2013-12-01 |
mod_register_web: Use correct variables
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Fire user-registering event like mod_register
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Check for empty username
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Support additional registration fields
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Pass request to captcha handler
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Add missing =
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Fire user-registered event
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Use local
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Friendly error messages if the username is taken or failed nodeprep
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Indentation fix
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Add a simple fallback captcha
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Move HTML into separate template files
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Split out recaptcha verification to a separate function
|
Kim Alvefur |
2013-11-30 |
mod_register_web: Import usermanager and util.http into locals
|
Kim Alvefur |
2013-11-30 |
Add another TODO for mod_*_ldap
|
Rob Hoelz |
2013-11-28 |
mod_register_web: Always use HTTPS to connect to recaptcha's API (thanks hexa)
|
Matthew Wild |
2013-11-20 |
mod_component_client: Don't read the socket in line mode.
|
Waqas Hussain |
2013-11-05 |
mod_auth_ldap: Fix set_password
|
Kim Alvefur |
2013-11-04 |
mod_component_client: When exit_on_disconnect=true, don't try to shutdown Prosody when it's already shutting down.
|
Waqas Hussain |
2013-11-01 |
mod_admin_web: Some style fixes
|
Florian Zeitz |
2013-10-31 |
mod_component_client: Do a proper disconnect when the server is shutting down
|
Waqas Hussain |
2013-10-31 |
mod_admin_web: Bump jquery version
|
Florian Zeitz |
2013-10-29 |
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)
|
Waqas Hussain |
2013-10-28 |
mod_blocking: Make sure that there is a lists item in the privacy store
|
Kim Alvefur |
2013-10-28 |
mod_component_client: Add config option component_client.keepalive_interval (default is one hour: 3600).
|
Waqas Hussain |
2013-10-24 |
mod_auth_dovecot: Check return value properly
|
Kim Alvefur |
2013-08-13 |
mod_auth_dovecot: Add a proper SASL handler method
|
Kim Alvefur |
2013-08-10 |
mod_http_altconnect: Exposes BOSH and WebSocket endpoints over HTTP per http://legastero.github.io/customxeps/extensions/xep-0156.html#http
|
Kim Alvefur |
2013-10-13 |
mod_component_client: Fix traceback when connection fails during module load
|
Waqas Hussain |
2013-10-11 |
mod_component_client: Added component_client.exit_on_disconnect config option
|
Waqas Hussain |
2013-10-11 |
mod_component_client: Fire connect (logged in) and disconnect events
|
Waqas Hussain |
2013-10-11 |
mod_mam_sql: Reconnect if the connection should be dropped
|
Rob Hoelz |
2013-09-02 |
mod_mam_sql: Add better error handling
|
Rob Hoelz |
2013-09-02 |
mod_muc_limits: Just drop error stanzas instead of bouncing them with more error stanzas
|
Kim Alvefur |
2013-10-06 |
mod_s2s_keysize_policy: Add note about required LuaSec patch
|
Kim Alvefur |
2013-09-29 |
mod_s2s_keysize_policy: Don't trust keys weaker than 2048 bit RSA after 31 December 2013
|
Kim Alvefur |
2013-09-29 |
mod_auth_imap: Fix typo in previous commit
|
Matthew Wild |
2013-09-26 |
mod_auth_imap: Rename imap_service_realm to imap_auth_realm and inherit from sasl_realm, rename imap_service_name to imap_auth_service_name
|
Matthew Wild |
2013-09-26 |
mod_auth_imap: unfortunately large commit which adds support for SSL (including cert verification), appending the realm to usernames, and various IMAP protocol fixes
|
Matthew Wild |
2013-09-26 |
mod_auth_imap: Minor cleanup of imports
|
Matthew Wild |
2013-09-26 |
mod_auth_imap: Leave port nil if not specified in the config, so we can auto-detect based on whether we use SSL
|
Matthew Wild |
2013-09-26 |
mod_auth_external/examples: bash: Don't use log file by default
|
Matthew Wild |
2013-09-26 |
mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection
|
Kim Alvefur |
2013-09-26 |
mod_auth_external: merge two if blocks with an elseif
|
Matthew Wild |
2013-09-19 |
mod_auth_external: Add example Python script
|
Matthew Wild |
2013-09-19 |
mod_websocket: Add consider_websocket_secure option
|
Florian Zeitz |
2013-09-17 |
mod_auth_ldap: Implement password change
|
Kim Alvefur |
2013-09-17 |
mod_bidi: Add missing 'is_bidi' flag for incoming s2s
|
Kim Alvefur |
2013-09-11 |
mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.
|
Kim Alvefur |
2013-09-09 |
mod_admin_web: Use .textContent, instead of .innerHTML
|
Florian Zeitz |
2013-09-07 |
mod_watchuntrusted: New module that will warn admins about s2s connections that fail due to lack of encryption or invalid certificates.
|
Thijs Alkemade |
2013-09-06 |
mod_mam: Stamp outgoing messages with <archived> as well, but remove it after they should have passed through mod_carbons
|
Kim Alvefur |
2013-09-05 |
mod_mam: Include textual error if archive query failed
|
Kim Alvefur |
2013-09-05 |
mod_mam: Log error message if unable to open archive storage
|
Kim Alvefur |
2013-09-05 |
mod_carbons: Use iq-type events
|
Kim Alvefur |
2013-09-04 |
mod_carbons: Handle enabled/disable with the same callback for all versions
|
Kim Alvefur |
2013-09-04 |
mod_host_blacklist: Bigger fix: return true to block original stanza (thanks Zash)
|
Matthew Wild |
2013-09-03 |