Changelog
2023-08-23
Added guide and allow importing skin data without entering a username.
Less abrupt link errors.
Added more output types for the uuid endpoint.
Updated README
2023-08-22
Fixed texture URLs.
Big overhauls for mcexts.
Added hasUploadedFile method to FormContent.
2023-08-21
Added getParamString method to FormContent.
2023-08-17
Store server list in the database.
2023-08-16
Moved routes into classes.
Moved Templating stuff into a class and use Index CSRFP for verification.
Added hasCookie method to HttpRequest.
Use 3-Clause BSD licence.
Use Twig for HTML templates.
Use Composer for Index package.
2023-08-09
Don't remove AFK status when opening a new connection.
2023-08-07
Fixed emoticon ordering in chat.
2023-08-06
Fixed profile editing failing due to old argument.
Fixed Nintendo's skill issue.
Fixed error 500 when trying to log in to a non-existing user.
2023-08-05
Fixed oversight regarding RNG ordering of user list.
Made data source argument lists for News, Changelog, Comments and Emotes consistent with the rest.
2023-08-04
Fixed forum post deletion and editing.
Converted all Misuzu style route handlers to Index style ones.
Fixed error 500 when viewing profiles as guest.
2023-08-03
Fixed search and updated collations of various fields to more appropriate ones.
Fixed issue caused by used of dangling variable on sessions page.
Changed the way msz_auth is handled.
Fixed return type on UriBase64::decode.
2023-08-02
Rewrote the user information class.