Skip to content

Commit

Permalink
docs: review phrasing around deny- and allowlist
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Nov 7, 2024
1 parent 2262dc3 commit b12a089
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions content/docs/custom-commands/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ Selecting a group allows you to edit it. Changes must be saved (**11**) to take

Using role/channel restrictions, it is possible to set conditions on which users can trigger a custom command.

Specifically, allowlisted roles or channels are required to run the command, whereas denylisted roles or channels
Specifically, allowed roles or channels are required to run the command, whereas denied roles or channels
cannot use the command at all. These role restrictions are unrelated to member permissions. Having `Administrator`
permissions will not override these restrictions.

{{< callout context="note" title="Note: Priority of Ignored vs. Required Roles" icon="outline/info-circle" >}}

YAGPDB was raised well and honors a "no" when told "no". In other words, denylists take precedence over allowlists.
YAGPDB was raised well and honors a "no" when told "no". In other words, a denylist takes precedence over an allowlist.

{{< /callout >}}

Expand Down
4 changes: 2 additions & 2 deletions content/docs/fun/reputation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ able to use these commands.
Users with this role participates in the point system which they can be given/taken away points from. If set to none,
everyone will be participating.

### Blacklisted role for giving/taking away points
### Disallowed role for giving/taking away points

Users with this role cannot use the `-giverep` and `-takerep` commands. This also overrides the _Required role to
give/remove points._

### Blacklisted role for receiving/being taken away points from
### Disallowed role for receiving/being taken away points from

Users with this role cannot participate in the point system which they can be given/taken away points from. This also
overrides the _Required role to receive/being taken away points from_.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/moderation/advanced-automoderator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to set it up.
Advanced automoderator operates on the basis of user-configurable rules, which trigger on specific actions and
conditions to produce certain effects. Collections of rules are referred to as rulesets.

Finally, there are lists you can create, which can be used to black- or allowlist words or domains.
Finally, there are lists you can create, which can be used to denylist or allowlist words or domains.

## Overview

Expand Down
8 changes: 4 additions & 4 deletions content/docs/moderation/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ removed. On [premium](/docs/welcome/premium) servers, they are cached for `12` h
In a message log, deleted messages are shown to users permitted to view them. If a user is not permitted to view deleted
messages, they will not be able to see deleted messages, or that a message was deleted at all.

## Blacklisting Channels
## Disallowed Channels

Under the Logging page on the control panel you may denylist channels for log creation. Using the logs command in a
denylisted channel will return an error message. Moderation actions will also not generate or attach logs in
denylisted channels.
Under the Logging page on the control panel you may exclude certain channels from log creation. Using the logs command
in a disallowed channel will return an error message. Moderation actions will also not generate or attach logs in such
channels.

## Deleting Logs

Expand Down
4 changes: 2 additions & 2 deletions content/docs/notifications/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Use regex to filter out games to post announcements and assign roles for specifi

Assign this role to the people streaming.

### Whitelist role
### Allowed Role

Only assign a role and make announcement for the people with this role.

### Ignore role
### Ignore Role

Do not assign a role and make an announcement for people with this role.

Expand Down

0 comments on commit b12a089

Please sign in to comment.