# derp - Roadmap ## v0.1.0 (current) - [x] IRC protocol: connect, parse, send - [x] TLS support - [x] Plugin system with `@command` and `@event` - [x] TOML configuration - [x] Built-in plugins: ping, help, version - [x] Auto PING/PONG, nick recovery, reconnect - [x] CLI entry point ## v0.2.0 - [ ] Plugin hot-reload (`!reload` command) - [ ] Per-channel plugin enable/disable - [ ] SASL authentication - [ ] Rate limiting (anti-flood) - [ ] CTCP VERSION/TIME/PING responses ## v0.3.0 - [ ] Admin system (owner/admin nicks in config) - [ ] Permissions per command - [ ] Channel management commands (kick, ban, topic) - [ ] Plugin state persistence (sqlite) ## v1.0.0 - [ ] Multi-server support - [ ] IRCv3 capability negotiation - [ ] Message tags support - [ ] Stable plugin API