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

67 Commits

Author SHA1 Message Date
4bc69c9650
Fixed formatting 2023-05-30 18:51:09 -04:00
97db7a403a
Fixed formatting 2023-05-30 18:40:41 -04:00
d93bf6271a
Fixed formatting 2023-05-30 18:39:18 -04:00
25c6f7a84e
Advanced open proxy monitoring detection via WHOIS replies 2023-05-30 17:48:13 -04:00
60662be663
Added BOPM/HOPM/DroneBL * Proxy Monitor detections 2023-05-30 17:38:20 -04:00
c1930b301e
Fixed parser variable name typo 2023-05-30 17:01:37 -04:00
83dc061112
Added daemon mode (24/7 scanning) with tar backups 2023-05-30 16:59:24 -04:00
79c91ba6d1
Color support implemented in the console out 2023-05-30 15:08:52 -04:00
2ed28b5abb
Updated README 2023-05-30 04:40:01 -04:00
daa49ef9bc
ALL OF YOUR IRCD ARE BELONG TO US 2023-05-30 04:38:52 -04:00
4d5bdcbbfa
Updated README 2023-05-30 04:37:49 -04:00
1367c5dfd3
Updated README 2023-05-30 04:14:23 -04:00
e3a8ef024e
Added TODO about linking multiple IRCP instances together for load balancing 2023-05-30 03:59:15 -04:00
745528af29
Added a note about numeric 005 & the potential to fine tune throttling per-server 2023-05-30 03:57:35 -04:00
fe085c7f07
Added TODO for adding a boolean into the snapshots for rbl/proxy detection & scanning 2023-05-30 03:55:34 -04:00
d7950e3ee4
Added catch KILL messages, 405 (ERR_TOOMANYCHANNELS), & 451 (ERR_NOTREGISTERED) numerics 2023-05-30 03:51:56 -04:00
e5fb155c2e
Catch 451 (ERR_NOTREGISTERED) numeric (do we need to raise an exception for this one?) 2023-05-30 03:41:32 -04:00
b39be50b01
Fixed parser not handling booleans 2023-05-30 03:37:20 -04:00
5718d80b0c
Fixed parser not handling booleans 2023-05-30 03:34:05 -04:00
32f45694ee
Fixed parser not handling booleans 2023-05-30 03:30:58 -04:00
c4e528aa5a
Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs) 2023-05-30 03:22:57 -04:00
e447bcb2ed
Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs ) 2023-05-30 03:22:44 -04:00
e0bb3f36b6
Added note about possibly handling dict size checking another way 2023-05-30 03:18:07 -04:00
31cf9df5c4
Added TODO for colored output option 2023-05-30 03:11:18 -04:00
bc3ccac030
Added the ability to search for strings with hilighting in the results using ANSI colors 2023-05-30 03:10:29 -04:00
36570ea341
Added TODO for making a seperate log of failed/banned connections 2023-05-30 02:53:47 -04:00
c6c746117c
Simplified parser for easy usage with grep 2023-05-30 02:49:13 -04:00
45100452da
Added CAP, MODULE, INFO, CREDITS, IRCOPS, STATS p, & MODULE replies stored in the snapshot 2023-05-30 02:35:57 -04:00
60ee352e9f
Fixed error_conn to errors_conn 2023-05-29 21:27:18 -04:00
751b28eac5
Added multi-logs & memory management has been improved for performance 2023-05-29 20:59:17 -04:00
cfa0e3c2bb
Comment out IPv6 donotscan until we have IPv6 support 2023-05-29 16:31:36 -04:00
47f76b8717
Added detection for 439 numeric (ERR_TARGETTOOFAST) with the ability to parse the delay seconds until we can retry 2023-05-29 16:25:38 -04:00
be73c3fd93
8,7\-:.-,:.-:08,08 15,0 4,14▄▀8,01▄▀14--:,--: 2023-05-29 02:09:45 -04:00
4af57963c9
8,7\-:.-,:.-:08,08 15,0 4,14▄▀8,01▄▀14--:,--: 2023-05-29 02:08:29 -04:00
6d1bceea65
8,7\-:.-,:.-:08,08 15,0\|\|\|\|\|\|\|\|\|\|\|\|\|\|\|\|\|\|\|\|4,14▄▀8,01▄▀14--:,--: 2023-05-29 02:06:30 -04:00
5065240586
8,7\-:.-,:.-:08,08 15,0||||||||||||||||||||4,14▄▀8,01▄▀14--:,--: 2023-05-29 02:04:35 -04:00
b747489ee3
8,7\;.\;08,08 15,0||||||||||||||||||||4,14▄▀8,01▄▀14-\; 2023-05-29 01:54:23 -04:00
5a6a0fa5c3
Fixed loop_nick not setting rndnick prior to /NICK 2023-05-29 01:23:42 -04:00
e89c30217e
Capture raw data before ban exception is raised 2023-05-29 00:27:23 -04:00
9871e08cf4
Forgot to use fstrings on nickserv email (fixed) 2023-05-28 15:02:13 -04:00
f659c4c362
database collection was moved to the top so it is written before we raise exceptions on bans 2023-05-28 14:40:35 -04:00
2b7d36bbfc
Code cleanup 2023-05-28 01:21:47 -04:00
483969d3ce
Changed hate mail address 2023-05-28 00:44:07 -04:00
e3d92a32b6
Added opt-out disclaimer 2023-05-28 00:43:17 -04:00
ae275bef6a
Added random nick changes every 5 minutes 2023-05-27 23:43:19 -04:00
3795798be9
Added some stats function to the parser 2023-05-27 23:25:51 -04:00
236f60128e
Updated README 2023-05-27 23:00:51 -04:00
124d9fa59e
Added preview 2023-05-27 22:48:26 -04:00
d99cda9ceb
Removed extra space 2023-05-27 22:39:30 -04:00
49cd56df5b
Added preview 2023-05-27 22:34:24 -04:00