IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit e447bcb2ed3f089257e85e419e0bec87346ba703
parent e0bb3f36b6e6fb03dbae6fadecbe9e51c9e8f226 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 30 May 2023 03:22:44 -0400 Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs ) Diffstat:
|
1 file changed, 2 insertions(+), 0 deletions(-) |
diff --git 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) |