2023-10-04 | gitignore for logs and backup directory | 1 | +2 | -2 |
2023-10-04 | Added gitignore | 1 | +2 | -0 |
2023-09-12 | Updated mirrors (FUCK sourcehut) | 1 | +1 | -1 |
2023-07-24 | Forgot to import tarfile | 3 | +4 | -5 |
2023-06-29 | Updated TODOs | 1 | +3 | -1 |
2023-06-29 | Throttle fine funed again, loop_nick more ranomized, README updated TODOs | 2 | +21 | -17 |
2023-06-29 | Bug fixed in HOPM detection, vhost is now working, & throttle settings were altered for best performance | 1 | +5 | -5 |
2023-06-29 | Fixed typo in RPL_ENDOFWHO | 1 | +2 | -3 |
2023-06-29 | Added TODO note about fixing CTCP responses | 1 | +1 | -0 |
2023-06-26 | Updated mirrors | 1 | +4 | -6 |
2023-06-26 | Improved colors, more verbose, customizable throttle for each command sent to the same target, fixed & improvements | 1 | +43 | -41 |
2023-06-25 | Increased ztimeout to prevent pingouts | 1 | +1 | -1 |
2023-06-22 | Updated README | 1 | +2 | -2 |
2023-06-22 | CTCP commands added for more information gathering | 1 | +27 | -7 |
2023-06-22 | Added COMMANDS command sent to servers | 1 | +1 | -1 |
2023-06-19 | Initialization of main function no longer using loop_until_complete | 1 | +1 | -2 |
2023-06-19 | No need to delete loops if we are going to quit | 1 | +0 | -2 |
2023-06-18 | Handle removing channels from the current list when kicked | 1 | +6 | -0 |
2023-06-18 | Improved detection for ERR_TARGETTOOFAST | 1 | +7 | -9 |
2023-06-18 | Improved detection for ERR_TARGETTOOFAST types | 1 | +6 | -2 |
2023-06-18 | Tell us what target has a delay for 439 ERR_TARGETTOOFAST | 1 | +1 | -1 |
2023-06-18 | Never declared sendmsg function lol | 1 | +3 | -0 |
2023-06-18 | Fixed error when being forced joined into channels on connect | 1 | +3 | -2 |
2023-06-18 | Forgot to import ipaddress | 1 | +1 | -0 |
2023-06-18 | Added NickServ/ChanServ 'LIST *' commands | 1 | +2 | -2 |
2023-06-18 | Renamed chan to target | 1 | +2 | -2 |
2023-06-18 | The 439 (ERR_TARGETTOOFAST) handles nicks & channels now | 1 | +8 | -6 |
2023-06-18 | Removed some TODO's | 1 | +0 | -4 |
2023-06-18 | Added HELP command to be sent | 1 | +1 | -1 |
2023-06-18 | Removed 'import copy' as we no longer need it | 1 | +0 | -1 |
2023-06-18 | Do not log 401 ERR_NOSUCHNICK | 1 | +1 | -1 |
2023-06-18 | Fixed markdown error | 1 | +1 | -1 |
2023-06-18 | Never initialized family variable in class | 1 | +4 | -3 |
2023-06-18 | Store new nickname on 401 ERR_NICKINUSE | 1 | +2 | -4 |
2023-06-17 | Updated intial commands and added INFO command infrmation. | 1 | +2 | -2 |
2023-06-17 | Added WHOWAS support for 401 (ERR_NOSUCHNICK) replies | 1 | +3 | -1 |
2023-06-17 | Added support for logging +b +e * +I modes | 1 | +7 | -0 |
2023-06-17 | Added NickSERV INFO send for every nick | 1 | +9 | -4 |
2023-06-17 | Added ChanServ INFO logging & detection for successfully registered NICK through NickServ (login details are logged) | 2 | +19 | -15 |
2023-06-07 | Added TODO for ChanServ INFO command | 1 | +1 | -0 |
2023-06-06 | Fixed format & typos | 1 | +4 | -2 |
2023-06-06 | Added support for IPv6 & non-standard ports | 2 | +99 | -94 |
2023-06-06 | Improved ban detections & added SSL/TLS cipher logging | 1 | +34 | -18 |
2023-06-05 | Updated TODO list | 1 | +2 | -1 |
2023-06-05 | Adding support for IPv6 and custom ports | 1 | +16 | -4 |
2023-06-05 | Fixed typos is color reset on some lines (\033[0m) | 1 | +6 | -6 |
2023-06-05 | Renamed badchans to badchan | 1 | +2 | -2 |
2023-06-05 | Added TODO to confirm nickserv registrations | 1 | +1 | -0 |
2023-06-03 | Added TODO for props to bwall | 1 | +1 | -0 |
2023-06-01 | Updated README | 1 | +2 | -2 |
2023-06-01 | Updated README | 1 | +4 | -4 |
2023-06-01 | Updated README | 1 | +3 | -3 |
2023-06-01 | Updated, overall performance & memory improved, code cleaned up | 2 | +19 | -11 |
2023-05-31 | Added option to search strings in all logs | 1 | +4 | -1 |
2023-05-31 | Drastically improved how we store information in the database for easier parsing | 2 | +53 | -234 |
2023-05-31 | Added TODO to finish adding numerics to README & alternate numeric definitions | 1 | +1 | -0 |
2023-05-31 | Organized IRC numerics in categories by order | 1 | +7 | -7 |
2023-05-31 | Added support for every numeric containing unique information | 1 | +39 | -6 |
2023-05-31 | 337* | 1 | +1 | -1 |
2023-05-31 | Added 337 (RPL_WHOISTEXT) handling | 1 | +1 | -0 |
2023-05-31 | Added 313 (RPL_WHOISOPERATOR) handling | 1 | +1 | -0 |
2023-05-31 | Only log ChanServ once | 1 | +1 | -1 |
2023-05-31 | Do not log WHO replies from ChanServ or ourself | 1 | +1 | -1 |
2023-05-31 | Do not add our own nick to the nicklist from WHO | 1 | +1 | -1 |
2023-05-31 | Added detection & logging for succesful nick registrations with NickServ | 1 | +13 | -9 |
2023-05-31 | Forgot to uncomment 'proxy' in snapshot | 1 | +1 | -1 |
2023-05-31 | Added 487 (ERR_MSGSERVICES) handling to attempt to register a nick again | 1 | +7 | -0 |
2023-05-31 | Do not JOIN empty channels | 1 | +5 | -8 |
2023-05-31 | Better formatting * channel errors output | 2 | +6 | -5 |
2023-05-30 | Resized preview image | 1 | +0 | -0 |
2023-05-30 | Updated preview image | 1 | +0 | -0 |
2023-05-30 | Fixed formatting | 1 | +1 | -1 |
2023-05-30 | Fixed formatting | 1 | +1 | -1 |
2023-05-30 | Fixed formatting | 1 | +1 | -1 |
2023-05-30 | Advanced open proxy monitoring detection via WHOIS replies | 1 | +5 | -1 |
2023-05-30 | Added BOPM/HOPM/DroneBL * Proxy Monitor detections | 1 | +21 | -2 |
2023-05-30 | Fixed parser variable name typo | 1 | +1 | -1 |
2023-05-30 | Added daemon mode (24/7 scanning) with tar backups | 2 | +43 | -32 |
2023-05-30 | Color support implemented in the console out | 1 | +39 | -29 |
2023-05-30 | Updated README | 1 | +2 | -2 |
2023-05-30 | ALL OF YOUR IRCD ARE BELONG TO US | 1 | +0 | -0 |
2023-05-30 | Updated README | 1 | +15 | -0 |
2023-05-30 | Updated README | 1 | +4 | -3 |
2023-05-30 | Added TODO about linking multiple IRCP instances together for load balancing | 1 | +1 | -0 |
2023-05-30 | Added a note about numeric 005 & the potential to fine tune throttling per-server | 1 | +1 | -1 |
2023-05-30 | Added TODO for adding a boolean into the snapshots for rbl/proxy detection & scanning | 1 | +15 | -12 |
2023-05-30 | Added catch KILL messages, 405 (ERR_TOOMANYCHANNELS), & 451 (ERR_NOTREGISTERED) numerics | 1 | +2 | -0 |
2023-05-30 | Catch 451 (ERR_NOTREGISTERED) numeric (do we need to raise an exception for this one?) | 1 | +1 | -0 |
2023-05-30 | Fixed parser not handling booleans | 1 | +3 | -1 |
2023-05-30 | Fixed parser not handling booleans | 1 | +0 | -4 |
2023-05-30 | Fixed parser not handling booleans | 1 | +6 | -2 |
2023-05-30 | Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs) | 1 | +2 | -0 |
2023-05-30 | Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs ) | 1 | +2 | -0 |
2023-05-30 | Added note about possibly handling dict size checking another way | 1 | +1 | -1 |
2023-05-30 | Added TODO for colored output option | 1 | +1 | -0 |
2023-05-30 | Added the ability to search for strings with hilighting in the results using ANSI colors | 1 | +17 | -4 |
2023-05-30 | Added TODO for making a seperate log of failed/banned connections | 1 | +1 | -0 |
2023-05-30 | Simplified parser for easy usage with grep | 1 | +9 | -38 |
2023-05-30 | Added CAP, MODULE, INFO, CREDITS, IRCOPS, STATS p, & MODULE replies stored in the snapshot | 2 | +33 | -21 |
2023-05-30 | Fixed error_conn to errors_conn | 1 | +2 | -2 |
| 38 more commits remaining, fetch the repository |