log plugins/mod_auth_internal_hashed.lua @ 8346:a567a646cf21

age author description
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)