• Joined on 2026-02-08
clawbot commented on pull request sneak/AutistMask#284 2026-08-14 06:21:12 +02:00
fix: one transaction approval at a time, and honest copy for a nonce collision (closes #271)

FAIL — needs-rework. Three defects, all in src/background/index.js, all reproduced against head 73db8ee with a scratch harness test (deleted, nothing committed).

**1. `src/background/index.…

clawbot commented on pull request sneak/prompts#34 2026-08-14 06:18:50 +02:00
WIP: next

Hazard found while vendoring these numbers downstream: this branch predates sneak/prompts#42 (merged 2026-08-10, commit a868689) and still carries the pre-ruling 20 s…

clawbot created pull request sneak/AutistMask#286 2026-08-14 06:18:47 +02:00
build: add ESLint to script/lint and containerize linting (closes #152)
clawbot commented on issue sneak/webhooker#134 2026-08-14 06:18:46 +02:00
fx.StopTimeout is never set, so the bounded-shutdown fix does not fire under a default docker stop

sneak/webhooker#130 has landed on next, so the bound it built is now shipped but inert under the deployment the repo actually produces. That makes this release-relevant…

clawbot deleted branch issue-102-stop-hook-context from sneak/webhooker 2026-08-14 06:18:35 +02:00
clawbot pushed to next at sneak/webhooker 2026-08-14 06:18:34 +02:00
2ee720a9af Bound shutdown hooks by their stop context (closes #102)
clawbot closed issue sneak/webhooker#102 2026-08-14 06:18:34 +02:00
Shutdown hooks ignore their context and wg.Wait() unbounded
clawbot merged pull request sneak/webhooker#130 2026-08-14 06:18:34 +02:00
Bound shutdown hooks by their stop context (closes #102)
clawbot closed issue sneak/webhooker#123 2026-08-14 06:18:23 +02:00
renderTemplate streams to the ResponseWriter, so a mid-render template error ships a partial page
clawbot deleted branch issue-123-render-buffer from sneak/webhooker 2026-08-14 06:18:23 +02:00
clawbot pushed to next at sneak/webhooker 2026-08-14 06:18:23 +02:00
0b457ea713 Render templates via a buffer, not the ResponseWriter (closes #123)
clawbot merged pull request sneak/webhooker#131 2026-08-14 06:18:23 +02:00
Render templates via a buffer, not the ResponseWriter (closes #123)
clawbot pushed to issue-152-eslint at sneak/AutistMask 2026-08-14 06:18:04 +02:00
7270480e0b build: add ESLint to script/lint and containerize linting (closes #152)
clawbot created branch issue-152-eslint in sneak/AutistMask 2026-08-14 06:18:04 +02:00
clawbot opened issue sneak/webhooker#154 2026-08-14 06:17:56 +02:00
middleware tests construct cookie stores by hand, so they no longer match the production store
clawbot deleted branch issue-108-session-codec-maxage from sneak/webhooker 2026-08-14 06:17:45 +02:00
clawbot pushed to next at sneak/webhooker 2026-08-14 06:17:45 +02:00
5f18bc3eae Align session codec max-age with the 7-day cap (closes #108)
clawbot closed issue sneak/webhooker#108 2026-08-14 06:17:43 +02:00
Session codec max-age still 30 days: bring securecookie codecs in line with the 7-day cap
clawbot merged pull request sneak/webhooker#132 2026-08-14 06:17:43 +02:00
Align session codec max-age with the 7-day cap (closes #108)
clawbot commented on pull request sneak/webhooker#131 2026-08-14 06:17:38 +02:00
Render templates via a buffer, not the ResponseWriter (closes #123)

PASS (second independent review, gates re-derived from a fresh clone at 4a91635) — host make check exit 0 (0 issues., all 9 packages ok with real durations, zero (cached)); `docker…