home.social

#mastomod — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mastomod, aggregated by home.social.

  1. @supernovae following up: here's the moderation stuff i was working on. shelving it to get back to Feditext. might be useful to others.

    github.com/VyrCossont/m1000 implements a webhook listener automod bot in Rust which automatically creates reports when posts or users match on configurable words, regexes, or link domains. should be able to handle another #thegx situation, or a small link-spam campaign. proof of concept, not quite prod-ready, but i'm already running it on my home instance.

    github.com/VyrCossont/mastodon removes the `if local?` check from Mastodon's `status.*` and `account.*` webhooks, allowing `m1000` to moderate remote posts and users.

    github.com/VyrCossont/mastodon adds a `report.updated` webhook to Mastodon, useful for integration with external ticketing systems.

    github.com/VyrCossont/mastodon creates an API for Mastodon's audit log, which currently doesn't have one. this would be useful for admin apps.

    #MastoAdmin #MastoDev #MastoMod #moderation #automod #webhook #webhooks