Changelog
2022-08-05
Moved FutamiCommon out of main.js.
Reduced use of floating variables and make utility function names more consistent.
Renamed DOTNETRNG object to MamiRNG.
Cleaned up sound code.
Reduced console spam.
2022-08-04
Forgot one absolute URL.
Added settings import and export.
Absolute URL instead of relative for legacy client.
2022-08-03
Removed old SCv2 remnants
Fixed legacy chat not loading.
Rewrote asset serving script.
Removed unused components.
2022-07-30
Added crisp-edges to emotes.
...but this time actually.
Removed references to the incomplete Sock Chat v2
2022-07-27
Probably fixed game lookups.
2022-07-20
Fixed double encoding, probably.
2022-07-16
Updated sources list on the contact page.
Rewrote web lookup handler + various fixes.
Rewrote YouTube lookup handling.
Reimplemented EEPROM and Twitter lookups.
2022-07-15
Created structure for additional API version handlers.
Use the Index router in Uiharu.
2022-07-14
Added Index library to Uiharu.
2022-07-12
Show button for spoiler tag.
Added colour picker to modern chat.
Replaced colour picker in legacy chat.
2022-07-11
Added shitty temporary spoiler bbcode to chat.
2022-07-07
Renamed AuthInterface to IAuth.
2022-07-06
Implement Index routing rather than stinky if statements.