log

age author description
2018-05-08 Matthew Wild mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
2018-04-30 Kim Alvefur mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
2018-04-29 Kim Alvefur mod_http_roster_admin: Add syntax highlighting hints
2018-04-29 Matthew Wild mod_http_roster_admin: Add missing protocol docs
2018-04-17 Kim Alvefur mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x
2018-04-16 Kim Alvefur mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
2018-04-16 Kim Alvefur mod_http_dir_listing2: Sort file listing such that directories come before files
2018-04-16 Kim Alvefur mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
2018-04-16 Kim Alvefur mod_http_dir_listing2: Copy of mod_http_dir_listing
2018-04-15 Nathan Whitehorn Initial commit of mod_slack_webhooks.
2018-04-15 Matthew Wild mod_register_web: Handle errors contacting upstream API
2018-04-06 Kim Alvefur mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
2018-04-05 Pascal Mathis mod_net_proxy: Fixed errors when connection with nil ip is being processed
2018-04-04 Kim Alvefur mod_firewall: Handle unsubcription action correctly (fixes #1119)
2018-04-04 Matthew Wild mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
2018-04-04 Kim Alvefur mod_query_client_ver: Add a README
2018-04-04 Kim Alvefur mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
2018-04-04 Kim Alvefur mod_query_client_ver: Restrict adhoc command to local admins
2018-04-04 Kim Alvefur mod_query_client_ver: Fix check for sessions on the current host
2018-04-04 Kim Alvefur mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
2018-04-04 Kim Alvefur mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
2018-04-04 Kim Alvefur mod_post_msg/README: Document how authentication is performed
2018-04-04 Kim Alvefur mod_post_msg/README: Describe the URL format
2018-04-04 Kim Alvefur mod_post_msg/README: Clarify 'body' fields
2018-04-04 Kim Alvefur mod_post_msg/README: Update Introduction text
2018-04-04 Kim Alvefur mod_post_msg/README: Document the payload formats
2018-04-04 Kim Alvefur mod_post_msg/README: Normalize markdown syntax
2018-04-04 Kim Alvefur mod_post_msg/README: Reword about borrowing
2018-04-04 Kim Alvefur mod_post_msg/README: Remove author, it's in the vcs metadata
2018-04-02 Kim Alvefur mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
2018-04-02 Matthew Wild mod_http_upload_external: Fix syntax error in share.php
2018-04-02 Matthew Wild mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
2018-04-02 Matthew Wild mod_http_upload_external: share.php example: Add CSP headers
2018-04-01 tmolitor Implement dummy body message to indicate high priority push
2018-04-01 Pascal Mathis mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
2018-04-01 Pascal Mathis mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
2018-03-31 Emmanuel Gil Peyrot mod_delay: Improve the README’s description
2018-03-30 Emmanuel Gil Peyrot mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
2018-03-30 Kim Alvefur mod_http_logging: Fix typo [luacheck]
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