user
c5b0430da8
docs: add podman-compose, update all project documentation
...
- docker-compose.yml for podman-compose deployment
- Makefile: add up/down/logs compose targets
- README: plugin table, container quickstart, make targets
- PROJECT: plugin categories, deployment matrix, design decisions
- ROADMAP: v0.1 done, v0.2 current, v0.3-v1.0 planned
- TASKS: current sprint with priorities
- TODO: full backlog organized by wave
- CHEATSHEET: reorganized by category (OSINT, Red Team, OPSEC)
- INSTALL: container deployment instructions
- DEBUG: container logs, hot-reload, DNS troubleshooting
- USAGE: all 19 commands documented
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:46:21 +01:00
user
830add0797
refactor: mount plugins and config instead of baking into image
...
Image now contains only the derp package. Config and plugins are
bind-mounted at runtime, enabling live edits without rebuilds.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:20:30 +01:00
user
7b9cde6192
feat: add container support with Containerfile and make targets
...
- Containerfile: python:3.13-slim base, pip install, copy plugins
- .containerignore: exclude dev artifacts from build context
- Makefile: add build, container-run, container-stop, container-logs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 01:16:05 +01:00
user
bf45abcbad
feat: initial implementation
...
Asyncio IRC bot with decorator-based plugin system.
Zero external dependencies, Python 3.11+.
- IRC protocol: message parsing, formatting, async TCP/TLS connection
- Plugin system: @command and @event decorators, file-based loading
- Bot orchestrator: connect, dispatch, reconnect, nick recovery
- CLI: argparse entry point with TOML config
- Built-in plugins: ping, help, version, echo
- 28 unit tests for parser and plugin system
2026-02-15 00:37:31 +01:00