Log

plugins/mod_http.lua @ 13140:7a6874f9fd40

description author age
mod_http: Simplify conversion of Set to Array Kim Alvefur Sat, 10 Jun 2023 12:18:09 +0200
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe Kim Alvefur Sat, 03 Jun 2023 21:53:20 +0200
mod_http: Use RFC 7239 Forwarded header to find original client IP Kim Alvefur Sat, 03 Jun 2023 17:10:04 +0200
mod_http: Handle bracketed IP address format from RFC 7239 Kim Alvefur Sat, 03 Jun 2023 17:10:12 +0200
mod_http: Add way to retrieve internal URL instead of external Kim Alvefur Wed, 24 May 2023 14:43:45 +0200
mod_http: Fix reliance on previous tostring() format of util.set Kim Alvefur Mon, 10 Apr 2023 11:50:27 +0200
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
mod_http: Unhook CORS handlers only if active (fixes #1801) 0.12 Kim Alvefur Sun, 05 Mar 2023 15:45:01 +0100
mod_http: Allow disabling CORS in the http_cors_override option and by default 0.12 Matthew Wild Mon, 31 Oct 2022 14:32:02 +0000
mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.12 Matthew Wild Mon, 28 Mar 2022 14:53:24 +0100
mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) 0.12 Matthew Wild Mon, 28 Mar 2022 14:40:21 +0100
mod_http: Use interface name as default default global hostname Kim Alvefur Fri, 04 Feb 2022 20:11:18 +0100
mod_http: Use http_default_host for URLs generated in global context Kim Alvefur Fri, 04 Feb 2022 19:58:43 +0100
mod_http: Increase severity of loading unreachable http modules Kim Alvefur Sat, 15 Jan 2022 17:37:07 +0100
mod_http: Skip querying portmanager when http_external_url when is set Kim Alvefur Sat, 27 Nov 2021 12:26:15 +0100
mod_http: Limit unencrypted http port (5280) to loopback by default Kim Alvefur Sat, 15 Jan 2022 15:13:41 +0100
mod_http: Clean up redirects handlers for wildcard on http module unload Kim Alvefur Wed, 22 Dec 2021 19:27:03 +0100
Fix various spelling errors (thanks codespell) Kim Alvefur Tue, 27 Jul 2021 00:13:18 +0200
mod_http: Consolidate handling of proxied connection details Kim Alvefur Sat, 27 Feb 2021 21:37:56 +0100
net.http.server: Set request.ip so mod_http doesn't have to Kim Alvefur Sat, 27 Feb 2021 21:37:16 +0100
Merge 0.11->trunk Kim Alvefur Sat, 27 Feb 2021 21:07:36 +0100
mod_http: Restore ip field for requests without proxies 0.11 Kim Alvefur Sat, 27 Feb 2021 20:45:45 +0100
mod_http: Improve message for missing 'route' Kim Alvefur Tue, 23 Feb 2021 16:07:41 +0100
mod_http: Warn if app is missing 'route' Kim Alvefur Sun, 21 Feb 2021 01:00:00 +0100
mod_http: Allow modifying CORS header list via :provides API Kim Alvefur Mon, 30 Dec 2019 09:50:59 +0100
mod_http: Allow setting the CORS credentials flag via :provides API Kim Alvefur Mon, 30 Dec 2019 09:49:28 +0100
Merge 0.11->trunk Kim Alvefur Thu, 18 Feb 2021 14:43:45 +0100
mod_http: Fix trusted proxies check (thanks buildbot) 0.11 Kim Alvefur Thu, 18 Feb 2021 14:34:38 +0100
mod_http: Optimize proxy IP check Kim Alvefur Thu, 18 Feb 2021 10:41:04 +0100
mod_http: Consider x-forwarded-proto from trusted proxies Kim Alvefur Thu, 18 Feb 2021 10:00:56 +0100