aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/md5_vb.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-1/+1
| | | | PHPBB3-13203
* [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-151-4/+4
| | | | PHPBB3-12715
* [ticket/12352] Do not check hashes that don't have the necessary lengthMarc Alexander2014-06-021-1/+1
| | | | | | | This should significantly reduce the time spent on checking hashes of passwords that should be converted. PHPBB3-12352
* [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-011-6/+7
| | | | PHPBB3-12352
* [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-011-8/+0
| | | | PHPBB3-12352
* [ticket/12352] Add missing $ to md5_mybb and md5_vb driverMarc Alexander2014-06-011-1/+1
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-011-0/+67
PHPBB3-12352