Commit Graph
88 Commits
Author SHA1 Message Date
acidvegas 337cf30a95 Forgot to import tarfile 2023-07-23 22:45:17 -04:00
acidvegas 3f10e115af Throttle fine funed again, loop_nick more ranomized, README updated TODOs 2023-06-29 01:02:41 -04:00
acidvegas 52fbb67808 Bug fixed in HOPM detection, vhost is now working, & throttle settings were altered for best performance 2023-06-29 00:31:51 -04:00
acidvegas dd94aabfcb Fixed typo in RPL_ENDOFWHO 2023-06-28 23:09:59 -04:00
acidvegas 09e8b2b2b9 Improved colors, more verbose, customizable throttle for each command sent to the same target, fixed & improvements 2023-06-25 23:27:43 -04:00
acidvegas 1c4777d928 Increased ztimeout to prevent pingouts 2023-06-25 03:39:00 -04:00
acidvegas 60a6736c76 CTCP commands added for more information gathering 2023-06-22 01:02:43 -04:00
acidvegas 8abaa042b3 Added COMMANDS command sent to servers 2023-06-22 00:21:08 -04:00
acidvegas 2c12edc494 Initialization of main function no longer using loop_until_complete 2023-06-19 03:03:21 -04:00
acidvegas 5c207b6a7c No need to delete loops if we are going to quit 2023-06-18 22:12:00 -04:00
acidvegas b5188fd38a Handle removing channels from the current list when kicked 2023-06-18 19:31:53 -04:00
acidvegas 344421f016 Improved detection for ERR_TARGETTOOFAST 2023-06-18 19:06:54 -04:00
acidvegas 0f1ff57551 Improved detection for ERR_TARGETTOOFAST types 2023-06-18 19:02:57 -04:00
acidvegas 2289128c18 Tell us what target has a delay for 439 ERR_TARGETTOOFAST 2023-06-18 18:12:37 -04:00
acidvegas 3533261c36 Never declared sendmsg function lol 2023-06-18 18:02:22 -04:00
acidvegas a8a6c431cb Fixed error when being forced joined into channels on connect 2023-06-18 17:56:47 -04:00
acidvegas 6d12aca2d8 Forgot to import ipaddress 2023-06-18 17:19:52 -04:00
acidvegas b60c8bbcc7 Added NickServ/ChanServ 'LIST *' commands 2023-06-18 15:47:38 -04:00
acidvegas ce94dfe634 Renamed chan to target 2023-06-18 13:45:41 -04:00
acidvegas d8901ca1ca The 439 (ERR_TARGETTOOFAST) handles nicks & channels now 2023-06-18 13:44:32 -04:00
acidvegas 33ab2981c7 Added HELP command to be sent 2023-06-18 01:25:08 -04:00
acidvegas 91ca58bbea Removed 'import copy' as we no longer need it 2023-06-18 01:17:35 -04:00
acidvegas ede626b5eb Do not log 401 ERR_NOSUCHNICK 2023-06-18 01:15:25 -04:00
acidvegas cac47feac2 Never initialized family variable in class 2023-06-18 00:03:18 -04:00
acidvegas 0325e73ebf Store new nickname on 401 ERR_NICKINUSE 2023-06-17 23:24:35 -04:00
acidvegas f2e774b846 Added WHOWAS support for 401 (ERR_NOSUCHNICK) replies 2023-06-17 16:09:37 -04:00
acidvegas 9a62ad2cbd Added support for logging +b +e * +I modes 2023-06-17 15:59:10 -04:00
acidvegas b717d77113 Added NickSERV INFO send for every nick 2023-06-17 15:54:43 -04:00
acidvegas 4eaef543aa Added ChanServ INFO logging & detection for successfully registered NICK through NickServ (login details are logged) 2023-06-17 15:45:48 -04:00
acidvegas 2b5efa8bf0 Added support for IPv6 & non-standard ports 2023-06-06 01:17:01 -04:00
acidvegas 3f66438ebe Improved ban detections & added SSL/TLS cipher logging 2023-06-05 21:36:25 -04:00
acidvegas 64e824dd19 Adding support for IPv6 and custom ports 2023-06-05 18:41:08 -04:00
acidvegas 8bf2f8bf09 Fixed typos is color reset on some lines (\033[0m) 2023-06-05 18:07:36 -04:00
acidvegas e69d2e8739 Renamed badchans to badchan 2023-06-05 16:13:26 -04:00
acidvegas 6be4d7fc0e Updated, overall performance & memory improved, code cleaned up 2023-05-31 20:59:30 -04:00
acidvegas af94eca852 Drastically improved how we store information in the database for easier parsing 2023-05-31 19:37:46 -04:00
acidvegas 845a580edf Organized IRC numerics in categories by order 2023-05-31 14:53:34 -04:00
acidvegas f29bd958af Added support for every numeric containing unique information 2023-05-31 14:48:01 -04:00
acidvegas f64f0af1a8 337* 2023-05-31 13:33:45 -04:00
acidvegas 51f02c0e0d Added 337 (RPL_WHOISTEXT) handling 2023-05-31 13:33:09 -04:00
acidvegas 6d4b5fe49c Added 313 (RPL_WHOISOPERATOR) handling 2023-05-31 13:25:40 -04:00
acidvegas d96b9171a2 Only log ChanServ once 2023-05-31 01:46:53 -04:00
acidvegas f65da6be74 Do not log WHO replies from ChanServ or ourself 2023-05-31 01:41:22 -04:00
acidvegas 3ffd3dfb8c Do not add our own nick to the nicklist from WHO 2023-05-31 01:36:59 -04:00
acidvegas ddeeda4d25 Added detection & logging for succesful nick registrations with NickServ 2023-05-31 01:21:01 -04:00
acidvegas a7c9c57a5c Forgot to uncomment 'proxy' in snapshot 2023-05-31 01:00:49 -04:00
acidvegas 1f73cc6542 Added 487 (ERR_MSGSERVICES) handling to attempt to register a nick again 2023-05-31 00:59:18 -04:00
acidvegas 3a6e94bbe0 Do not JOIN empty channels 2023-05-31 00:33:36 -04:00
acidvegas 03a2e8c4a5 Better formatting * channel errors output 2023-05-31 00:23:03 -04:00
acidvegas 4bc69c9650 Fixed formatting 2023-05-30 18:51:09 -04:00