Files
derp/TASKS.md
user 16425046c8 docs: document channel config and structured logging
Add per-channel plugin control and JSON logging sections to USAGE.md,
CHEATSHEET.md, and derp.toml.example. Mark items done in ROADMAP.md.
2026-02-15 04:16:54 +01:00

35 lines
1.5 KiB
Markdown

# derp - Tasks
## Current Sprint -- v1.1.0 Hardening (2026-02-15)
| Pri | Status | Task |
|-----|--------|------|
| P0 | [x] | IRC 512-byte message truncation (RFC 2812) |
| P0 | [x] | Exponential reconnect backoff with jitter |
| P1 | [x] | `dork` plugin (Google dork query builder) |
| P1 | [x] | `wayback` plugin (Wayback Machine snapshot lookup) |
| P1 | [x] | Config merge/load/resolve unit tests |
| P1 | [x] | Bot API + format_msg + split_utf8 tests |
| P1 | [x] | Per-channel plugin enable/disable |
| P1 | [x] | Structured JSON logging |
| P1 | [x] | Documentation update |
## Completed
| Date | Task |
|------|------|
| 2026-02-15 | v1.1.0 (channel filter, JSON logging, dork, wayback, tests) |
| 2026-02-15 | v1.0.0 (IRCv3, chanmgmt, state persistence) |
| 2026-02-15 | Wave 4 (opslog, note, subdomain, headers, exploitdb, payload) |
| 2026-02-15 | Wave 3 plugins (geoip, asn, torcheck, iprep, cve) + update script |
| 2026-02-15 | Admin/owner permission system (hostmask + IRCOP) |
| 2026-02-15 | SASL PLAIN, rate limiting, CTCP responses |
| 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) |
| 2026-02-15 | crt.sh CT lookup plugin |
| 2026-02-15 | TLS verify option for self-signed certs |
| 2026-02-15 | Initial implementation (IRC, plugins, config, CLI) |