updated finished option 9 and 10, only remaining 7 and 8

This commit is contained in:
root 2025-01-16 08:52:42 +01:00
parent 1092755d26
commit c863f71951
4 changed files with 66 additions and 109 deletions

View file

@ -6,15 +6,14 @@ DONE:
-py : option 6) Trust/Untrust/Blacklist a webring participant
-php : make a search engine prompt that only accepts [a-zA-Z.://], it must refuse every other character
-py : fix uptimecheck.py to match the new csv format
DOING:
-php : if valid make it filter your own verified.csv and unverified.csv files
-py : option 9) cleanup all duplicates in your own unverified.csv and verified.csv
-py : option 10) perform sanity checks on all csv files (to mark them as sensitive or remove the ones that are blacklisted)
TODO:
-py : option 7) Add/Remove words in the sensitive list (assigned to anon)
-py : option 8) Add/Remove words in the blacklist (assigned to anon)
TODO:
-py : option 9) cleanup all duplicates in your own unverified.csv and verified.csv
-py : option 10) perform sanity checks on all csv files (to mark them as sensitive or remove the ones that are blacklisted)
```