plugins/mod_auth_internal_hashed.lua
Thu, 30 Nov 2023 09:47:00 +0000 Matthew Wild usermanager, mod_auth_internal_hashed: Support metadata when disabling a user
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Sat, 16 Jan 2021 21:04:58 +0100 Kim Alvefur plugins: Use get_option_enum where appropriate
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Sat, 18 Mar 2023 16:13:32 +0100 Kim Alvefur mod_auth_internal_hashed: Shorten call path
Sun, 12 Mar 2023 01:24:59 +0100 Kim Alvefur mod_auth_internal_hashed: Record time of account disable / re-enable
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
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
Sat, 10 Aug 2013 20:19:40 +0200 Kim Alvefur mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain
Sat, 10 Aug 2013 20:17:45 +0200 Kim Alvefur mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly
Sat, 10 Aug 2013 20:15:25 +0200 Kim Alvefur mod_auth_internal_hashed: Remove this 'initializing' message too
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 19 Apr 2013 16:14:06 +0200 Kim Alvefur mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
Tue, 22 Jan 2013 08:26:08 +0500 Waqas Hussain mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.
Fri, 21 Sep 2012 17:26:12 +0200 Kim Alvefur mod_auth_internal_{plain,hashed}: Add support for iterating over accounts
Wed, 12 Sep 2012 21:41:51 +0500 Waqas Hussain mod_auth_*: Use module:provides().
Wed, 12 Sep 2012 21:40:00 +0500 Waqas Hussain mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider.
Sat, 28 Apr 2012 03:59:31 +0100 Matthew Wild mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8)
Sat, 28 Apr 2012 03:55:25 +0100 Matthew Wild mod_auth_internal_hashed: Remove unused imports
Sun, 11 Mar 2012 20:56:09 +0000 Matthew Wild mod_auth_internal_{plain,hashed}: Clarify log messages on initialization
Wed, 23 Feb 2011 01:34:46 +0500 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Tue, 04 Jan 2011 17:12:28 +0000 Matthew Wild mod_auth_internal_*: Support for delete_user method
Mon, 27 Dec 2010 19:57:04 +0500 Waqas Hussain util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
Mon, 16 Aug 2010 18:51:22 +0200 Kim Alvefur mod_auth_internal_hashed: Fix deleting users
Wed, 21 Jul 2010 21:01:36 +0100 Matthew Wild usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
Sat, 17 Jul 2010 19:34:06 +0500 Waqas Hussain mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users.
Thu, 08 Jul 2010 20:59:53 +0100 Matthew Wild mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or empty password and pretending it means the user doesn't exist. Hopefully with more success than Custer.
Tue, 22 Jun 2010 20:54:15 +0100 Matthew Wild mod_auth_internal_hashed: Update TODO comments to COMPAT
Tue, 22 Jun 2010 20:52:43 +0100 Matthew Wild mod_auth_internal_hashed: Remove far too many instances of inline hex conversion using gsub, which was creating useless closures and what-not
Tue, 22 Jun 2010 19:14:55 +0100 Matthew Wild mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
Tue, 15 Jun 2010 09:12:49 +0500 Waqas Hussain mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
Tue, 15 Jun 2010 09:11:10 +0500 Waqas Hussain mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable authentication data is found.
Tue, 15 Jun 2010 09:08:02 +0500 Waqas Hussain mod_auth_internal_hashed: Removed all checks for Cyrus SASL.
Sun, 13 Jun 2010 04:07:38 +0500 Waqas Hussain mod_auth_internal_hashed: Fixed a traceback in account creation.
Wed, 09 Jun 2010 21:25:59 +0100 Matthew Wild mod_auth_internal{,_hashed}: Update is_admin to only report the admin status of the current host (ignores global admin rights), fixes global access traceback
Wed, 09 Jun 2010 22:01:47 +0500 Waqas Hussain mod_auth_internal_hashed: Removed some useless code.
Wed, 09 Jun 2010 21:34:32 +0500 Waqas Hussain Merge with Tobias.
Wed, 09 Jun 2010 17:58:20 +0200 Tobias Markmann mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.
Wed, 09 Jun 2010 17:55:04 +0200 Tobias Markmann mod_auth_internal_hashed: Remove debugging output.
less more (0) -60 tip