Skip to content

Commit

Permalink
add new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed May 22, 2024
1 parent 443b511 commit 4fca6d4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ children:

- title: Weighted voting
url: /features/weighted_voting.html

- title: Autoblock spam users
url: /features/autoblock_spam_users.html
Binary file added assets/images/features/autoblock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/features/whitelist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions features/autoblock_spam_users.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: tweaks
image: /assets/images/features/autoblock.png
image1: /assets/images/features/whitelist.png
---


<h2>Autoblock spam users</h2>
<p>In order to prevent illicit content (spam messages) from being published on the platform, a mechanism will be implemented to auto-block users. When a user is blocked, their content becomes inaccessible (if they are unblocked, it is accessible again).</p>
<img src="{{ page.image | relative_url }}" alt="Autoblock">
<ul>
<li>Allow or disable user auto-blocking.</li>
<li>Allow defining the weight (in integers) of the rules.</li>
<li>Allow defining the threshold from which the autolock is applied (>=2 for example).</li>
<li>Add links to be able to list users who meet these rules (optional).</li>
<li>Define whitelist rules that would bypass autoblocking.</li>
</ul>
<img src="{{ page.image1 | relative_url }}" alt="Autoblock whitelist">

0 comments on commit 4fca6d4

Please sign in to comment.