Commit graph

32 commits

Author SHA1 Message Date
a35a6627ff core: split constructors to distinct traits, impl traits for references, don't require self for digest 2021-11-20 13:13:00 -06:00
81a8e7261f actix-web-example: add digest 2021-11-19 17:56:00 -06:00
0db515714e actix-web: add digest verification 2021-11-19 17:55:13 -06:00
36255bfbb4 Digest: add verify methods 2021-11-19 17:54:54 -06:00
fba736e7f7 actix-web-example: add inbox 2021-11-19 17:17:55 -06:00
fe7e417e40 example-types: Add generic activity type 2021-11-19 17:17:42 -06:00
8f40415cb5 actix-web: add inbox configuration 2021-11-19 17:17:10 -06:00
0b9ccc4466 core: add Metadata to Ingest 2021-11-19 17:16:46 -06:00
4bc6f27288 Add Activity trait with 'deliver' 2021-11-19 15:50:00 -06:00
07fefa5b13 Add object serving for actix-web 2021-11-19 14:52:31 -06:00
365fdcfc75 example types: impl From<Url> for ObjectId 2021-11-19 14:51:57 -06:00
6a7acbcb44 rustcrypto: remove dead trait impl, rename error type 2021-11-19 14:51:28 -06:00
3f875c92b5 openssl: remove dead trait impl 2021-11-19 14:51:12 -06:00
a5bf3e2ce0 reqwest: clean deliver impl 2021-11-19 14:50:57 -06:00
602589e648 awc: stable deps, clean deliver impl 2021-11-19 14:50:31 -06:00
d42957ebb6 core: Implement Clone for all ObjectId 2021-11-19 14:49:11 -06:00
5e3ff3ab4b core: Remove VerifierFactory 2021-11-19 12:46:20 -06:00
1682425295 impl new verify traits for crypto, update to new apis in clients 2021-11-19 09:59:19 -06:00
1c7700c9a0 core: simplify deliver lifetimes, add digest::build, verify::build 2021-11-19 09:58:04 -06:00
ec1bf8640f core: add verify traits 2021-11-18 21:05:40 -06:00
86a8b6f181 background-jobs: make it work 2021-11-18 16:10:12 -06:00
abb8e2b7ac reqwest-example: don't import signatures 2021-11-18 16:09:25 -06:00
8c199123e2 awc-example: don't import signatures 2021-11-18 16:09:06 -06:00
03597d7080 rustcrypto: impl serde 2021-11-18 16:08:39 -06:00
4d6a94d67f openssl: impl serde 2021-11-18 16:08:30 -06:00
bad92a5832 reqwest: update to new deliver signature 2021-11-18 16:07:52 -06:00
f40a9c2d0c awc: update to new deliver signature 2021-11-18 16:07:41 -06:00
95c7c68e69 core: differentiate between self & arg lifetimes in deliver 2021-11-18 16:07:27 -06:00
ef56d377c0 Standardize session gaurds 2021-11-18 10:03:18 -06:00
58ac2d218b Fix core build 2021-11-18 09:26:38 -06:00
9ba1383596 Consolidate base traits and types into Core 2021-11-18 09:25:53 -06:00
cea3fc807e Oh gosh oh heck 2021-11-17 22:17:36 -06:00