This commit is contained in:
root 2025-01-13 21:29:57 +01:00
parent ca5290d94b
commit 029cd458ee
5 changed files with 113 additions and 20 deletions

View file

@ -4,14 +4,15 @@
# Main features:
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
DOING:
-php : if valid make it filter your own verified.csv and unverified.csv files
-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:
-php : make a search engine prompt that only accepts [a-zA-Z.://], it must refuse every other character
-php : if valid make it search your own verified.csv and unverified.csv files
-py : fix uptimecheck.py to match the new csv format
# secondary features:
-php : interactive search engine ? it displays as you type it ?