Fri, 22 Sep 2023 01:47:21 +0200 net.http.server: Support setting Content-Type of uncaught HTTP errors
Kim Alvefur <zash@zash.se> [Fri, 22 Sep 2023 01:47:21 +0200] rev 13264
net.http.server: Support setting Content-Type of uncaught HTTP errors mod_http_errors normally sets the Content-Type header via the response object, which isn't available when handling these uncaught errors. Without a Content-Type header the browser is forced to guess, which may or may not result in something sensible.
Sat, 16 Sep 2023 14:23:08 +0200 mod_http_file_share: Switch to the new authz API (BC)
Kim Alvefur <zash@zash.se> [Sat, 16 Sep 2023 14:23:08 +0200] rev 13263
mod_http_file_share: Switch to the new authz API (BC) Behavior change: It becomes up to the authorization module whether to allow requests. The default, mod_authz_internal, will allow users on the *parent* host only, breaking use by some components. Remaining question is whether to deprecate the `http_file_share_access` setting or leave as a way to complement/bypass access control?
Mon, 04 Sep 2023 00:38:45 +0200 core.storagemanager: Remove 0.10 era sql2 driver COMPAT
Kim Alvefur <zash@zash.se> [Mon, 04 Sep 2023 00:38:45 +0200] rev 13262
core.storagemanager: Remove 0.10 era sql2 driver COMPAT Unlikely that anyone has had sql2 in their configs for a long time, so this serves little purpose. Leaving the indirection function in case some similar compat code is needed in the future.
Tue, 05 Sep 2023 19:48:59 +0200 Added tag 0.12.4 for changeset a2ba3f06dcf4 0.12
Kim Alvefur <zash@zash.se> [Tue, 05 Sep 2023 19:48:59 +0200] rev 13261
Added tag 0.12.4 for changeset a2ba3f06dcf4
Wed, 30 Aug 2023 11:09:12 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Wed, 30 Aug 2023 11:09:12 +0200] rev 13260
Merge 0.12->trunk
Sat, 26 Aug 2023 15:10:58 +0200 tools: Reflect bash-ness of mod2spec in shebang
Kim Alvefur <zash@zash.se> [Sat, 26 Aug 2023 15:10:58 +0200] rev 13259
tools: Reflect bash-ness of mod2spec in shebang Non-portable substitution syntax? Oh well.
Sun, 27 Aug 2023 15:46:19 +0200 util.prosodyctl.check: Correct modern replacement for 'disallow_s2s' 0.12 0.12.4
Kim Alvefur <zash@zash.se> [Sun, 27 Aug 2023 15:46:19 +0200] rev 13258
util.prosodyctl.check: Correct modern replacement for 'disallow_s2s' The code would have suggested adding to modules_enabled instead of modules_disabled
Sat, 05 Aug 2023 20:41:24 +0200 mod_s2s: Fix reporting of DANE mismatch
Kim Alvefur <zash@zash.se> [Sat, 05 Aug 2023 20:41:24 +0200] rev 13257
mod_s2s: Fix reporting of DANE mismatch Thought it was a case mismatch at first, fixed that, but it changed nothing because the error was in the leaf part of the errors, not the chain part.
Sat, 29 Jul 2023 02:04:24 +0200 core.portmanager: Join strings broken into multiple lines
Kim Alvefur <zash@zash.se> [Sat, 29 Jul 2023 02:04:24 +0200] rev 13256
core.portmanager: Join strings broken into multiple lines Improves readability. Reduces line count. What's not to like? The code style and luacheck rules allows longer lines, and these strings aren't long enough to need breaking into multiple lines like this.
Sat, 29 Jul 2023 02:00:55 +0200 core.portmanager: Hint at HTTP servers for conflicts over port 443
Kim Alvefur <zash@zash.se> [Sat, 29 Jul 2023 02:00:55 +0200] rev 13255
core.portmanager: Hint at HTTP servers for conflicts over port 443 Since 443 is just as much a web port as port 80 these days, if not more. What's with port 81 here?
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 tip