log plugins/mod_authz_internal.lua @ 14229:ce31fdde0ad1 default tip

age author description
Fri, 04 Apr 2025 16:49:55 +0100 Matthew Wild mod_authz_internal: Improve error message when invalid role specified 13.0
Thu, 13 Feb 2025 15:31:14 +0000 Matthew Wild mod_authz_internal: Fix error messages 13.0
Thu, 13 Feb 2025 15:30:23 +0000 Matthew Wild mod_authz_internal: Fix return values of secondary role management methods 13.0
Mon, 13 Jan 2025 11:50:03 +0100 Kim Alvefur mod_authz_internal: Make host considered the parent configurable
Tue, 07 Jan 2025 14:41:32 +0000 Matthew Wild mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDs
Fri, 01 Nov 2024 13:08:35 +0100 Kim Alvefur mod_authz_internal: Hint at roles for external JIDs being read-only
Fri, 21 Jul 2023 22:48:54 +0200 Kim Alvefur plugins: Use get_option_array for some list shaped options
Thu, 29 Jun 2023 15:36:13 +0100 Matthew Wild core, plugins: Split prosody:user role into prosody:{guest,registered,member}
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Thu, 09 Mar 2023 16:02:55 +0100 Kim Alvefur mod_authz_internal: Fix wrong role name field in user_can_assume_role()
Sat, 04 Mar 2023 18:40:43 +0100 Kim Alvefur authz: Add method for retrieving all roles
Tue, 04 Oct 2022 12:04:43 +0200 Kim Alvefur mod_authz_internal: Fix warning due to global use
Thu, 29 Sep 2022 12:46:02 +0100 Matthew Wild mod_authz_internal: Allow specifying default role for public (remote) users
Thu, 29 Sep 2022 12:10:14 +0100 Matthew Wild mod_authz_internal: Allow configuring role of local-server/parent-host users
Thu, 18 Aug 2022 10:37:59 +0100 Matthew Wild mod_authz_internal: Expose convenience method to test if user can assume role