log

age author description
2018-03-30 Kim Alvefur mod_migrate: Mention the possible need to supply the list of users
2018-03-30 Kim Alvefur mod_http_logging: Wrap API for sending data from file handles
2018-03-30 Kim Alvefur mod_http_logging: Be robust against missing connection object
2018-03-30 Kim Alvefur mod_http_logging: Use 'ip' field provided by mod_http if available
2018-03-30 Kim Alvefur mod_http_logging: Factor out body length calculation
2018-03-30 Kim Alvefur mod_http_logging: Factor out logging into a function for future reuse
2018-03-29 Pascal Mathis mod_net_proxy: Fixed small indentation mistake in docs
2018-03-28 Pascal Mathis mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
2018-03-28 Pascal Mathis mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
2018-03-28 Pascal Mathis mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured
2018-03-27 JC Brand Rename to README.markdown
2018-03-27 Pascal Mathis mod_net_proxy: Fixed example configuration for HAProxy
2018-03-27 Matthew Wild mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)
2018-03-27 JC Brand Merge commit
2018-03-27 JC Brand New HMAC token authentication module for Prosody.
2018-03-27 Kim Alvefur mod_http_logging: Add some short documentation
2018-03-26 Kim Alvefur mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version
2018-03-26 Matthew Wild mod_component_http: Update README to include config snippet example
2018-03-26 Matthew Wild mod_component_http: Fix some [luacheck] warnings
2018-03-26 Matthew Wild mod_component_http: Fix headings in README
2018-03-26 Matthew Wild mod_component_http: Allow implementing a component over HTTP
2018-03-26 Matthew Wild mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]
2018-03-25 Kim Alvefur mod_http_upload/README: Point at mod_http_upload_external
2018-03-25 Kim Alvefur mod_http_upload: Include the current VirtualHost name in greeting to help with debugging
2018-03-23 Michel Le Bihan mod_csi_battery_saver: Remove whitespace only lines
2018-03-23 Michel Le Bihan mod_checkcerts: Fixed luacheck warnings
2018-03-22 Kim Alvefur mod_muc_gc10: Catch joins correctly (thanks Ge0rG)
2018-03-22 Kim Alvefur mod_minimix/README: Normalize markdown syntax
2018-03-22 Kim Alvefur mod_minimix/README: Fix typo (thanks porrier)
2018-03-22 Kim Alvefur mod_minimix: Experiment in account-based MUC joins
2018-03-22 Kim Alvefur mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol
2018-03-22 Kim Alvefur mod_http_upload_external: Use correct namespace (thanks Wiktor)
2018-03-18 Kim Alvefur mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases
2018-03-17 Matthew Wild mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)
2018-03-17 Kim Alvefur README: Remove text about 0.8 compatibility repo
2018-03-16 Pascal Mathis mod_net_proxy: Fixed luacheck warnings
2018-03-16 Kim Alvefur mod_conversejs: Pass information about if and how of account registration
2018-03-16 Kim Alvefur mod_conversejs: Pass current domain as 'default_domain'
2018-03-15 Pascal Mathis mod_net_proxy: Fixed typo in example HAProxy configuration within README
2018-03-15 Pascal Mathis mod_net_proxy: Fixed backwards compatibility to Prosody 0.10
2018-03-15 Pascal Mathis mod_net_proxy: New module implementing PROXY protocol versions 1 and 2
2018-03-13 Michel Le Bihan mod_register_web: Pass username to generate_register_response
2018-03-12 Kim Alvefur mod_firewall: Add special case for $local zone (fixes #1090)
2018-03-10 Kim Alvefur mod_http_index: Sort list of HTTP applications by name
2018-03-10 Kim Alvefur mod_http_index: Remove unused style rule
2018-03-10 Kim Alvefur mod_register_web: Remove unused variables [luacheck]
2018-03-10 Kim Alvefur mod_register_web: Remove username and password from form data and provide the rest in pre-registration event
2018-03-10 Kim Alvefur mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks
2018-03-10 Kim Alvefur mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it
2018-03-09 Kim Alvefur mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled
2018-03-09 Kim Alvefur mod_conversejs/README: Add compatibility section
2018-03-09 Kim Alvefur mod_conversejs: Allow passing arbitrary options trough to Converse.js
2018-03-09 Kim Alvefur mod_conversejs/README: Expand config section
2018-03-09 Kim Alvefur mod_storage_xmlarchive: Add additional debug logging
2018-03-09 Matthew Wild mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
2018-03-09 Matthew Wild mod_firewall: Add UNSBSCRIBE SENDER action
2018-03-07 tmolitor [mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)
2018-03-07 Emmanuel Gil Peyrot mod_inject_ecaps2: Check for unset presence
2018-03-07 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Improve the debug message to include the recipient
2018-03-07 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Don’t answer if the target session isn’t online