-
fae/she @heartles@egirls.gay on fedi
- Joined on
2022-08-05
Fix test organization and setup
Public HTML pages
For the v0.0.3 milestone I'd like to have the general layout and formatting figured out. We don't need lots of pages for this. Might even just be a login page for now.
Mastodon API compatibility layer
Add build flags for compiling with/without postgres/sqlite support
Communication between worker processes
So here's my thought right:
- I want to minimize external dependencies
- We need communication both between threads/fibers and between parallel processes/nodes
With that in mind, I've got…
Support WebSocket compression extension
Validate HTTP Signatures on federation endpoints
Support Keep-Alive header in HTTP layer
Use async fibers for handling connections
Support multiple connections at once
in the meantime we can still support this using forking and IPC. We could also switch to the stage1 compiler, except that it has tighter restrictions on what values can be comptime. maybe we can…
Support multiple connections at once
async in self-hosted pushed back from zig 0.10.0 😠 https://github.com/ziglang/zig/issues/6025