Changelog
2024-03-28
Updated Awaki to new router.
Updated to new HTTP router.
Revert to implicitly supporting HEAD..
Alternative attempt at support HEAD requests.
Attempt to make trailing slash optional.
Switch default charset to UTF-8 again.
Added content and error handling.
Fixed full match not being removed from args list.
Today I learned: attribute declaration does not inherit.
Fixed inheritance.
Fixed is_array being used instead of array_key_exists.
Fixed PHPStan detections.
Fixed typo.
Work in progress router rewrite.
2024-03-23
Fixed typo.
Fixed invalid path.
2024-03-10
Reverted Danbooru image policy change and added EEPROM uploading for Gelbooru and Konachan.
2024-03-05
Only include raw file url for Danbooru posts if the ratings are General or Sensitive.
Log HTTP Request errors to console for booru command.
2024-03-04
Upload booru command files to EEPROM.
2024-03-03
Fixed text sanitisation issues.
2024-03-02
Fixed Minecraft issue.
Made baka screen account for iPhone.
Changed signal strength requirements again.
Moved reconnect handling out of protocol handler.
2024-03-01
Made UmiWebSocket use EventTarget instead of taking a massive callback.
Removed common reference from Sock Chat implementation.
Moved implicit channel and user context clears to the populate packet handlers.
Use EventTarget instead of the custom watchers bag.
2024-02-29
Removed Umi.Server object.