1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-23 00:16: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) ###### Bad Numerics (channel)
| Numeric | Title | | Numeric | Title |
| ------- | ------------------ | | ------- | ------------------- |
| 439 | ERR_TARGETTOOFAST | | 439 | ERR_TARGETTOOFAST |
| 405 | ERR_TOOMANYCHANNELS |
| 470 | ERR_LINKCHANNEL | | 470 | ERR_LINKCHANNEL |
| 471 | ERR_CHANNELISFULL | | 471 | ERR_CHANNELISFULL |
| 473 | ERR_INVITEONLYCHAN | | 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) ###### Bad Numerics (server)
| Numeric | Title | | Numeric | Title |
| ------- | -------------------- | | ------- | -------------------- |
| 451 | ERR_NOTREGISTERED |
| 464 | ERR_PASSWDMISMATCH | | 464 | ERR_PASSWDMISMATCH |
| 465 | ERR_YOUREBANNEDCREEP | | 465 | ERR_YOUREBANNEDCREEP |
| 466 | ERR_YOUWILLBEBANNED | | 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 * Colored output option
* Added daemon mode *(24/7 scanning heavily throttled in this mode)* * 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 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 ## Mirrors
- [acid.vegas](https://git.acid.vegas/ircp) - [acid.vegas](https://git.acid.vegas/ircp)