upub/src
alemi 0d1250fd6f
feat: add addressing table
this should allow to build timelines and check access permissions
quickly. my only concern is keeping thousands, if not even millions, of
rows always with full strings. future optimizations may look into an
intermediary table to map ids to integers and optimize this table's
storage
2024-03-24 04:03:44 +01:00
..
activitypub chore: better ap user route 2024-03-23 20:24:38 +01:00
activitystream docs: added some readme about ap and as folders 2024-03-21 20:37:16 +01:00
migrations feat: add addressing table 2024-03-24 04:03:44 +01:00
model feat: add addressing table 2024-03-24 04:03:44 +01:00
errors.rs feat: added simpler ways to ignore+log errors 2024-03-22 17:43:57 +01:00
main.rs chore: split server context and router 2024-03-23 20:24:14 +01:00
router.rs chore: split server context and router 2024-03-23 20:24:14 +01:00
server.rs chore: split server context and router 2024-03-23 20:24:14 +01:00