From e447bcb2ed3f089257e85e419e0bec87346ba703 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 30 May 2023 03:22:44 -0400 Subject: [PATCH] Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs ) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 766b5e0..e411f2c 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ All of the raw data from a server is logged & stored. The categories below are s * Support for IRC servers using old versions of SSL * Create a seperate log for failed connections *(Sync to file every hour maybe)* * Colored output option +* Added daemon mode *(24/7 scanning heavily throttled in this mode)* +* Add overlapping logs option *(Do not skip networks we already have logs for,just update them with new changes)* ## Mirrors - [acid.vegas](https://git.acid.vegas/ircp)