Commit graph

6 commits

Author SHA1 Message Date
db33099405
Atproto, Router, add atproto api mod with Nsid
Sets up a generic atproto module to store atproto implementation. Mainly
doing this so that I can switch between rsky/atrium as well as add my
own layers on top.

This also switches the old Xrpc/Router use of Nsid to the atproto api
implementation of it. Next up is the DB where I'll need a bunch of
these.
2025-04-25 13:52:02 -07:00
d4a3a71e2f
Router, add xrpc function interface, test in main
Adds an interface for adding xrpc queries and procedures that is a bit
simpler than directly interfacing with axum. Should provide good
scaffolding for next steps.
2025-04-24 14:45:53 -07:00
07f4720244
Router, add xrpc and router abstraction to router 2025-04-23 14:44:26 -07:00
57c396afe7
handle all xrpc routes with NotImplemented
Supported routes can be added as they become available
2025-04-18 19:10:17 -07:00
1d577ef396
rust router skeleton code
Just a basic axum setup with modules
2025-04-18 18:33:28 -07:00
1f6544a75e
add rust flakes 2025-04-17 16:07:03 -07:00