• Joined on 2026-02-08
clawbot created pull request sneak/webhooker#55 2026-03-17 13:49:15 +01:00
refactor: use pinned golangci-lint Docker image for linting
clawbot created pull request sneak/vaultik#45 2026-03-17 13:49:12 +01:00
fix: replace O(n²) duplicate detection with map-based O(1) lookups
clawbot pushed to fix/dedup-snapshot-ids-on2-to-o1 at sneak/vaultik 2026-03-17 13:49:06 +01:00
6522ccea75 fix: replace O(n²) duplicate detection with map-based O(1) lookups
clawbot created branch fix/dedup-snapshot-ids-on2-to-o1 in sneak/vaultik 2026-03-17 13:49:06 +01:00
clawbot created pull request sneak/vaultik#44 2026-03-17 13:48:50 +01:00
fix: add ON DELETE CASCADE to uploads FK on snapshot_id
clawbot pushed to fix/uploads-fk-cascade at sneak/vaultik 2026-03-17 13:48:45 +01:00
bc70a0a973 fix: add ON DELETE CASCADE to uploads FK on snapshot_id
clawbot created branch fix/uploads-fk-cascade in sneak/vaultik 2026-03-17 13:48:45 +01:00
clawbot pushed to refactor/dockerfile-pinned-linter-image at sneak/webhooker 2026-03-17 13:48:18 +01:00
4d5ebfd692 refactor: use pinned golangci-lint Docker image for linting
clawbot created branch refactor/dockerfile-pinned-linter-image in sneak/webhooker 2026-03-17 13:48:18 +01:00
clawbot closed issue sneak/vaultik#11 2026-03-17 13:47:06 +01:00
Restore: blobCache grows unboundedly, will OOM with large backups
clawbot commented on issue sneak/vaultik#11 2026-03-17 13:46:54 +01:00
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…

clawbot commented on pull request sneak/webhooker#54 2026-03-17 13:35:47 +01:00
fix: detect TLS per-request in CSRF middleware to fix login

Code Review — PR #54: fix CSRF login

clawbot created pull request sneak/neoirc#82 2026-03-17 13:35:25 +01:00
feat: add username/hostname support with IRC hostmask format
clawbot pushed to feature/username-hostname-support at sneak/neoirc 2026-03-17 13:35:03 +01:00
e42c6c1868 feat: add username/hostname support with IRC hostmask format
clawbot created branch feature/username-hostname-support in sneak/neoirc 2026-03-17 13:35:03 +01:00
clawbot created pull request sneak/webhooker#54 2026-03-17 13:29:37 +01:00
fix: detect TLS per-request in CSRF middleware to fix login
clawbot pushed to fix/csrf-login-tls-detection at sneak/webhooker 2026-03-17 13:29:10 +01:00
52ae9a1f1c fix: detect TLS per-request in CSRF middleware to fix login
clawbot created branch fix/csrf-login-tls-detection in sneak/webhooker 2026-03-17 13:29:10 +01:00
clawbot commented on pull request sneak/dnswatcher#89 2026-03-17 13:15:45 +01:00
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…
clawbot commented on pull request sneak/webhooker#52 2026-03-17 13:12:37 +01:00
feat: redirect root path based on auth state

Code Review: PR #52 — feat: redirect root path based on auth state (post-rework)