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