feat: add wave 2 plugins and --cprofile CLI flag
Add 7 new pure-stdlib plugins: whois (raw TCP port 43), portcheck (async TCP connect scan with internal-net guard), httpcheck (HTTP status/redirects/timing), tlscheck (TLS version/cipher/cert inspect), blacklist (parallel DNSBL check against 10 RBLs), rand (password/hex/ uuid/bytes/int/coin/dice), and timer (async countdown notifications). Add --cprofile flag to CLI for profiling bot runtime. Update all docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
TASKS.md
4
TASKS.md
@@ -11,6 +11,8 @@
|
||||
| P0 | [x] | Plugin help: !help <plugin> shows description + commands |
|
||||
| P0 | [x] | Bot uptime command |
|
||||
| P0 | [x] | Documentation update (all docs current) |
|
||||
| P0 | [x] | Wave 2 plugins: whois, portcheck, httpcheck, tlscheck, blacklist, rand, timer |
|
||||
| P0 | [x] | CLI --cprofile flag |
|
||||
| P1 | [ ] | SASL PLAIN authentication |
|
||||
| P1 | [ ] | Rate limiting for outgoing messages |
|
||||
| P1 | [ ] | CTCP responses (VERSION, TIME, PING) |
|
||||
@@ -20,6 +22,8 @@
|
||||
|
||||
| Date | Task |
|
||||
|------|------|
|
||||
| 2026-02-15 | Wave 2 plugins (whois, portcheck, httpcheck, tlscheck, blacklist, rand, timer) |
|
||||
| 2026-02-15 | CLI --cprofile flag |
|
||||
| 2026-02-15 | Wave 1 plugins (dns, encode, hash, defang, revshell, cidr) |
|
||||
| 2026-02-15 | Hot-reload, shorthand, plugin help |
|
||||
| 2026-02-15 | Container deployment (Containerfile, compose, Makefile targets) |
|
||||
|
||||
Reference in New Issue
Block a user