-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
As far as I'm aware, there are currently three ways to deal with spammy messages:
- block them at the server level before they are relayed to other servers/clients (eg. Inspircd does this)
- the traditional way, which is to let them go through and have a bot quickly ban/kill the spammer
- the upcoming edition/deletion specification.
1 requires server support and isn't very customizable by channel ops, 2 has obvious downsides, and 3 needs client support to delete spammy messages.
So I would like to propose a new option: a priori moderation by clients.
It would work this way:
- when a client sends a message to a channel with such moderation enabled, messages are only sent to ops (like Charybdis'
+mz
modes) - ops can
ACCEPT
orREJECT
these messages, usingmsgid
. This would most likely be done by some kind of bot. - probably a fallback if ops do not accept in time
Potential issues:
- increased delays
- incentive to DoS the moderation bot to either delay messages further or fail open/fail close
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels