IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 36570ea341b9ad279543adba43006f0d14031127
parent c6c746117c341936e440af8538585ec2bbbaffe8 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 30 May 2023 02:53:47 -0400 Added TODO for making a seperate log of failed/banned connections Diffstat:
|
1 file changed, 1 insertion(+), 0 deletions(-) |
diff --git a/README.md b/README.md @@ -133,6 +133,7 @@ All of the raw data from a server is logged & stored. The categories below are s * Built in identd * Checking for IPv6 availability *(SSL= in 005 responses may help verify IPv6)* * Support for IRC servers using old versions of SSL +* Create a seperate log for failed connections *(Sync to file every hour maybe)* ## Mirrors - [acid.vegas](https://git.acid.vegas/ircp) |