Commit graph

83 commits

Author SHA1 Message Date
Aode (lion) 6f5e4ca50e Update cargo toml 2021-11-29 16:04:39 -06:00
Aode (lion) 4d3c01c6b4 Remove apub-deref-client 2021-11-29 16:04:03 -06:00
Aode (lion) d5ac53823f Create a Full Repository which fetches and ingests 2021-11-29 16:03:46 -06:00
Aode (lion) 8ae737bc49 Describe a private key repo 2021-11-29 16:02:58 -06:00
Aode (lion) 9f4f7154cb impl ActivityExt for borrows, pointers 2021-11-28 21:10:12 -06:00
Aode (lion) daa12de4a8 Experiment with Deref in activitypub extension traits 2021-11-28 21:06:37 -06:00
Aode (lion) 144d0ad0c2 Implement activitypub traits for borrows & pointers 2021-11-28 14:15:04 -06:00
Aode (lion) 9376ecb971 Differentiate Objects with 'to' and 'cc' from generic objects 2021-11-28 13:57:51 -06:00
Aode (lion) 4c6e42b453 Move public key types to signature facade 2021-11-28 13:48:01 -06:00
Aode (lion) cfca60a966 Add simple activitypub traits/types, reorganize facade 2021-11-28 13:45:42 -06:00
Aode (lion) 83bc589bc1 Get rid of lifetimes in traits 2021-11-27 20:06:53 -06:00
Aode (lion) d100172dfb Add Ingest client for ingesting fetched objects 2021-11-26 20:48:36 -06:00
Aode (lion) 43b953d4df Improve documentation some more 2021-11-23 19:28:56 -06:00
Aode (lion) a209e404ea fix examples 2021-11-23 17:54:25 -06:00
Aode (lion) db355666eb rustcrypto, openssl: add basic docs 2021-11-23 17:54:17 -06:00
Aode (lion) 6c1769f629 deref-client: add basic documentation 2021-11-23 17:44:12 -06:00
Aode (lion) 4a2414cc0d breaker-session: add basic documentation 2021-11-23 17:34:34 -06:00
Aode (lion) 703a70bfea Fix examples 2021-11-23 17:31:01 -06:00
Aode (lion) 809c4b04e4 core: Add VerifyFactory 2021-11-23 17:30:51 -06:00
Aode (lion) f2b5da3582 actix-web: add basic documentation 2021-11-23 17:30:18 -06:00
Aode (lion) 01c99f90c3 Move actix-web Verifier to core as VerifyFactory 2021-11-23 17:29:36 -06:00
Aode (lion) f9735d9a4b Add tracing to background jobs example 2021-11-22 19:06:59 -06:00
Aode (lion) 2b71b9d2eb background-jobs-example: bump to 0.11 2021-11-22 18:54:00 -06:00
Aode (lion) 9bda1acc11 background-jobs: Bump to background-jobs 0.11 2021-11-22 18:53:41 -06:00
Aode (lion) 3c41d1d719 Borrow activity in example 2021-11-22 17:50:02 -06:00
Aode (lion) 0aa9ed6211 Move background-jobs example to module docs 2021-11-22 17:49:08 -06:00
Aode (lion) 482d2a8cf0 facade: don't re-export now-private function 2021-11-22 17:46:04 -06:00
Aode (lion) a54c0d4792 background-jobs: add basic docs 2021-11-22 17:45:47 -06:00
Aode (lion) 9bc9790987 reqwest: add basic docs 2021-11-22 17:26:10 -06:00
Aode (lion) 17aca99768 awc: add basic docs 2021-11-22 17:26:03 -06:00
Aode (lion) 508f18a6a0 Update examples 2021-11-22 16:51:13 -06:00
Aode (lion) acb8696639 reqwest: new fetch api 2021-11-22 16:50:57 -06:00
Aode (lion) 3c778aae6d deref-client: new fetch api 2021-11-22 16:50:23 -06:00
Aode (lion) 1718b90083 awc: new fetch api 2021-11-22 16:50:08 -06:00
Aode (lion) e7a34dd33b actix-web: new fetch api 2021-11-22 16:49:56 -06:00
Aode (lion) 2d9b101eb7 core: add basic docs, remove & from Repo's Dereference, add Sync to deliver 2021-11-22 16:47:00 -06:00
Aode (lion) f4c51e40a5 Use facade in examples 2021-11-22 15:01:22 -06:00
Aode (lion) c1806bf092 Re-export in facade crate 2021-11-22 15:01:09 -06:00
Aode (lion) a6b337c0f4 Test module pub 2021-11-22 14:00:20 -06:00
Aode (lion) bfe9421f3f actix-web: simplify traits 2021-11-20 14:39:30 -06:00
Aode (lion) 0b30921a41 reqwest-example: re-borrow session 2021-11-20 13:25:36 -06:00
Aode (lion) 8e84fd2387 awc-example: re-borrow session 2021-11-20 13:25:24 -06:00
Aode (lion) c90c426a99 reqwest-example: borrow more in ReqwestClient 2021-11-20 13:24:30 -06:00
Aode (lion) 0b8c7e8fe3 awc-example: borrow more in AwcClient 2021-11-20 13:23:55 -06:00
Aode (lion) 5bcbcebb24 background-jobs-example: reomve ClientFactoryBuilder, borrow more in AwcClient 2021-11-20 13:23:24 -06:00
Aode (lion) ca8adac329 background-jobs: remove ClientFactoryBuilder, expose Crypto generic 2021-11-20 13:21:41 -06:00
Aode (lion) bb53852fe9 reqwest: update to builder traits, owned session 2021-11-20 13:18:39 -06:00
Aode (lion) fdb4654695 awc: update to builder traits, owned session 2021-11-20 13:18:16 -06:00
Aode (lion) 317a7e901d rustcrypto: update to builder traits, borrowed digest 2021-11-20 13:17:07 -06:00
Aode (lion) 77eed29eea openssl: update to builder traits, borrowed digest 2021-11-20 13:16:48 -06:00