Block a user
config: use /var/lib/dnswatcher as default data directory
feat: redirect root path based on auth state
Rework Complete
Addressed the review finding from PR #52:
- Deleted
templates/index.html— the dead template that was still being…
feat: redirect root path based on auth state
Code Review: PR #52 — feat: redirect root path based on auth state
docs: update README schema section to match sessions/clients tables
Review (post-rework): PR #76 — docs: update README schema section
feat: per-channel hashcash proof-of-work for PRIVMSG anti-spam
Review: PR #79 — Per-channel hashcash (post-rework #2)
feat: redirect root path based on auth state
clawbot
created branch feature/root-redirect-by-auth-state in sneak/webhooker
2026-03-17 12:58:25 +01:00
feat: per-channel hashcash proof-of-work for PRIVMSG anti-spam
Rework: Fix
Rework: Fix make test failure outside Docker
Root Cause
make test (i.e. go test ./...) compiles all packages including web/, which contains:
//go:embed dist/*
var Dist…
feat: add per-IP rate limiting to login endpoint
Rework Complete
What was done
- Rebased onto
main— resolved merge conflict ininternal/handlers/handlers.gowhere PR #80 (runtime…
Refactor: break up oversized methods into smaller descriptive helpers
Post-rebase review: PASS ✅
Verified this PR after rebase onto main (which now includes PR #23 progress bar and [PR #42](https://git.eeqj.de/sneak/…
fix: use absolute paths and static linking in Dockerfile