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

  • Joined on 2022-08-05
heartles pushed to main at heartles/fediglam 2022-10-14 04:05:59 +00:00
cb2f97a28f Add multithreading
heartles opened issue heartles/fediglam#28 2022-10-14 03:23:25 +00:00
Fix test organization and setup
heartles pushed to main at heartles/fediglam 2022-10-14 03:18:19 +00:00
0ce315368a Minor HTTP refactor
159f1c28cc Add sql connection pool
Compare 2 commits »
heartles opened issue heartles/fediglam#27 2022-10-14 03:15:46 +00:00
beef up auth
heartles commented on issue heartles/fediglam#6 2022-10-14 03:11:37 +00:00
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.

heartles opened issue heartles/fediglam#26 2022-10-14 03:08:45 +00:00
Mastodon API compatibility layer
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