log mod_auth_phpbb3/mod_auth_phpbb3.lua @ 4575:5b4f43b90766

age author description
Sat, 30 Apr 2016 19:09:45 +0200 Kim Alvefur mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios)
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Thu, 13 Sep 2012 00:08:29 +0500 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
Wed, 16 May 2012 17:34:47 +0500 Waqas Hussain mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ).
Sun, 25 Mar 2012 02:30:36 +0500 Waqas Hussain mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password.
Sun, 11 Sep 2011 22:53:35 +0500 Waqas Hussain mod_auth_phpbb3: A little refactoring.
Sat, 10 Sep 2011 22:37:18 +0500 Waqas Hussain mod_auth_phpbb3: Support legacy PHPBB2 password hashes (simple MD5).
Sat, 10 Sep 2011 22:35:59 +0500 Waqas Hussain mod_auth_phpbb3: Apply stringprep, and try automatic JID escaping to derive username.
Fri, 01 Jul 2011 07:55:22 +0500 Waqas Hussain mod_auth_phpbb3: Implement password change.
Fri, 01 Jul 2011 07:53:13 +0500 Waqas Hussain mod_auth_phpbb3: Comment logging of user password.
Fri, 01 Jul 2011 07:52:01 +0500 Waqas Hussain mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user.
Fri, 01 Jul 2011 07:51:00 +0500 Waqas Hussain mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail.
Fri, 01 Jul 2011 06:40:33 +0500 Waqas Hussain mod_auth_phpbb3: Initial commit.