Files
derp/TASKS.md
user 8e2b94fef0 feat: add 11 alert backends and fix PyPI/DEV.to search
Add Wikipedia, Stack Exchange, GitLab, npm, PyPI, Docker Hub,
arXiv, Lobsters, DEV.to, Medium, and Hugging Face backends to
the alert plugin (16 -> 27 total). Fix PyPI backend to use RSS
updates feed (web search now requires JS challenge). Fix DEV.to
to use public articles API (feed_content endpoint returns empty).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 20:07:01 +01:00

41 lines
2.0 KiB
Markdown

# derp - Tasks
## Current Sprint -- v1.2.0 Subscriptions + Proxy (2026-02-16)
| Pri | Status | Task |
|-----|--------|------|
| P0 | [x] | `rss` plugin (RSS/Atom feed subscriptions) |
| P0 | [x] | `yt` plugin (YouTube channel follow via Atom feeds) |
| P0 | [x] | `twitch` plugin (livestream notifications via GQL) |
| P0 | [x] | `alert` plugin (keyword alerts, 27 backends) |
| P0 | [x] | SOCKS5 proxy transport layer (HTTP, TCP, async) |
| P1 | [x] | `searx` plugin (SearXNG web search) |
| P1 | [x] | `tdns` plugin (TCP DNS via SOCKS5) |
| P1 | [x] | `remind` plugin (one-shot, repeating, calendar) |
| P1 | [x] | Alert history (SQLite) with short IDs + `!alert info` |
| P1 | [x] | OG tag fetching for keyword match + date enrichment |
| P1 | [x] | InnerTube channel resolution for video URLs |
| P2 | [x] | Invite auto-join with persistence |
| P2 | [x] | Graceful SIGTERM shutdown |
## Completed
| Date | Task |
|------|------|
| 2026-02-16 | v1.2.0 (subscriptions, alerts, proxy, reminders) |
| 2026-02-15 | Calendar-based reminders (at/yearly) with persistence |
| 2026-02-15 | v1.1.0 (channel filter, JSON logging, 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 |
| 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) |
| 2026-02-15 | Hot-reload, shorthand, plugin help |
| 2026-02-15 | Container deployment (Containerfile, compose, Makefile targets) |
| 2026-02-15 | crt.sh CT lookup plugin |
| 2026-02-15 | TLS verify option for self-signed certs |
| 2026-02-15 | Initial implementation (IRC, plugins, config, CLI) |