Changelog
2024-06-11
Load error page contents in index.php.
Oops #2
Oops can't access that at this point yet.
Static generated error pages.
Removed existing code.
Updated libraries.
Updated build script.
Updated build script.
Updated to new build script.
2024-06-03
SharpConfig -> FileConfig
Updated libraries.
Bumped version.
Forgor to bump dates.
Added support for extra database fields.
Better name validation code.
Renamed SharpConfig to FileConfig.
2024-06-02
Prevent access to private messages when impersonating a user.
Base64 encode PM titles and bodies in the database.
Added broom closet PM stats.
2024-05-30
Updated libraries.
Built Playpen icon updating into Misuzu.
2024-05-29
Changed pretty much every context mutation into an event.
2024-05-28
Only a single clear mode is ever used, removed the rest.
2024-05-24
Split status elements out of UserInfo and made user update event based.
Issue user disconnected and kick/ban as events and restructure table.
Fixed excessive sending of user update packets.
Made the channel event log code similar to the normal event handling code.
Events system overhaul.
Removed event flags attribute.
2024-05-23
Use interface instead of abstract classes as base for Sock Chat S2C packets.