log

age author description
Fri, 10 Mar 2023 13:58:43 +0100 Kim Alvefur util.jwt: Import definition of key from util.crypto
Fri, 10 Mar 2023 13:58:14 +0100 Kim Alvefur util.jwt: Fixup argument and type order
Fri, 10 Mar 2023 12:33:02 +0100 Kim Alvefur mod_admin_shell: Limit module dependency listings to loaded on current host
Fri, 10 Mar 2023 10:55:50 +0100 Kim Alvefur util.jwt: Document interface as Teal definition file
Thu, 09 Mar 2023 16:02:55 +0100 Kim Alvefur mod_authz_internal: Fix wrong role name field in user_can_assume_role()
Sun, 05 Mar 2023 15:45:44 +0100 Kim Alvefur Merge 0.12->trunk
Sun, 05 Mar 2023 15:45:01 +0100 Kim Alvefur mod_http: Unhook CORS handlers only if active (fixes #1801) 0.12
Sun, 05 Mar 2023 14:08:26 +0100 Kim Alvefur mod_admin_shell: Show reverse dependencies in module:info()
Sun, 05 Mar 2023 14:07:08 +0100 Kim Alvefur core.moduleapi: Record reverse dependencies
Sat, 04 Mar 2023 18:40:43 +0100 Kim Alvefur authz: Add method for retrieving all roles
Thu, 02 Mar 2023 22:34:29 +0100 Kim Alvefur mod_tokenauth: Fix misplaced closing parenthesis
Thu, 02 Mar 2023 14:37:46 +0100 Kim Alvefur util.sasl.oauthbearer: Fix traceback on authz in unexpected format
Wed, 01 Mar 2023 18:43:54 +0000 Matthew Wild mod_tokenauth: Gracefully handle missing tokens
Wed, 01 Mar 2023 13:05:17 +0000 Matthew Wild mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile
Wed, 01 Mar 2023 13:04:36 +0000 Matthew Wild mod_tokenauth: Add SASL handler backend that can accept and verify tokens
Wed, 01 Mar 2023 13:02:51 +0000 Matthew Wild mod_tokenauth: Add some sanity checking of the new optional parameters
Wed, 01 Mar 2023 13:01:21 +0000 Matthew Wild mod_tokenauth: Add 'purpose' constraint
Wed, 01 Mar 2023 12:56:08 +0000 Matthew Wild mod_saslauth: Support for SASL handlers forcing a specific resource
Wed, 01 Mar 2023 12:55:00 +0000 Matthew Wild util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)
Thu, 23 Feb 2023 18:39:02 +0100 Kim Alvefur mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users
Thu, 23 Feb 2023 18:11:15 +0100 Kim Alvefur CHANGES: Mention new ability to disable and enable user accounts
Thu, 23 Feb 2023 18:10:06 +0100 Kim Alvefur mod_admin_shell: Add commands to disable and enable accounts
Thu, 23 Feb 2023 16:28:57 +0100 Kim Alvefur mod_c2s: Disconnect accounts when they are disabled
Thu, 23 Feb 2023 16:25:31 +0100 Kim Alvefur core.usermanager: Fire events when enabling and disabling users
Thu, 23 Feb 2023 16:24:41 +0100 Kim Alvefur core.usermanager: Add methods for enabling and disabling users
Thu, 23 Feb 2023 16:04:02 +0100 Kim Alvefur core.usermanager: Add Teal description file
Thu, 23 Feb 2023 14:44:35 +0100 Kim Alvefur mod_auth_internal_hashed: Implement methods to enable and disable users
Thu, 23 Feb 2023 14:34:10 +0100 Kim Alvefur mod_auth_internal_hashed: Implement is_enabled() method
Wed, 22 Feb 2023 15:32:40 +0100 Kim Alvefur mod_auth_internal_hashed: Add stub methods for enabling and disabling users
Wed, 22 Feb 2023 13:27:08 +0100 Kim Alvefur mod_auth_internal_hashed: Refactor to prepare for disabling users