Clarissa Walker (amisapphire@cwcyrix.nsupdate.info)'s status on Friday, 19-Jun-2026 19:01:12 EDT
-
Speaking of...
There will be some modifications to the eFiction code on this server. So far:
* Database tables will be using InnoDB instead of MyISAM. (Though, if needed, Aria could be used on some tables, but then you'll be stuck with MariaDB - no more MySQL. 😈)
* Managed to implement passwords to be hashed with bcrypt at a cost of 12 and a check for passwords that use the older MD5 hashing algorithm. (Though, you are not warned that your password is using the MD5 hash. However, changing/updating the password changes its hash to bcrypt.)
* Some visual modifications... I will also have to look through the 2000s/2010s-era 'patches' I have created but never actually shared; some I know are truly outdated.