Software /
code /
prosody-modules
Log
mod_net_proxy/mod_net_proxy.lua @ 5634:6fb93b901aa4
description | author | age |
---|---|---|
mod_net_proxy: Fix for bitop with Lua 5.4 | moparisthebest | 2022-05-20 |
mod_net_proxy: Ensure port numbers are coerced into numbers | Kim Alvefur | 2019-04-12 |
mod_net_proxy: Fixed errors when connection with nil ip is being processed | Pascal Mathis | 2018-04-05 |
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address | Pascal Mathis | 2018-04-01 |
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 |
mod_net_proxy: Fixed luacheck warnings | Pascal Mathis | 2018-03-16 |
mod_net_proxy: Fixed backwards compatibility to Prosody 0.10 | Pascal Mathis | 2018-03-15 |
mod_net_proxy: New module implementing PROXY protocol versions 1 and 2 | Pascal Mathis | 2018-03-15 |