log plugins/mod_auth_internal_hashed.lua @ 12292:7fe5cd8a10e2

age author description
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
Mon, 23 Dec 2019 22:42:39 +0100 Kim Alvefur mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 0.11
Thu, 22 Aug 2019 01:00:31 +0200 Kim Alvefur mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ)
Sun, 13 Jan 2019 14:02:56 +0100 Kim Alvefur mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1
Fri, 28 Jul 2017 13:15:29 +0200 Kim Alvefur core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
Tue, 04 Apr 2017 01:26:26 +0200 Kim Alvefur mod_auth_internal_hashed: Split long lines [luacheck]
Tue, 04 Apr 2017 01:26:09 +0200 Kim Alvefur mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck]
Mon, 18 May 2015 21:00:41 +0200 Kim Alvefur mod_auth_internal_hashed: Use util.hex
Wed, 12 Feb 2014 13:45:16 +0100 Florian Zeitz mod_auth_interal_hashed: Update salt and iteration count when setting a new password