jaina heartles heartles
  • fae/she @heartles@egirls.gay on fedi

  • Joined on 2022-08-05
heartles opened issue heartles/fediglam#25 2022-10-14 03:03:44 +00:00
Note / User / etc. Deletion
heartles opened issue heartles/fediglam#24 2022-10-14 02:53:55 +00:00
Add build flags for compiling with/without postgres/sqlite support
heartles commented on issue heartles/fediglam#14 2022-10-14 02:53:02 +00:00
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…

heartles opened issue heartles/fediglam#23 2022-10-14 02:11:33 +00:00
Support WebSocket compression extension
heartles opened issue heartles/fediglam#22 2022-10-13 10:21:29 +00:00
Send CORS Headers
heartles opened issue heartles/fediglam#21 2022-10-13 10:15:57 +00:00
User profiles
heartles opened issue heartles/fediglam#20 2022-10-13 10:10:04 +00:00
Nodeinfo endpoint
heartles opened issue heartles/fediglam#19 2022-10-13 10:09:12 +00:00
Validate HTTP Signatures on federation endpoints
heartles opened issue heartles/fediglam#18 2022-10-13 10:03:24 +00:00
Support Keep-Alive header in HTTP layer
heartles commented on issue heartles/fediglam#1 2022-10-13 10:02:28 +00:00
Note reactions

Treat a lack of an emoji as a emoji

heartles opened issue heartles/fediglam#17 2022-10-13 09:35:04 +00:00
Use async fibers for handling connections
heartles commented on issue heartles/fediglam#11 2022-10-12 08:12:56 +00:00
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…

heartles commented on issue heartles/fediglam#11 2022-10-12 08:10:26 +00:00
Support multiple connections at once

async in self-hosted pushed back from zig 0.10.0 😠 https://github.com/ziglang/zig/issues/6025

heartles opened issue heartles/fediglam#16 2022-10-12 07:56:42 +00:00
Websocket/Streaming endpoint
heartles pushed to main at heartles/fediglam 2022-10-12 05:48:23 +00:00
23da0c6857 Get integration tests working
heartles pushed to main at heartles/fediglam 2022-10-12 03:42:29 +00:00
b79be4bfd1 update readme