Mercurial > prosody-modules
log mod_auth_phpbb3/mod_auth_phpbb3.lua @ 4834:7ed2467c9bb5
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). |