mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
|
Kim Alvefur |
Wed, 04 Apr 2018 15:55:09 +0200 |
mod_post_msg/README: Document how authentication is performed
|
Kim Alvefur |
Wed, 04 Apr 2018 15:54:30 +0200 |
mod_post_msg/README: Describe the URL format
|
Kim Alvefur |
Wed, 04 Apr 2018 15:52:16 +0200 |
mod_post_msg/README: Clarify 'body' fields
|
Kim Alvefur |
Wed, 04 Apr 2018 15:50:52 +0200 |
mod_post_msg/README: Update Introduction text
|
Kim Alvefur |
Wed, 04 Apr 2018 15:50:13 +0200 |
mod_post_msg/README: Document the payload formats
|
Kim Alvefur |
Wed, 04 Apr 2018 15:44:29 +0200 |
mod_post_msg/README: Normalize markdown syntax
|
Kim Alvefur |
Wed, 04 Apr 2018 15:36:47 +0200 |
mod_post_msg/README: Reword about borrowing
|
Kim Alvefur |
Wed, 04 Apr 2018 15:35:27 +0200 |
mod_post_msg/README: Remove author, it's in the vcs metadata
|
Kim Alvefur |
Wed, 04 Apr 2018 15:35:04 +0200 |
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
|
Kim Alvefur |
Mon, 02 Apr 2018 16:15:24 +0200 |
mod_http_upload_external: Fix syntax error in share.php
|
Matthew Wild |
Mon, 02 Apr 2018 15:00:57 +0100 |
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
|
Matthew Wild |
Mon, 02 Apr 2018 10:57:17 +0100 |
mod_http_upload_external: share.php example: Add CSP headers
|
Matthew Wild |
Mon, 02 Apr 2018 10:52:32 +0100 |
Implement dummy body message to indicate high priority push
|
tmolitor |
Sun, 01 Apr 2018 23:24:33 +0200 |
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
|
Pascal Mathis |
Sun, 01 Apr 2018 22:43:15 +0200 |
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
|
Pascal Mathis |
Sun, 01 Apr 2018 22:41:40 +0200 |
mod_delay: Improve the README’s description
|
Emmanuel Gil Peyrot |
Sat, 31 Mar 2018 22:16:35 +0200 |
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
|
Emmanuel Gil Peyrot |
Fri, 30 Mar 2018 21:00:15 +0200 |
mod_http_logging: Fix typo [luacheck]
|
Kim Alvefur |
Fri, 30 Mar 2018 13:41:56 +0200 |
mod_migrate: Mention the possible need to supply the list of users
|
Kim Alvefur |
Fri, 30 Mar 2018 13:40:50 +0200 |
mod_http_logging: Wrap API for sending data from file handles
|
Kim Alvefur |
Fri, 30 Mar 2018 13:40:06 +0200 |
mod_http_logging: Be robust against missing connection object
|
Kim Alvefur |
Fri, 30 Mar 2018 13:37:39 +0200 |
mod_http_logging: Use 'ip' field provided by mod_http if available
|
Kim Alvefur |
Fri, 30 Mar 2018 13:36:38 +0200 |
mod_http_logging: Factor out body length calculation
|
Kim Alvefur |
Fri, 30 Mar 2018 13:35:43 +0200 |
mod_http_logging: Factor out logging into a function for future reuse
|
Kim Alvefur |
Fri, 30 Mar 2018 13:34:15 +0200 |
mod_net_proxy: Fixed small indentation mistake in docs
|
Pascal Mathis |
Thu, 29 Mar 2018 22:07:18 +0200 |
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
|
Pascal Mathis |
Wed, 28 Mar 2018 20:47:41 +0200 |
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
|
Pascal Mathis |
Wed, 28 Mar 2018 19:03:10 +0200 |