log plugins/mod_auth_internal_hashed.lua @ 12932:9bb044705ea1

age author description
Wed, 01 Mar 2023 13:05:17 +0000 Matthew Wild mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile
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
Thu, 18 Aug 2022 17:50:56 +0200 Kim Alvefur mod_auth_internal_hashed: Allow creating disabled account without password
Tue, 12 Jul 2022 13:14:47 +0100 Matthew Wild usermanager, mod_auth_*: Add get_account_info() returning creation/update time
Fri, 04 Mar 2022 15:22:45 +0000 Matthew Wild util.hex: Deprecate to/from in favour of encode/decode, for consistency!
Sun, 26 Dec 2021 16:51:04 +0100 Kim Alvefur mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Sun, 26 Dec 2021 16:37:50 +0100 Kim Alvefur mod_auth_internal_hashed: Make SCRAM iteration count configurable
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Mon, 10 May 2021 16:50:24 +0100 Matthew Wild mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.11
Sat, 06 Jun 2020 00:54:28 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 23 May 2020 14:17:04 +0200 Kim Alvefur mod_auth_internal_*: Apply saslprep to passwords 0.11
Tue, 24 Dec 2019 00:39:45 +0100 Kim Alvefur Merge 0.11->trunk