log

age author description
Mon, 02 Apr 2018 15:00:57 +0100 Matthew Wild mod_http_upload_external: Fix syntax error in share.php
Mon, 02 Apr 2018 10:57:17 +0100 Matthew Wild mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
Mon, 02 Apr 2018 10:52:32 +0100 Matthew Wild mod_http_upload_external: share.php example: Add CSP headers
Sun, 01 Apr 2018 23:24:33 +0200 tmolitor Implement dummy body message to indicate high priority push
Sun, 01 Apr 2018 22:43:15 +0200 Pascal Mathis mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
Sun, 01 Apr 2018 22:41:40 +0200 Pascal Mathis mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
Sat, 31 Mar 2018 22:16:35 +0200 Emmanuel Gil Peyrot mod_delay: Improve the README’s description
Fri, 30 Mar 2018 21:00:15 +0200 Emmanuel Gil Peyrot mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
Fri, 30 Mar 2018 13:41:56 +0200 Kim Alvefur mod_http_logging: Fix typo [luacheck]
Fri, 30 Mar 2018 13:40:50 +0200 Kim Alvefur mod_migrate: Mention the possible need to supply the list of users
Fri, 30 Mar 2018 13:40:06 +0200 Kim Alvefur mod_http_logging: Wrap API for sending data from file handles
Fri, 30 Mar 2018 13:37:39 +0200 Kim Alvefur mod_http_logging: Be robust against missing connection object
Fri, 30 Mar 2018 13:36:38 +0200 Kim Alvefur mod_http_logging: Use 'ip' field provided by mod_http if available
Fri, 30 Mar 2018 13:35:43 +0200 Kim Alvefur mod_http_logging: Factor out body length calculation
Fri, 30 Mar 2018 13:34:15 +0200 Kim Alvefur mod_http_logging: Factor out logging into a function for future reuse
Thu, 29 Mar 2018 22:07:18 +0200 Pascal Mathis mod_net_proxy: Fixed small indentation mistake in docs
Wed, 28 Mar 2018 20:47:41 +0200 Pascal Mathis mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
Wed, 28 Mar 2018 19:03:10 +0200 Pascal Mathis mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
Wed, 28 Mar 2018 19:00:13 +0200 Pascal Mathis mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured
Wed, 28 Mar 2018 00:02:37 +0200 JC Brand Rename to README.markdown
Tue, 27 Mar 2018 22:31:59 +0200 Pascal Mathis mod_net_proxy: Fixed example configuration for HAProxy
Tue, 27 Mar 2018 11:36:25 +0100 Matthew Wild mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)
Tue, 27 Mar 2018 10:51:25 +0200 JC Brand Merge commit
Tue, 27 Mar 2018 10:48:04 +0200 JC Brand New HMAC token authentication module for Prosody.
Tue, 27 Mar 2018 09:56:01 +0200 Kim Alvefur mod_http_logging: Add some short documentation
Mon, 26 Mar 2018 16:17:00 +0200 Kim Alvefur mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version
Mon, 26 Mar 2018 14:01:00 +0100 Matthew Wild mod_component_http: Update README to include config snippet example
Mon, 26 Mar 2018 13:56:18 +0100 Matthew Wild mod_component_http: Fix some [luacheck] warnings
Mon, 26 Mar 2018 13:52:38 +0100 Matthew Wild mod_component_http: Fix headings in README
Mon, 26 Mar 2018 13:49:13 +0100 Matthew Wild mod_component_http: Allow implementing a component over HTTP