activitypub-federation-rust icon indicating copy to clipboard operation
activitypub-federation-rust copied to clipboard

High-level Rust library for the Activitypub protocol

Results 8 activitypub-federation-rust issues
Sort by recently updated
recently updated
newest added

These result in a lot of breaking changes which arent easy to resolve. https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v100-2023-11-15 https://github.com/hyperium/http/blob/master/CHANGELOG.md#100-november-15-2023

enhancement

I'd like to raise some discussion about moving from OpenSSL to [Rustls](https://github.com/rustls/rustls). Moving away from OpenSSL would make the project more portable, since you don't have to fiddle with OpenSSL's...

enhancement

The queue for sending outgoing activities has an in-memory storage for activities that failed to be delivered and need to be retried later, when the target server is hopefully reachable...

enhancement
good first issue

The `url::Url` type is awkward for our use because it has domain as an optional field, and when logging it prints individual url components instead of the full url as...

enhancement

There are already traits for `ApubObject`, `ApubActor` and `ActivityHandler` for ease of handling the respective Activitypub types. There should be a similar trait for collections, which helps with pagination in...

enhancement
help wanted

It would be nice if the library could automatically generate required HTTP routes, because these require a lot of boilerplate code. This would at minimum be a GET endpoint for...

enhancement
help wanted