log plugins/mod_http.lua @ 11066:dc41c8dfd2b1

age author description
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
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]