From 4783e4a388f75612e38d3d5d6b8447ad6df53e5c Mon Sep 17 00:00:00 2001 From: Lin Date: Mon, 24 Mar 2025 21:47:05 +0100 Subject: [PATCH] Update TODO.md --- TODO.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 259751c..c117db5 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,16 @@ TODO: 2. Integration with pterodactyl (ref. py-dactyl or https://dashflo.net/docs/api/pterodactyl/v1/) 3. Integration with pelican (ref? https://pelican.dev/) 4. Integration with docker -6. Multi threading support (for scans) -9. Ability to add ignore path or ignore file (multiple support too!) + + +~~6. Multi threading support (for scans)~~ + +~~9. Ability to add ignore path or ignore file (multiple support too!)~~ ~~7. Multiple pathes support. Example: watchdog_path = ["./path/one","/root/test/","./etc"]~~ + + ~~5. Several AI Models support, if one fails to respond another model from the list will be used. Example: models = ["model1","model2","model3","etc"]~~ + + ~~8. Includes ability to add ignore path in integrations or use path in integration , of course with multiple pathes support too~~