Changelog
2023-08-24
Documentation adjustment.
use Sasae for templating.
Fixed type error.
Bump version.
More convenient constructor for SasaeEnvironment
Additional tests to account for the Twig HTML extension.
2023-08-23
Added page titles.
Removed code related to managing server whitelists.
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.