Sun, 27 Jun 2021 21:51:21 +0200 mod_admin_adhoc: Delete "Get User Password" command
Kim Alvefur <zash@zash.se> [Sun, 27 Jun 2021 21:51:21 +0200] rev 11636
mod_admin_adhoc: Delete "Get User Password" command This doesn't really make sense today. It doesn't even work with mod_auth_internal_hashed, which should be the default. And even with a supporting authentication module, why would we just hand out the password? One use case may be to recover a forgotten password. While not yet included with Prosody, there are better ways to handle forgotten passwords, usually by resetting them to a new password.
Wed, 09 Jun 2021 15:58:49 +0200 mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
Kim Alvefur <zash@zash.se> [Wed, 09 Jun 2021 15:58:49 +0200] rev 11635
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items' Fixes #1643 API change: The argument to archive_itemstore() changes type to integer
Fri, 18 Sep 2020 12:18:51 +0200 util.dataforms: Define a integer + "max" datatype
Kim Alvefur <zash@zash.se> [Fri, 18 Sep 2020 12:18:51 +0200] rev 11634
util.dataforms: Define a integer + "max" datatype
Fri, 25 Jun 2021 15:17:37 +0200 core.stanza_router: Rename variable to be more specific
Kim Alvefur <zash@zash.se> [Fri, 25 Jun 2021 15:17:37 +0200] rev 11633
core.stanza_router: Rename variable to be more specific
Mon, 21 Jun 2021 22:43:26 +0200 mod_external_services: Report overall status as a module status
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 22:43:26 +0200] rev 11632
mod_external_services: Report overall status as a module status Because during startup, if all items are provided by a different module (e.g. mod_turn_external) then this would log a scary warning even if everything is fine after that other module has been loaded. This way, any persistent problematic state is reported in the console. Errors with individual items should still be reported by prepare(). Now, if you load mod_external_services alone without configuring any services, no error or warning is reported in the log, but maybe that's not so bad with it reported in the console.
Mon, 21 Jun 2021 22:41:59 +0200 mod_external_services: Validate items as they are added
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 22:41:59 +0200] rev 11631
mod_external_services: Validate items as they are added
Mon, 21 Jun 2021 22:38:30 +0200 mod_external_services: Also validate services added by other modules
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 22:38:30 +0200] rev 11630
mod_external_services: Also validate services added by other modules This ensures that problems with entries added other modules, e.g. mod_turn_external, are reported on startup. However, this depends on load order and whether a `module:depends()` call comes before the `module:add_item()` call. A followup commit will do something about that.
Mon, 21 Jun 2021 17:31:17 +0200 mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 17:31:17 +0200] rev 11629
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
Mon, 21 Jun 2021 13:45:44 +0200 mod_s2s: Remove duplicate method call (thanks luacheck)
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 13:45:44 +0200] rev 11628
mod_s2s: Remove duplicate method call (thanks luacheck) Should have been removed in the previous commit.
Mon, 21 Jun 2021 13:43:40 +0200 mod_s2s: Guard against LuaSec not returning TLS info here too
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 13:43:40 +0200] rev 11627
mod_s2s: Guard against LuaSec not returning TLS info here too See previous commit to mod_c2s: a62146353528
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip