Changelog
2019-02-21
Centralise icon creation.
2019-02-14
Beginnings of settings ui.
Renamed the message related sound events.
Added base bindable stuff.
2019-02-13
Register a set of sounds to work with during debug.
Added sound manager.
A small amount of restructuring.
Base Sock Chat client implementation.
Added Sock Chat protocol enums.
2019-02-12
Fixed wrong base64_encode function being used in auth.php.
Added lite login modal window, closes #79.
Merged auth cookies into one.
Removed rule regarding trivial posts.
Updated more static urls.
Updated forum headers, closes #143.
Make sure we're running from the proper directory.
2019-02-11
Broadcast in headless mode.
Set +x on script.
Added cron flag to script.
Updated directives.
Replaced build batch script with a run bash script.
Added essential file that was missing for some reason.
Targeted the backup manager project .net core 2.2.
Always broadcast to chat on completion.
Changed mysqldump arguments and added a filesystem dump path.
Removed Google Drive backup storage support.
2019-02-08
Added query string splitting utility function.
2019-02-07
Moved the startup invoker to index.php out of Kuroko.ts.
2019-02-06
Added favicon to chat.
Fixed forum post deletion redirections.