silverpill on Nostr: Starting with version 3.17.0, Mitra can verify HTTP signatures generated using ...
Starting with version 3.17.0, Mitra can verify HTTP signatures generated using Ed25519 keys. Both publicKey and FEP-521a key representations are supported.
I know only one service capable of generating such signatures, it's FedBOX, and we have done successful federation tests with its developer, nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqku30mphs68tg30c4jj0d80g698resvue70hhrvnawxvdfaq4p0uspv3dhj (nprofile…3dhj).
RFC 9421 support is planned too.
(Another nice feature of FedBOX is implementation of ActivityPub C2S API. I had the opportunity to use it, and it actually works!)
RE: https://mitra.social/objects/019500d1-4529-5726-faed-e84138bbff9d
I know only one service capable of generating such signatures, it's FedBOX, and we have done successful federation tests with its developer, nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqku30mphs68tg30c4jj0d80g698resvue70hhrvnawxvdfaq4p0uspv3dhj (nprofile…3dhj).
RFC 9421 support is planned too.
(Another nice feature of FedBOX is implementation of ActivityPub C2S API. I had the opportunity to use it, and it actually works!)
RE: https://mitra.social/objects/019500d1-4529-5726-faed-e84138bbff9d
quoting nevent1q…xlca#Mitra v3.17.0
https://codeberg.org/silverpill/mitra/releases/tag/v3.17.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v3.17.0
- Custom emojis in poll options.
- EdDSA HTTP signatures.
- The order of rules in list-filter-rules command output has been reversed. The new ordering can be described as "first match wins". Wildcard rules have lowest priority, they will be displayed at the end of the list.
- Blocking all profiles and posts from a domain with reject-data filter action. Previously there was a reject action, but it only blocked activities delivered to inboxes. reject-data blocks everything.
- Emoji reactions are federated as Like activities (except 👎 , which is federated as Dislike). People on platforms that don't support emoji reactions will see them as likes/favorites.
- Improved layout of post headers on medium and small screens. Avatar images are bigger and display names are truncated less.