Browse Source

update documentation of moderation techniques

Fixes #1697
tags/v2.10.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
bcaed1aff1
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      docs/MANUAL.md

+ 6
- 4
docs/MANUAL.md View File

471
 
471
 
472
 See the `/HELP` (or `/HELPOP`) entries for these commands for more information, but here's a rough workflow for mitigating spam or other attacks:
472
 See the `/HELP` (or `/HELPOP`) entries for these commands for more information, but here's a rough workflow for mitigating spam or other attacks:
473
 
473
 
474
-1. Subscribe to the `a` snomask to monitor for abusive registration attempts (this is set automatically in the default operator config, but can be added manually with `/mode mynick +s u`)
475
-2. Given abusive traffic from a nickname, use `/UBAN INFO <nickname>` to find out information about their connection
476
-3. If they are using an account, suspend the account with `/UBAN ADD <account>`, which will disconnect them
477
-4. If they are not using an account, or if they're spamming new registrations from an IP, you can add a temporary ban on their IP/network with `/UBAN ADD <ip | network>`
474
+1. Given abusive traffic from a nickname, use `/UBAN INFO <nickname>` to find out information about their connection
475
+2. If they are using an account, suspend the account with `/UBAN ADD <account>`, which will disconnect them
476
+3. If they are not using an account, or if they're spamming new registrations from an IP, you can add a temporary ban on their IP/network with `/UBAN ADD <ip | network>`
477
+4. Subscribe to the `a` snomask to monitor for abusive registration attempts (`/mode mynick +s u`)
478
 5. When facing a flood of abusive registrations that cannot be stemmed with `/DLINE`, use `/DEFCON 4` to temporarily restrict registrations. (At `/DEFCON 2`, all new connections to the server will require SASL, but this will likely be disruptive to legitimate users as well.)
478
 5. When facing a flood of abusive registrations that cannot be stemmed with `/DLINE`, use `/DEFCON 4` to temporarily restrict registrations. (At `/DEFCON 2`, all new connections to the server will require SASL, but this will likely be disruptive to legitimate users as well.)
479
 
479
 
480
+These techniques require operator privileges: `UBAN` requires the `ban` operator capability, subscribing to snomasks requires `snomasks`, and `DEFCON` requires `defcon`. All three of these capabilities are included by default in the `server-admin` role.
481
+
480
 For channel operators, `/msg ChanServ HOWTOBAN #channel nickname` will provide similar information about the best way to ban a user from a channel.
482
 For channel operators, `/msg ChanServ HOWTOBAN #channel nickname` will provide similar information about the best way to ban a user from a channel.
481
 
483
 
482
 
484
 

Loading…
Cancel
Save