docs: update roadmap and tracking for v0.4.0 wave 3

Mark v0.2.0 and v0.3.0 as done, set up wave 3 sprint targeting
local database plugins (geoip, asn, torcheck, iprep, cve).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 02:32:43 +01:00
parent f96224afb1
commit cf3abbdbae
4 changed files with 43 additions and 49 deletions

View File

@@ -1,27 +1,23 @@
# derp - Tasks
## Current Sprint (2026-02-15)
## Current Sprint -- v0.4.0 Wave 3 (2026-02-15)
| Pri | Status | Task |
|-----|--------|------|
| P0 | [x] | Hot-reload: !load, !reload, !unload, !plugins |
| P0 | [x] | Command shorthand (prefix matching) |
| P0 | [x] | Container support (Containerfile + podman-compose) |
| P0 | [x] | Wave 1 plugins: dns, encode, hash, defang, revshell, cidr |
| 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) |
| P2 | [ ] | Admin/owner permission system |
| P0 | [ ] | GeoIP plugin (GeoLite2-City mmdb) |
| P0 | [ ] | ASN plugin (GeoLite2-ASN mmdb) |
| P0 | [ ] | Tor exit node check plugin |
| P0 | [ ] | IP reputation plugin (Firehol blocklists) |
| P0 | [ ] | CVE lookup plugin (NVD JSON feed) |
| P0 | [ ] | Data update script (scripts/update-data.sh) |
| P1 | [ ] | Documentation update (all docs current) |
## Completed
| Date | Task |
|------|------|
| 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) |