Changelog
2024-02-10
Removed pointless caching of common.json.
Fixed sound loading issue in youare.
Added link to compiled commit.
Removed forEach methods from sounds and packs registries.
Moved playLibarySound out of the global context.
Removed AudioBuffer wrapper.
Always have audio context and sound manager available.
2024-02-09
Oops key press #5 doesn't actually exist!
Added osu! keyboard and Seinfeld sounds to the sound library.
Missed one!
UI code cleanups.
2024-02-08
Fixed forum/topic breadcrumbs.
Fixed use of wrong BanInfo constructor.
Fixed oversights on landing page.
2024-02-07
Added lazy database object creation.
2024-02-06
Bump LICENCE year.
Added database result iterator.
2024-02-05
Added PMs to data export.
2024-02-04
Replace tab character with 4 spaces in messages for now.
2024-02-02
whoops
Updated to new EEPROM script.
Fixed exception during file size error and default to Windows style size formatting.
Fixed exception not being forwarded properly.
Fixed file delete path not supplying the CORS headers.
Rewrote EEPROM handling.
Added async version of EEPROM script.
Added notice when recipient is banned.
Check if recipient is actually able to receive messages.
Prevent banned users from sending messages.
2024-01-30
Added private messages.