docs: update docs for Mumble integration
Add Mumble sections to USAGE.md, CHEATSHEET.md, API.md, README.md. Mark Mumble done in ROADMAP.md and TODO.md. Update TASKS.md sprint.
This commit is contained in:
16
TASKS.md
16
TASKS.md
@@ -1,6 +1,20 @@
|
||||
# derp - Tasks
|
||||
|
||||
## Current Sprint -- v2.1.0 Telegram Integration (2026-02-21)
|
||||
## Current Sprint -- v2.2.0 Mumble Adapter (2026-02-21)
|
||||
|
||||
| Pri | Status | Task |
|
||||
|-----|--------|------|
|
||||
| P0 | [x] | `src/derp/mumble.py` -- MumbleBot, MumbleMessage, protobuf codec |
|
||||
| P0 | [x] | TCP/TLS connection through SOCKS5 proxy |
|
||||
| P0 | [x] | Minimal protobuf encoder/decoder (no external protobuf dep) |
|
||||
| P0 | [x] | Mumble protocol: Version, Authenticate, Ping, TextMessage |
|
||||
| P0 | [x] | Channel/user state tracking from ChannelState/UserState messages |
|
||||
| P0 | [x] | `src/derp/config.py` -- `[mumble]` defaults |
|
||||
| P0 | [x] | `src/derp/cli.py` -- conditionally start MumbleBot |
|
||||
| P1 | [x] | Tests: `test_mumble.py` (93 cases, 1470 total) |
|
||||
| P2 | [x] | Documentation update (USAGE.md, CHEATSHEET.md, API.md, README.md, ROADMAP.md) |
|
||||
|
||||
## Previous Sprint -- v2.1.0 Telegram Integration (2026-02-21)
|
||||
|
||||
| Pri | Status | Task |
|
||||
|-----|--------|------|
|
||||
|
||||
Reference in New Issue
Block a user