docs: update docs for v1.1.0 features

Document message truncation, reconnect backoff, dork and wayback
plugins. Update roadmap, tasks, and plugin table.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 03:27:23 +01:00
parent 8129b79cdb
commit 129121ad26
5 changed files with 73 additions and 13 deletions
+8 -8
View File
@@ -1,22 +1,22 @@
# derp - Tasks
## Current Sprint -- v1.0.0 Stable (2026-02-15)
## Current Sprint -- v1.1.0 Hardening (2026-02-15)
| Pri | Status | Task |
|-----|--------|------|
| P0 | [x] | IRCv3 CAP LS 302 negotiation |
| P0 | [x] | IRCv3 message tag parsing |
| P0 | [x] | Channel management plugin (kick, ban, unban, topic, mode) |
| P0 | [x] | Plugin state persistence (SQLite key-value store) |
| P0 | [x] | Bot API: kick, mode, set_topic methods |
| P0 | [x] | Core !state command for inspection |
| P1 | [x] | Tests: tag parsing, state store CRUD |
| 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] | Documentation update |
## Completed
| Date | Task |
|------|------|
| 2026-02-15 | v1.1.0 (truncation, backoff, 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 |