Changelog
2025-08-09
No longer mark the HttpMessageBuilder subclasses as final.
Added Makefile and .editorconfig and removed the precommit script.
Removed unused Content-Type/Length parsing.
Dropkicked Comparable and Equatable interfaces.
Changed CSRF token hash algo to SHA2 rather than SHA3.
Actually forward the strict parameter to base64_decode in UriBase64::decode.
Fixed unused variable in WString::endsWith.
Switched to PHP's built in ArrayIterator class.
Use statement cleanups.
Updated Composer libraries.
2025-07-28
Added editorconfig and sublime project with global definitions for LSP-lua.
Link to the Railgun wiki docs.
2025-07-24
Added documentation for kmj-http.
this will do, its time to move on to redder pastures
2025-07-23
Attempt at sanitisation (untested lol).
More debris yay
dont need that anymore!
Fixed singlethreaded reconnecting.
2025-07-22
I think I can get away with not having a sleep here now!
Removed config conversion code.
It is singlethreaded now.
Use Logger interface instead of static Log class.
Split things out into modules.
Fixed missing stack pops...
Switched back to Keralua and implemented hot-reloading of Senses!
2025-07-21
oops its setInterval/Timeout
2025-07-20
Fixed landing page still linking to GitHub.
Mass replace incident.
2025-07-19
Globals are no longer also available as packages, just don't overwrite them lol.
2025-07-18
Categorise the filename consts.