log

age author description
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
2013-09-26 Matthew Wild 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
2013-09-26 Matthew Wild mod_auth_imap: unfortunately large commit which adds support for SSL (including cert verification), appending the realm to usernames, and various IMAP protocol fixes
2013-09-26 Matthew Wild mod_auth_imap: Minor cleanup of imports
2013-09-26 Matthew Wild mod_auth_imap: Leave port nil if not specified in the config, so we can auto-detect based on whether we use SSL
2013-09-26 Matthew Wild mod_auth_external/examples: bash: Don't use log file by default
2013-09-26 Kim Alvefur mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection
2013-09-19 Matthew Wild mod_auth_external: merge two if blocks with an elseif
2013-09-19 Matthew Wild mod_auth_external: Add example Python script
2013-09-17 Florian Zeitz mod_websocket: Add consider_websocket_secure option
2013-09-17 Kim Alvefur mod_auth_ldap: Implement password change
2013-09-11 Kim Alvefur mod_bidi: Add missing 'is_bidi' flag for incoming s2s
2013-09-09 Kim Alvefur mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.
2013-09-07 Florian Zeitz mod_admin_web: Use .textContent, instead of .innerHTML
2013-09-06 Thijs Alkemade mod_watchuntrusted: New module that will warn admins about s2s connections that fail due to lack of encryption or invalid certificates.
2013-09-05 Kim Alvefur mod_mam: Stamp outgoing messages with <archived> as well, but remove it after they should have passed through mod_carbons
2013-09-05 Kim Alvefur mod_mam: Include textual error if archive query failed
2013-09-05 Kim Alvefur mod_mam: Log error message if unable to open archive storage
2013-09-04 Kim Alvefur mod_carbons: Use iq-type events
2013-09-04 Kim Alvefur mod_carbons: Handle enabled/disable with the same callback for all versions
2013-09-03 Matthew Wild mod_host_blacklist: Bigger fix: return true to block original stanza (thanks Zash)
2013-09-03 Matthew Wild mod_host_blacklist: Small fix
2013-09-03 Matthew Wild mod_host_blacklist: Similar to mod_s2s_blacklist, but stanza-based. Works between hosts on the same server, at a slight performance impact.
2013-09-03 Matthew Wild mod_s2s_blacklist: A new _simple_ s2s blacklist module