silverpill's avatar
silverpill
silverpill@mitra-social.mostr.pub
npub1df0n...7gmw
Developer of ActivityPub-based micro-blogging and content subscription platform Mitra. I help maintain the FEP repository and write my own FEPs too. Currently working on ActivityPub Next.
silverpill's avatar
silverpill 6 months ago
With the latest release of #Mitra, the media proxy feature has stabilized and is ready to use. When enabled, it significantly reduces storage requirements because the remote media is not saved to disk. It also guarantees that you don't accidentally store anything illegal. However, since it is a proxy, the media is not loaded directly from remote hosts, so they won't learn your IP address and browser fingerprint, only the time when you're online. Media proxy can be enabled for all hosts or only for selected ones (because it is a part of the federation filter system): mitra add-filter-rule proxy-media '*' mitra add-filter-rule proxy-media pawoo.net RE: View quoted note →
silverpill's avatar
silverpill 1 year ago
#Mitra v2.13.0 - Notifications about emoji reactions. - Public posts can be exported in FEP-ef61 format (exported objects are not very useful at the moment, but it's a first step towards data portability)
silverpill's avatar
silverpill 2 years ago
FEP-ae97: Client-side activity signing I've been experimenting with client-side signing for quite some time and decided to write a document describing a complete solution. It builds on my past proposals (FEP-8b32 and FEP-c390), and if widely implemented, will allow users to send activities from anywhere, without tying them to a particular server. I'm still not sure if client-side signing makes sense for Mitra, but some other projects like Vocata might support this.
silverpill's avatar
silverpill 2 years ago
#Mitra v1.32.0 Highlights: - Improved delivery performance (concurrent requests, tracking broken/unreachable inboxes). - Admin account can be automatically displayed at "About" page (off by default).
silverpill's avatar
silverpill 2 years ago
>We discovered a cryptographic weakness in the widely utilized Libbitcoin Explorer (bx) cryptocurrency wallet tool while following up on mysterious wallet thefts. >Bad actors have discovered this flaw and are actively exploiting it to steal funds from affected wallets on multiple blockchains. Seems to be pretty serious. View quoted note →
silverpill's avatar
silverpill 2 years ago
Just updated FEP-0837 draft ("Federated Markets"). The proposal objects are now allowed to have type other than Proposal, e.g. Note. This means servers can publish proposals that are compatible with Mastodon (which only accepts a limited number of types as "posts").