Log

plugins/mod_auth_internal_hashed.lua @ 13226:ac44bb7b7064

description author age
plugins: Use integer config API with interval specification where sensible Kim Alvefur Mon, 17 Jul 2023 01:38:54 +0200
plugins: Use get_option_enum where appropriate Kim Alvefur Sat, 16 Jan 2021 21:04:58 +0100
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
mod_auth_internal_hashed: Shorten call path Kim Alvefur Sat, 18 Mar 2023 16:13:32 +0100
mod_auth_internal_hashed: Record time of account disable / re-enable Kim Alvefur Sun, 12 Mar 2023 01:24:59 +0100
mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile Matthew Wild Wed, 01 Mar 2023 13:05:17 +0000
mod_auth_internal_hashed: Implement methods to enable and disable users Kim Alvefur Thu, 23 Feb 2023 14:44:35 +0100
mod_auth_internal_hashed: Implement is_enabled() method Kim Alvefur Thu, 23 Feb 2023 14:34:10 +0100
mod_auth_internal_hashed: Add stub methods for enabling and disabling users Kim Alvefur Wed, 22 Feb 2023 15:32:40 +0100
mod_auth_internal_hashed: Refactor to prepare for disabling users Kim Alvefur Wed, 22 Feb 2023 13:27:08 +0100
mod_auth_internal_hashed: Allow creating disabled account without password Kim Alvefur Thu, 18 Aug 2022 17:50:56 +0200
usermanager, mod_auth_*: Add get_account_info() returning creation/update time Matthew Wild Tue, 12 Jul 2022 13:14:47 +0100
util.hex: Deprecate to/from in favour of encode/decode, for consistency! Matthew Wild Fri, 04 Mar 2022 15:22:45 +0000
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 Kim Alvefur Sun, 26 Dec 2021 16:51:04 +0100
mod_auth_internal_hashed: Make SCRAM iteration count configurable Kim Alvefur Sun, 26 Dec 2021 16:37:50 +0100
Merge 0.11->trunk Matthew Wild Thu, 13 May 2021 11:17:13 +0100
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.11 Matthew Wild Mon, 10 May 2021 16:50:24 +0100
Merge 0.11->trunk Kim Alvefur Sat, 06 Jun 2020 00:54:28 +0200
mod_auth_internal_*: Apply saslprep to passwords 0.11 Kim Alvefur Sat, 23 May 2020 14:17:04 +0200
Merge 0.11->trunk Kim Alvefur Tue, 24 Dec 2019 00:39:45 +0100
mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 0.11 Kim Alvefur Mon, 23 Dec 2019 22:42:39 +0100
mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ) Kim Alvefur Thu, 22 Aug 2019 01:00:31 +0200
mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1 Kim Alvefur Sun, 13 Jan 2019 14:02:56 +0100
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) Kim Alvefur Fri, 28 Jul 2017 13:15:29 +0200
mod_auth_internal_hashed: Split long lines [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:26:26 +0200
mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck] Kim Alvefur Tue, 04 Apr 2017 01:26:09 +0200
mod_auth_internal_hashed: Use util.hex Kim Alvefur Mon, 18 May 2015 21:00:41 +0200
mod_auth_interal_hashed: Update salt and iteration count when setting a new password Florian Zeitz Wed, 12 Feb 2014 13:45:16 +0100
mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain Kim Alvefur Sat, 10 Aug 2013 20:19:40 +0200
mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly Kim Alvefur Sat, 10 Aug 2013 20:17:45 +0200