silverpill

Results 56 comments of silverpill

I'm experiencing a similar problem with actix-files 0.6.5 and Firefox. The browser fails to display an image when the server returns `206 Partial Content`. It's not easy to reproduce. I...

@TimDaub This is IANA URI scheme registry: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml >Requests for permanent registration must be preceded by mailing list review, per Section 7.2 of [[RFC7595](https://www.iana.org/go/rfc7595)]. RFC7595, section 7.2: https://www.rfc-editor.org/rfc/rfc7595.html#section-7.2

A backwards-compatible way to add multiple keys to actor object has been proposed in [FEP-521a](https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md). Discussion on SocialHub: https://socialhub.activitypub.rocks/t/fep-521a-representing-actors-public-keys/3380

With FEP-521a an upgrade path for Fediverse software would look like this: 1. Support FEP-521a 2. Generate Ed25519 keys for actors and attach them alongside with RSA keys. 3. Support...

Great library, simple and stable. I hope it will find new maintainers.

Does it literally pull go-ethereum? :open_mouth: The plugin description says it can be configured to connect to remote JSON-RPC endpoint as well. (This is not ideal, but could be acceptable...

[FEP-6f55](https://codeberg.org/fediverse/fep/pulls/230) ([rendered](https://codeberg.org/fediverse/fep/src/commit/b8ae93ac8f13970d62a8fd6df27753c4704019ff/fep/6f55/fep-6f55.md), pre-draft) proposes Ack and Nack messages for reporting processing results. I think sending Accept/Reject or Ack/Nack for every incoming message is not desirable. Instead, server may publish reports...

+1 for builder Also it would be nice to have a feature flag for this, to avoid pulling `diqwest` if you don't need it.

I wrote a FEP draft for `FEDERATION.md`: https://codeberg.org/silverpill/feps/src/branch/main/67ff/fep-67ff.md It contains an up to date list of services which adopted this convention. Bridgy Fed could be one of them :)

Good job! Adding Bridgy Fed to implementation list: https://codeberg.org/fediverse/fep/pulls/314