diff --git a/TASKS.md b/TASKS.md index 3fb195d..5590299 100644 --- a/TASKS.md +++ b/TASKS.md @@ -1,27 +1,23 @@ # derp - Tasks -## Current Sprint -- v1.2.0 Subscriptions + Proxy (2026-02-16) +## Current Sprint -- v1.2.1 Performance + Polish (2026-02-17) | 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 | +| P1 | [x] | Cache default HTTP opener at module level | +| P1 | [x] | `--tracemalloc` CLI flag for memory profiling | +| P1 | [x] | Background seeding on `!alert add` (instant reply) | +| P1 | [x] | Per-backend error tracking with exponential backoff | +| P1 | [x] | Concurrent fetches for multi-instance backends (PeerTube, Mastodon, Lemmy, SearXNG) | +| P1 | [x] | `retries` parameter for `derp.http.urlopen` | +| P2 | [x] | Full alert titles (ACTION metadata + PRIVMSG content) | +| P2 | [x] | Remove title truncation from backend builders | ## Completed | Date | Task | |------|------| +| 2026-02-17 | v1.2.1 (HTTP opener cache, alert perf, concurrent multi-instance, tracemalloc) | | 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) |