Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
cd4ceb6f47
Added new LogSQLite which keeps a side database containing the last time the server has seen an individual. Added new AutoReplay setting to disable the auto replay on connect. Made the replay command have the ability to be called with the amount of items max you want to have replayed.
9bf45a739c
Somehow I forgot to make the NICK name changes be an action. This caused so many issues without me noticing.
9deeb4c585
Realized that I have left LogMySQL in my copy/paste to LogSQLite of the do not track command.
6f34b37cca
Added time as primary key for SQLite as it makes it take less than a second to order by time when you have over 1,000,000 entires in your log. MySQL seems fine as it has a cache. If someone who uses MySQL finds this wrong, please ether add in the primary key system yourself and submit a patch or let me know in a bug report.
5ac06c0927
Added notice to confirm that the session was added to the Do Not Track list.
c05af970bf
Added code to verify that zxcvbn was loaded before running and automatically runs when it is loaded. The user will see a zxcvbn loading message in the location where statistics are usually shown.
16615a55f1
Learned that the LinkedIn hash list had some things done to obscure the hash some. I changed the code to work with the obscured hashes.
441dc5e3b6
Changed import method so that the importer loads into memory then dumps from memory to the drive to speed up importing of databases to 10,000 per second.
5358de1006
Corrected statement as I originally wanted to design it to where the password is hashed when clicking check, but now it hashes as you type.
6741d366ad
Added loading message so user knows if it's loading.