mod_post_msg/README: Remove author, it's in the vcs metadata
|
Kim Alvefur |
2018-04-04 |
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
|
Kim Alvefur |
2018-04-02 |
mod_http_upload_external: Fix syntax error in share.php
|
Matthew Wild |
2018-04-02 |
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
|
Matthew Wild |
2018-04-02 |
mod_http_upload_external: share.php example: Add CSP headers
|
Matthew Wild |
2018-04-02 |
Implement dummy body message to indicate high priority push
|
tmolitor |
2018-04-01 |
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
|
Pascal Mathis |
2018-04-01 |
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
|
Pascal Mathis |
2018-04-01 |
mod_delay: Improve the README’s description
|
Emmanuel Gil Peyrot |
2018-03-31 |
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
|
Emmanuel Gil Peyrot |
2018-03-30 |
mod_http_logging: Fix typo [luacheck]
|
Kim Alvefur |
2018-03-30 |
mod_migrate: Mention the possible need to supply the list of users
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Wrap API for sending data from file handles
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Be robust against missing connection object
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Use 'ip' field provided by mod_http if available
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Factor out body length calculation
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Factor out logging into a function for future reuse
|
Kim Alvefur |
2018-03-30 |
mod_net_proxy: Fixed small indentation mistake in docs
|
Pascal Mathis |
2018-03-29 |
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
|
Pascal Mathis |
2018-03-28 |
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
|
Pascal Mathis |
2018-03-28 |
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured
|
Pascal Mathis |
2018-03-28 |
Rename to README.markdown
|
JC Brand |
2018-03-27 |
mod_net_proxy: Fixed example configuration for HAProxy
|
Pascal Mathis |
2018-03-27 |
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)
|
Matthew Wild |
2018-03-27 |
Merge commit
|
JC Brand |
2018-03-27 |
New HMAC token authentication module for Prosody.
|
JC Brand |
2018-03-27 |
mod_http_logging: Add some short documentation
|
Kim Alvefur |
2018-03-27 |
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version
|
Kim Alvefur |
2018-03-26 |
mod_component_http: Update README to include config snippet example
|
Matthew Wild |
2018-03-26 |
mod_component_http: Fix some [luacheck] warnings
|
Matthew Wild |
2018-03-26 |