activitypub-federation-rust/examples/local_federation
phiresky 51443aa57c
Remove activity queue and add raw sending (#75)
* make prepare_raw, sign_raw, send_raw functions public

* remove in-memory activity queue

* rename module

* comment

* don"t clone

* fix doc comment

* remove send_activity function

---------

Co-authored-by: Nutomic <me@nutomic.com>
2023-09-01 11:19:22 +02:00
..
activities Fix regex error when actix-web feature not enabled (#56) 2023-07-03 15:05:18 +02:00
actix_web Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
axum Fix regex error when actix-web feature not enabled (#56) 2023-07-03 15:05:18 +02:00
objects Remove activity queue and add raw sending (#75) 2023-09-01 11:19:22 +02:00
error.rs Various improvements for usability, examples and docs 2023-02-19 21:26:01 +09:00
instance.rs Use anyhow::Error for UrlVerifier return type (fixes #61) (#65) 2023-07-26 10:26:22 -04:00
main.rs Remove actix-rt and replace with tokio tasks (#42) 2023-06-20 11:54:14 +02:00
utils.rs live federation example 2023-03-08 22:16:43 +01:00