6e50f2395e
Perform fetch_object queue tasks.
2023-04-17 23:19:25 -05:00
c7cfef88ae
Write out queue_worker for verify_inbox, plumb necessary data.
2023-04-14 00:06:52 -05:00
340244cdab
In order to verify the signature, we need to have the signature.
2023-04-11 23:24:37 -05:00
35c029b124
Set inbox to queue important tasks rather than handling them on arrival.
2023-04-11 08:41:00 -05:00
c4bd237051
Accept Announce, handle content-not-included, correct DB inserts.
2023-04-07 23:41:31 -05:00
fb08c1e7ec
Acknowledge (in code) "Announce" objects.
2023-03-28 08:43:38 -05:00
ef89bec646
Return 422 Unprocessable Content for unimplemented functionality.
2023-03-25 21:55:42 -05:00
8ef2b9bd72
Ensure that we have the proper context for JSON-LD manipulation in DB.
2023-03-25 12:52:00 -05:00
58adbdc459
Allow routes to use app.route()
...
Concerns were raised that the previous method potentially made middleware more complicated. In order to allay this, hoist the full route into the route file. Still a single route per file, but facilitates simpler middleware.
2023-03-24 01:33:25 -05:00
dd5499a21d
Initial groundwork for storing inbox in database.
2023-03-24 01:24:27 -05:00