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.