Updated to the new husky version and wow it passes longer character limits now
Conversation
Notices
-
Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Thursday, 06-Feb-2025 04:23:18 JST Pawslut420
-
silverpill (silverpill@mitra.social)'s status on Thursday, 06-Feb-2025 04:23:14 JST silverpill
@sendpaws @koimoa Mitra has federation filter, which works like Pleroma MRF:
https://codeberg.org/silverpill/mitra/src/branch/main/docs/filter.md
It is much less flexible (can't run arbitrary code), but filter rules are stored in database, and can be edited with CLI (and hopefully via Admin Web UI in the future).
>keyword filtering
I don't think we have that. But if you need this (or some other) moderation capability, let me know.
-
Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Thursday, 06-Feb-2025 04:23:15 JST Pawslut420
@koimoa RAM usage is really low (maybe 200 at most rn), it has very very basic MRFs (blocking instances and keyword filtering), relays do work
cc @silverpill -
Pawslut420 (sendpaws@mitra.pawslut.party)'s status on Thursday, 06-Feb-2025 04:23:16 JST Pawslut420
@koimoa it's running fast as fuck today for sure, only like 38 servers running but the devs active here on fedi
-
Koi (koimoa@binky.fish)'s status on Thursday, 06-Feb-2025 04:23:16 JST Koi
@sendpaws what about moderation features like MRF? Can you use relays? RAM Usage? I'm thinking of starting up one
-
Koi (koimoa@binky.fish)'s status on Thursday, 06-Feb-2025 04:23:17 JST Koi
@sendpaws how is mitra compared to Pleroma
-
silverpill (silverpill@mitra.social)'s status on Thursday, 06-Feb-2025 06:02:28 JST silverpill
@koimoa @sendpaws Not using Zot, but I figured out how to achieve nomadic identity with ActivityPub alone. This nomadic ActivityPub flavor is described in FEP-ef61.
Mitra supports it, but the implementation is incomplete and not practical for everyday use. I plan to finish it someday, but it will require a lot of work. However, Mike Macgirvin (who created Zot) implemented FEP-ef61 in his project Streams, and his implementation is more complete than mine. -
Koi (koimoa@binky.fish)'s status on Thursday, 06-Feb-2025 06:02:29 JST Koi
@silverpill @sendpaws Nice. I was doing some reading, and I saw that you brought up nomadic identity.l so I was wondering if you were using zot
-
Chris Brooking (chris108@wizard.casa)'s status on Thursday, 06-Feb-2025 06:23:20 JST Chris Brooking
I have just read the documentation. I think I am misunderstanding something as the section in the attached screenshot says "wildcard rules are applied first", but it is followed by an example that would never accept anything if that were the case. Should it be "wildcard rules are applied last"?
-
silverpill (silverpill@mitra.social)'s status on Thursday, 06-Feb-2025 06:23:20 JST silverpill
@chris108 @sendpaws @koimoa Yes, I think you are right.
Internally, they are checked in order: from less specific to more specific. This means wildcards go first, and I had that in mind when I was writing the doc. But from the end user's perspective, the order is reversed.
-
silverpill (silverpill@mitra.social)'s status on Friday, 07-Feb-2025 04:09:50 JST silverpill
@chris108 @sendpaws @koimoa What I am planning to do:
- Change the phrase to "Wildcard rules are applied last".
accept server1.example accept server2.example reject *
- Reverse the order of rules in list-filter-rules output:Would that make it easier to understand?
-
silverpill (silverpill@mitra.social)'s status on Friday, 14-Feb-2025 04:44:49 JST silverpill
@chris108 I changed the order of filter rules in version 3.17.0
-
Chris Brooking (chris108@wizard.casa)'s status on Friday, 14-Feb-2025 04:44:50 JST Chris Brooking
Yes that's much easier. Thanks.
-