Jeffrey Paul sneak
sneak deleted branch fix/dedup-snapshot-ids-on2-to-o1 from sneak/vaultik 2026-03-22 00:40:58 +01:00
sneak pushed to main at sneak/vaultik 2026-03-22 00:40:58 +01:00
495dede1bc fix: replace O(n²) duplicate detection with map-based O(1) lookups (#45)
sneak closed issue sneak/vaultik#12 2026-03-22 00:40:58 +01:00
RemoveAllSnapshots has O(n²) duplicate detection for snapshot IDs
sneak merged pull request sneak/vaultik#45 2026-03-22 00:40:57 +01:00
fix: replace O(n²) duplicate detection with map-based O(1) lookups
sneak commented on issue sneak/neoirc#25 2026-03-22 00:40:15 +01:00
final 1.0rc1 review/audit/test/qa

anything left? @clawbot

sneak deleted branch feature/login-rate-limit from sneak/neoirc 2026-03-22 00:39:38 +01:00
sneak pushed to main at sneak/neoirc 2026-03-22 00:39:38 +01:00
08f57bc105 feat: add per-IP rate limiting to login endpoint (#78)
sneak closed issue sneak/neoirc#35 2026-03-22 00:39:38 +01:00
[security] Add rate limiting to session creation and login endpoints
sneak merged pull request sneak/neoirc#78 2026-03-22 00:39:38 +01:00
feat: add per-IP rate limiting to login endpoint
sneak pushed to feature/migrations-table-schema-file at sneak/pixa 2026-03-20 23:58:10 +01:00
862226b910 Merge branch 'main' into feature/migrations-table-schema-file
a50364bfca Enforce and document exact-match-only for signature verification (#40)
Compare 2 commits »
sneak deleted branch fix/signature-exact-match-only from sneak/pixa 2026-03-20 23:56:47 +01:00
sneak pushed to main at sneak/pixa 2026-03-20 23:56:47 +01:00
a50364bfca Enforce and document exact-match-only for signature verification (#40)
sneak closed issue sneak/pixa#27 2026-03-20 23:56:47 +01:00
should not support suffix matching for signatures
sneak merged pull request sneak/pixa#40 2026-03-20 23:56:45 +01:00
Enforce and document exact-match-only for signature verification
sneak deleted branch feature/cookie-auth-refactor from sneak/neoirc 2026-03-20 23:54:26 +01:00
sneak pushed to main at sneak/neoirc 2026-03-20 23:54:25 +01:00
5f3c0633f6 refactor: replace Bearer token auth with HttpOnly cookies (#84)
sneak merged pull request sneak/neoirc#84 2026-03-20 23:54:24 +01:00
refactor: replace Bearer token auth with HttpOnly cookies
sneak deleted branch style/constructor-naming-params from sneak/prompts 2026-03-20 07:06:05 +01:00
sneak pushed to main at sneak/prompts 2026-03-20 07:06:05 +01:00
4b64c213f8 style: strengthen constructor naming and Params struct rules (#19)
sneak merged pull request sneak/prompts#19 2026-03-20 07:06:03 +01:00
style: strengthen constructor naming and Params struct rules