1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Added TODO for adding a boolean into the snapshots for rbl/proxy detection & scanning

This commit is contained in:
Dionysus 2023-05-30 03:55:34 -04:00
parent d7950e3ee4
commit fe085c7f07
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -106,8 +106,9 @@ All of the raw data from a server is logged & stored. The categories below are s
###### Bad Numerics (channel)
| Numeric | Title |
| ------- | ------------------ |
| ------- | ------------------- |
| 439 | ERR_TARGETTOOFAST |
| 405 | ERR_TOOMANYCHANNELS |
| 470 | ERR_LINKCHANNEL |
| 471 | ERR_CHANNELISFULL |
| 473 | ERR_INVITEONLYCHAN |
@ -121,6 +122,7 @@ All of the raw data from a server is logged & stored. The categories below are s
###### Bad Numerics (server)
| Numeric | Title |
| ------- | -------------------- |
| 451 | ERR_NOTREGISTERED |
| 464 | ERR_PASSWDMISMATCH |
| 465 | ERR_YOUREBANNEDCREEP |
| 466 | ERR_YOUWILLBEBANNED |
@ -137,6 +139,7 @@ All of the raw data from a server is logged & stored. The categories below are s
* 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)*
* Add snapshot boolean for rbl/proxy detection/scanning
## Mirrors
- [acid.vegas](https://git.acid.vegas/ircp)