Changelog
2018-10-06
Caching but it's procedural now.
2018-10-05
Removed Application class! (finally)
Moved GeoIP stuff into its own folder.
Moved storage path into a constant.
Moved database and cache initialisation out of the Application class.
Changed avatar limitations.
Removed meta lockdown checks, they're only used once anyway.
Removed prevent_registration config var, functionally replaced by the Private section.
Removed getPrivateInfo from Application class.
Use ARGON2ID if available for password hashing (prep for PHP 7.3).
2018-10-04
Fixed date tooltip being displayed on non-date stats on profiles.
Removed leftover use statements at the top of Application.
Added automatic changelog updates from via Github webhooks.
Moved the e-mail handling out of the Application class.
Added a constant that's equal to the Misuzu root directory.
Moved config functions out of the Application class.
2018-10-03
Migrated site update system to be tag based.
2018-10-02
Fixed oversight causing a half logged in state in private mode.
Removed Carbon dependency.
Made imperative bits of the session system procedural like the rest.
Fixed oversight causing pages with comments to break.
Added new CSRF protection system.
Removed references to static.flash.moe from the repository.
2018-10-01
Added early background settings.
2018-09-30
Added a spambot countermeasure question.
Made the logo spooky again.
Reverted yesterday's changes.
2018-09-29
More experimentation with new colour scheme.
2018-09-28
Updated the forum index design.
Moved some utility functions to more appropiate locations.