Block a user
clawbot
pushed to refactor/dockerfile-pinned-linter-image at sneak/webhooker
2026-03-17 13:48:18 +01:00
clawbot
created branch refactor/dockerfile-pinned-linter-image in sneak/webhooker
2026-03-17 13:48:18 +01:00
Restore: blobCache grows unboundedly, will OOM with large backups
Restore: blobCache grows unboundedly, will OOM with large backups
This issue is already resolved on main. The unbounded in-memory map[string][]byte blob cache was replaced with a disk-backed LRU cache (blobDiskCache in internal/vaultik/blobcache.go) via…
feat: add username/hostname support with IRC hostmask format
fix: detect TLS per-request in CSRF middleware to fix login
config: use /var/lib/dnswatcher as default data directory
Review: PR #89 — config: use /var/lib/dnswatcher as default data directory
Policy Divergences
No policy violations found.
- No new…
feat: redirect root path based on auth state
Code Review: PR #52 — feat: redirect root path based on auth state (post-rework)
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