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?
Sat, 29 Jul 2023 01:42:19 +0200 net.websocket.frames: Remove completed TODO
Kim Alvefur <zash@zash.se> [Sat, 29 Jul 2023 01:42:19 +0200] rev 13254
net.websocket.frames: Remove completed TODO The XOR is done in C since 4e5a2af9dd19
Wed, 26 Jul 2023 14:39:36 +0200 mod_http: Generate URL from configuration in prosodyctl
Kim Alvefur <zash@zash.se> [Wed, 26 Jul 2023 14:39:36 +0200] rev 13253
mod_http: Generate URL from configuration in prosodyctl This removes the need to configure e.g. http_external_url or similar settings in order to get correct URLs out of prosodyctl, as the API depends on portmanager to know the actual ports that are used.
Tue, 25 Jul 2023 12:35:11 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Tue, 25 Jul 2023 12:35:11 +0200] rev 13252
Merge 0.12->trunk
Sat, 22 Jul 2023 16:31:05 +0200 util.array: Fix new() library function 0.12
Kim Alvefur <zash@zash.se> [Sat, 22 Jul 2023 16:31:05 +0200] rev 13251
util.array: Fix new() library function Backport of ffe4adbd2af9 since new was added in the 0.12 branch
Sun, 23 Jul 2023 02:54:49 +0200 mod_tokenauth: Fix revoking a single token without revoking whole grant
Kim Alvefur <zash@zash.se> [Sun, 23 Jul 2023 02:54:49 +0200] rev 13250
mod_tokenauth: Fix revoking a single token without revoking whole grant This appears to have been a copy-paste of the grant revocation function, or maybe the other way around. Either way, it deleted the whole grant instead of the individual token as might be expected.
Sat, 22 Jul 2023 16:31:05 +0200 util.array: Fix new() library function
Kim Alvefur <zash@zash.se> [Sat, 22 Jul 2023 16:31:05 +0200] rev 13249
util.array: Fix new() library function
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 tip