Mercurial > prosody-modules
log mod_auth_phpbb3/mod_auth_phpbb3.lua @ 797:68a067d5ed3b
age | author | description |
---|---|---|
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. |
2011-07-01 | Waqas Hussain | mod_auth_phpbb3: Initial commit. |