Changelog
2025-01-29
Okay oops nevermind that should be a major version.
Updated to Index v0.2501.
Deprecated the dedicated redirector project.
Built redirector service into Misuzu.
Updated libraries.
Removed old build script leftovers.
Read remote address from the right place.
Added ability to scope RoutingContext.
2025-01-28
Replaced all $_SERVER/$_GET reads with filter_input in public/index.php.
2025-01-23
Fixed typo :sob:
Added Fediverse profile field.
Added support for raw did values for Bluesky profile field.
Replaced Bluesky direct link with a resolving redirector.
Removed Twitter profile field.
Added redirectors for Bluesky and Fediverse.
2025-01-22
Project restructure + lazy loading dependency stuff.
Bumped LICENCE year.
Added explicitly lazy construct method.
Added method to retrieve all instances of a compatible dependency.
Implemented dependency resolver.
Fixed type signatures.
Added dependency resolver.
2025-01-21
Improved type signatures on XArray methods.
Updated libraries.
2025-01-19
i forgor part 2
i forgor
Upgrade to PHP 8.4 and fixes.
Bumped LICENCE year.
Fixed peer retrieval.
Apparently that returns int and not ?int...