plugins/mod_http.lua
Sat, 10 Jun 2023 12:33:58 +0200 Kim Alvefur mod_http: Fix error if 'access_control_allow_origins' is set 0.12
Sat, 10 Jun 2023 12:18:09 +0200 Kim Alvefur mod_http: Simplify conversion of Set to Array
Sat, 03 Jun 2023 21:53:20 +0200 Kim Alvefur mod_http: Make RFC 7239 Forwarded opt-in for now to be safe
Sat, 03 Jun 2023 17:10:04 +0200 Kim Alvefur mod_http: Use RFC 7239 Forwarded header to find original client IP
Sat, 03 Jun 2023 17:10:12 +0200 Kim Alvefur mod_http: Handle bracketed IP address format from RFC 7239
Wed, 24 May 2023 14:43:45 +0200 Kim Alvefur mod_http: Add way to retrieve internal URL instead of external
Mon, 10 Apr 2023 11:50:27 +0200 Kim Alvefur mod_http: Fix reliance on previous tostring() format of util.set
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Sun, 05 Mar 2023 15:45:01 +0100 Kim Alvefur mod_http: Unhook CORS handlers only if active (fixes #1801) 0.12
Mon, 31 Oct 2022 14:32:02 +0000 Matthew Wild mod_http: Allow disabling CORS in the http_cors_override option and by default 0.12
Mon, 28 Mar 2022 14:53:24 +0100 Matthew Wild mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.12
Mon, 28 Mar 2022 14:40:21 +0100 Matthew Wild mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) 0.12
Fri, 04 Feb 2022 20:11:18 +0100 Kim Alvefur mod_http: Use interface name as default default global hostname
Fri, 04 Feb 2022 19:58:43 +0100 Kim Alvefur mod_http: Use http_default_host for URLs generated in global context
Sat, 15 Jan 2022 17:37:07 +0100 Kim Alvefur mod_http: Increase severity of loading unreachable http modules
Sat, 27 Nov 2021 12:26:15 +0100 Kim Alvefur mod_http: Skip querying portmanager when http_external_url when is set
Sat, 15 Jan 2022 15:13:41 +0100 Kim Alvefur mod_http: Limit unencrypted http port (5280) to loopback by default
Wed, 22 Dec 2021 19:27:03 +0100 Kim Alvefur mod_http: Clean up redirects handlers for wildcard on http module unload
Tue, 27 Jul 2021 00:13:18 +0200 Kim Alvefur Fix various spelling errors (thanks codespell)
Sat, 27 Feb 2021 21:37:56 +0100 Kim Alvefur mod_http: Consolidate handling of proxied connection details
Sat, 27 Feb 2021 21:37:16 +0100 Kim Alvefur net.http.server: Set request.ip so mod_http doesn't have to
Sat, 27 Feb 2021 21:07:36 +0100 Kim Alvefur Merge 0.11->trunk
Sat, 27 Feb 2021 20:45:45 +0100 Kim Alvefur mod_http: Restore ip field for requests without proxies 0.11
Tue, 23 Feb 2021 16:07:41 +0100 Kim Alvefur mod_http: Improve message for missing 'route'
Sun, 21 Feb 2021 01:00:00 +0100 Kim Alvefur mod_http: Warn if app is missing 'route'
Mon, 30 Dec 2019 09:50:59 +0100 Kim Alvefur mod_http: Allow modifying CORS header list via :provides API
Mon, 30 Dec 2019 09:49:28 +0100 Kim Alvefur mod_http: Allow setting the CORS credentials flag via :provides API
Thu, 18 Feb 2021 14:43:45 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 18 Feb 2021 14:34:38 +0100 Kim Alvefur mod_http: Fix trusted proxies check (thanks buildbot) 0.11
Thu, 18 Feb 2021 10:41:04 +0100 Kim Alvefur mod_http: Optimize proxy IP check
Thu, 18 Feb 2021 10:00:56 +0100 Kim Alvefur mod_http: Consider x-forwarded-proto from trusted proxies
Thu, 18 Feb 2021 12:02:11 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 18 Feb 2021 12:00:00 +0100 Kim Alvefur mod_http: Skip IP resolution in non-proxied case 0.11
Fri, 11 Sep 2020 12:37:07 +0100 Matthew Wild mod_http: Silence warnings when running under prosodyctl
Sat, 01 Aug 2020 18:41:30 +0200 Kim Alvefur mod_http: Add way to signal that a module supports streaming uploads
Sat, 01 Aug 2020 18:41:23 +0200 Kim Alvefur net.http.parser: Allow specifying sink for large request bodies
Wed, 10 Jun 2020 13:15:57 -0500 Boris Grozev mod_http: Support CIDR for trusted proxies.
Thu, 14 May 2020 16:55:01 +0200 Kim Alvefur mod_http: Tell luacheck to ignore the long comment lines
Thu, 14 May 2020 14:59:59 +0200 Jonas Schäfer mod_http: Add documentation to the non-obvious logic of get_ip_from_request
Fri, 29 Nov 2019 23:27:51 +0100 Kim Alvefur mod_net_multiplex: Add support for using ALPN
Fri, 29 Nov 2019 21:30:08 +0100 Kim Alvefur mod_http: Log served URLs at 'info' level
Sat, 16 Nov 2019 16:39:45 +0100 Kim Alvefur mod_http: Soften dependency on mod_http_errors
Thu, 10 Oct 2019 20:46:27 +0200 Kim Alvefur mod_http: Unhook CORS related event handlers
Wed, 11 Sep 2019 15:10:31 +0100 Matthew Wild mod_http: Add support for configuring CORS Access-Control-Allow-Credentials
Sun, 10 Mar 2019 19:58:28 +0100 Kim Alvefur core.certmanager: Do not ask for client certificates by default
Thu, 17 Jan 2019 20:42:38 +0100 Kim Alvefur mod_http: Determine CORS methods to whitelist from actual methods used
Fri, 18 Jan 2019 02:03:40 +0100 Kim Alvefur mod_http: Set up to handle OPTIONS
Thu, 04 Oct 2018 12:22:12 +0200 Kim Alvefur mod_http: Solve CORS problems once and for all
Sun, 14 Oct 2018 14:31:59 +0200 Kim Alvefur mod_http: Move normalize_path to util.http
Sun, 14 Oct 2018 14:19:21 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 14 Oct 2018 14:01:57 +0200 Kim Alvefur mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183)
Fri, 21 Sep 2018 23:49:56 +0200 Kim Alvefur mod_http: Support global HTTP modules
Fri, 21 Sep 2018 22:14:40 +0200 Kim Alvefur Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken
Fri, 21 Sep 2018 21:19:44 +0200 Kim Alvefur mod_http: Hook the host-less event if hooked from a global module httphost
Fri, 21 Sep 2018 21:19:41 +0200 Kim Alvefur net.http.server: Move handling of hosts to mod_http
Fri, 06 Jul 2018 00:15:10 +0200 Kim Alvefur mod_http: Rename argument to avoid name clash with outer scope [luacheck]
Fri, 06 Jul 2018 00:14:47 +0200 Kim Alvefur mod_http: Rename loop variable to avoid name clash [luacheck]
Fri, 06 Jul 2018 00:13:45 +0200 Kim Alvefur mod_http: Rename loop variable to avoid name clash [luacheck]
Fri, 06 Jul 2018 00:12:38 +0200 Kim Alvefur mod_http: Silecence harmless warnings
Fri, 16 Mar 2018 08:47:51 +0100 Kim Alvefur mod_http: Pass util.events object to API, fixes traceback
less more (0) -100 -60 tip