mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 15:10:26 -05:00
update README.md
This commit is contained in:
parent
dbb9821a5c
commit
b0b812f3af
60
README.md
60
README.md
@ -101,16 +101,19 @@ To do:
|
|||||||
- Query Data - DONE
|
- Query Data - DONE
|
||||||
- Pushers List - DONE
|
- Pushers List - DONE
|
||||||
- IPs + ipinfo Data - DONE
|
- IPs + ipinfo Data - DONE
|
||||||
- List of the rooms the user is participating in, divided into 1:1 conversations and larger rooms
|
- List of the rooms the user is participating in, divided into 1:1 conversations and larger rooms - DONE
|
||||||
- Any other usernames associated with that IP
|
- Any other usernames associated with that IP
|
||||||
- Timestamp for when illegal material was accessed
|
- Timestamp for when illegal material was accessed
|
||||||
- Description of report format and contents (to guide the reader)
|
- Description of report format and contents (to guide the reader)
|
||||||
7) Add a room report function to create a properly formatted report for rdlist
|
- Summary of key information
|
||||||
8) Add a function to extract a users email or 3PID
|
7) Have recommended rdlist function return a list of offending accounts and the tags they accessed
|
||||||
9) Do room shutdowns in parallel?
|
8) Only email reportID in incident report?
|
||||||
10) Add function for probing the support email of another server automatically
|
9) Add a room report function to create a properly formatted report for rdlist
|
||||||
11) Automated incident report email to other server owners for more scalable coordination
|
10) Skip already shutdown rooms for speeding up rdlist blocking
|
||||||
12) Automated public room joining and reminder if reporting email is not available?
|
11) Add function for probing the support email of another server automatically
|
||||||
|
12) Automated incident report email to other server owners who has users in rdlist rooms for more scalable coordination
|
||||||
|
13) Automated public room joining and reminder if reporting email is not available?
|
||||||
|
14) Refine ipinfo module to also return region/state of IP
|
||||||
|
|
||||||
|
|
||||||
***
|
***
|
||||||
@ -128,44 +131,47 @@ $ python3 moderation_tool.py
|
|||||||
|
|
||||||
Please select one of the following options:
|
Please select one of the following options:
|
||||||
...
|
...
|
||||||
#### rdlist ####
|
Please enter a number from the above menu, or enter 'q' or 'e' to exit.
|
||||||
30) Block all rooms with specific rdlist tags.
|
|
||||||
34) Block all rooms with recommended rdlist tags.
|
|
||||||
('q' or 'e') Exit.
|
|
||||||
|
|
||||||
34
|
51
|
||||||
|
|
||||||
|
@mod_team:perthchat.org account already exists. Resetting account password.
|
||||||
|
|
||||||
|
Ensuring @mod_team:perthchat.org account is a server admin.
|
||||||
|
|
||||||
Successfully set user as server admin.
|
|
||||||
rdlist repo already cloned...
|
rdlist repo already cloned...
|
||||||
Fetching origin
|
Fetching origin
|
||||||
rdlist repo is up-to-date, no need to pull changes.
|
rdlist repo is up-to-date, no need to pull changes.
|
||||||
|
|
||||||
Using recommended rdlist tags.
|
Using recommended rdlist tags. Rooms matching the following tags will be purged and/or blocked:
|
||||||
|
['hub_room_links', 'hub_room_trade', 'preban', 'degen_misc', 'beastiality', 'degen_porn', 'gore', 'snuff', 'degen_larp', 'hub_room_sussy', 'bot_spam', 'cfm', 'jailbait', 'bot_porn', 'toddlercon', 'loli', 'csam', 'tfm', 'degen_meet', 'stylized_3d_loli', '3d_loli']
|
||||||
|
|
||||||
|
WARNING! The following local users are current members of rooms tagged in rdlist: ['***REDACTED***:perthchat.org']
|
||||||
|
|
||||||
|
Do you want to generate a user report file for each of these users? y/n? n
|
||||||
|
|
||||||
|
Skipping user report generation...
|
||||||
|
|
||||||
|
|
||||||
Number of rooms being shutdown: 318
|
Number of rdlist rooms being shutdown: 337
|
||||||
|
|
||||||
Are you sure you want to shutdown these rooms? y/n? y
|
Are you sure you want to shutdown these rooms? y/n? y
|
||||||
|
|
||||||
https://matrix.perthchat.org/_synapse/admin/v1/rooms/!***REDACTED***:matrix.org/state
|
|
||||||
|
|
||||||
{"errcode":"M_NOT_FOUND","error":"Room not found"}
|
Shutting down room: !***REDACTED***:matrix.org
|
||||||
The room was not found.
|
!***REDACTED***:matrix.org has been successfully shutdown!
|
||||||
|
|
||||||
https://matrix.perthchat.org/_synapse/admin/v1/rooms/!***REDACTED***:cuteworld.space/state
|
|
||||||
|
|
||||||
{"errcode":"M_NOT_FOUND","error":"Room not found"}
|
Shutting down room: !***REDACTED***:matrix.org
|
||||||
The room was not found.
|
!***REDACTED***:matrix.org has been successfully shutdown!
|
||||||
|
|
||||||
https://matrix.perthchat.org/_synapse/admin/v1/rooms/!***REDACTED***:matrix.org/state
|
|
||||||
|
|
||||||
{"errcode":"M_NOT_FOUND","error":"Room not found"}
|
Shutting down room: !***REDACTED***:anontier.nl
|
||||||
The room was not found.
|
!***REDACTED***:anontier.nl has been successfully shutdown!
|
||||||
|
|
||||||
https://matrix.perthchat.org/_synapse/admin/v1/rooms/!***REDACTED***:matrix.org/state
|
|
||||||
|
|
||||||
{"errcode":"M_NOT_FOUND","error":"Room not found"}
|
Shutting down room: !***REDACTED***:anontier.nl
|
||||||
The room was not found.
|
!***REDACTED***:anontier.nl has been successfully shutdown!
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user