• 3 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle








  • JoJo@beehaw.orgtoEurope@feddit.deThe two faces of the EU
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    That’s categorically false, they want to inject their own trusted certificates into browsers that’re distributed in the EU, so that any MITM traffic will “just function”. Basically they’re forcing a backdoor for every encrypted channel.

    Furthermore they want to make certificate transparency next-to-illegal; remove protections and warnings for when someone is requesting certificates for your domain when you haven’t requested them, plus other uses.




  • A few of these are already possible via the API, afaik;

    • Stats
      • User total
      • Number of Active Users (per day, week, month, 6month)
      • Users online
      • Number of; Comments, Posts
      • Number of reports (via iterating reports api)
    • Sort reports;
      • By resolved/open
    • Different ways to resolve a report: (Can be done by client providing quick buttons to perform action next to resolution)
    • Pin messages in a post: This is the ability to “feature” a post, “distinguished” comments are also coming, I saw in the Lemmy commits
    • Admin should be able to purge;
    POST /admin/purge/person PurgePerson
    POST /admin/purge/community PurgeCommunity
    POST /admin/purge/post PurgePost
    POST /admin/purge/comment PurgeComment
    

    However, imo, notable absences are;

    • The ability to prevent posting until moderator review
    • Auto-reporting or regex matching per community (right now its a side-wide “slur filter” regex)
    • Better tools, like you said, like notes and strikes