Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Flow control

Technical Discussion
10 6 25
Feed RSS

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • @mariusor woot!

    Technical Discussion
    12
    0 Votes
    12 Posts
    0 Views
    I'd generally discourage RFC7591 in decentralized systems due to the fact that it creates client sprawl (this is currently a problem with Mastodon's client registration mechanism, which is why we created CIMDs) — every client in RFC7591 is a distinct client, with its own client_id and client_secret, which can make client management interfaces difficult to implement (e.g., every time you login on a mobile device or SPA, you'll get a brand new client_id). CIMDs solve this by anchoring client metadata to a URI, and using that URI as the client_id. If you need to test clients using CIMDs in development, there is cimd-service however, it's currently targeting the AT Protocol ecosystem (so has a few specifics that at present there that would not necessarily make sense of ActivityPub)
  • 0 Votes
    1 Posts
    0 Views
    Announcing Key Transparency for the FediverseI'm pleased to announce the immediate availability of a reference implementation for the Public Key Directory server. This software implements the Key Transparency specification I've been working on since last year, and is an important stepping stone towards secure end-to-end encryption for the Fediverse. You can find the software publicly available on GitHub: PHP Server software: PHP SDK (client-side):https://soatok.blog/2025/12/15/announcing-key-transparency-fediverse/
  • 0 Votes
    11 Posts
    0 Views
    @reiver@mastodon.social add in NodeBB as well. Markdown first, and probably HTML too, although it will probably be sanitized to death on the way out.
  • 0 Votes
    11 Posts
    0 Views
    @chris @reiver @ezeno789 the key is that other servers have to consult the `replies` collection when they show the replies. Fortunately the original server sends `Add` and `Remove` activities when items are added and removed, so remote servers can keep a cached copy.