Thu, 02 Mar 2023 11:38:57 +0100 mod_s2s_whitelist/README: Show inclusion in modules_enabled in example
Kim Alvefur <zash@zash.se> [Thu, 02 Mar 2023 11:38:57 +0100] rev 5188
mod_s2s_whitelist/README: Show inclusion in modules_enabled in example Thanks amalgame21
Thu, 02 Mar 2023 11:38:08 +0100 mod_s2s_blacklist/README: Show inclusion in modules_enabled in example
Kim Alvefur <zash@zash.se> [Thu, 02 Mar 2023 11:38:08 +0100] rev 5187
mod_s2s_blacklist/README: Show inclusion in modules_enabled in example Thanks amalgame21
Wed, 01 Mar 2023 21:55:34 +0100 mod_http_oauth2: Issue tokens for the purpose of 'oauth2'
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2023 21:55:34 +0100] rev 5186
mod_http_oauth2: Issue tokens for the purpose of 'oauth2' This argument was added in Prosody trunk rev 012fa81d1f5d
Wed, 01 Mar 2023 21:11:48 +0100 mod_http_oauth2: Fix removal of consumed authorization codes
Kim Alvefur <zash@zash.se> [Wed, 01 Mar 2023 21:11:48 +0100] rev 5185
mod_http_oauth2: Fix removal of consumed authorization codes Fixes mod_http_oauth2.lua:34: bad argument #2 to 'difftime' (number expected, got nil) The extra preceding argument to :set stored the client-id#code as a value instead of clearing the key, and then later in the periodic cleanup timer this string would be indexed, producing a nil and a traceback
Wed, 01 Mar 2023 13:21:29 +0000 mod_sasl2_bind2: Support for SASL handlers forcing a specific resource
Matthew Wild <mwild1@gmail.com> [Wed, 01 Mar 2023 13:21:29 +0000] rev 5184
mod_sasl2_bind2: Support for SASL handlers forcing a specific resource
Tue, 28 Feb 2023 18:15:20 +0100 mod_rest: Remove confusing oauth2 tokens from examples
Kim Alvefur <zash@zash.se> [Tue, 28 Feb 2023 18:15:20 +0100] rev 5183
mod_rest: Remove confusing oauth2 tokens from examples Users were somehow confused into thinking that you should use the JID as username, rather than the username.
Thu, 23 Feb 2023 21:07:13 +0100 mod_register_apps: Detect 0.12+ when called from prosodyctl
Kim Alvefur <zash@zash.se> [Thu, 23 Feb 2023 21:07:13 +0100] rev 5182
mod_register_apps: Detect 0.12+ when called from prosodyctl Otherwise it loads mod_http_files which logs a warning
Wed, 22 Feb 2023 13:39:01 +0100 mod_muc_rtbl: fix more incorrect more references to "event"
Jonas Schäfer <jonas@wielicki.name> [Wed, 22 Feb 2023 13:39:01 +0100] rev 5181
mod_muc_rtbl: fix more incorrect more references to "event"
Wed, 22 Feb 2023 13:35:03 +0100 mod_muc_rtbl: ignore blocklist for affiliated users for messages
Jonas Schäfer <jonas@wielicki.name> [Wed, 22 Feb 2023 13:35:03 +0100] rev 5180
mod_muc_rtbl: ignore blocklist for affiliated users for messages Just like we ignore the blocklist for join attempts from affiliated users, we also do that now on messages.
Wed, 22 Feb 2023 13:33:16 +0100 mod_muc_rtbl: fix traceback because of scoping error
Jonas Schäfer <jonas@wielicki.name> [Wed, 22 Feb 2023 13:33:16 +0100] rev 5179
mod_muc_rtbl: fix traceback because of scoping error There is no "event" there, we have to use the occupant data instead. That's what you get for moving code around!
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip