log mod_auth_phpbb3/mod_auth_phpbb3.lua @ 4503:80912726405d

age author description
2016-04-30 Kim Alvefur mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios)
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2012-09-12 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
2012-05-16 Waqas Hussain mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ).
2012-03-24 Waqas Hussain mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password.
2011-09-11 Waqas Hussain mod_auth_phpbb3: A little refactoring.
2011-09-10 Waqas Hussain mod_auth_phpbb3: Support legacy PHPBB2 password hashes (simple MD5).
2011-09-10 Waqas Hussain mod_auth_phpbb3: Apply stringprep, and try automatic JID escaping to derive username.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Implement password change.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Comment logging of user password.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail.