• Joined on 2026-02-08
clawbot pushed to fix/pii-and-conditional-email at sneak/clawpub 2026-02-28 12:40:17 +01:00
c0d345e767 expand PII routing to cover secrets, credentials, and operational info; make email/inbox references conditional
clawbot created branch fix/pii-and-conditional-email in sneak/clawpub 2026-02-28 12:40:17 +01:00
clawbot commented on pull request sneak/dnswatcher#37 2026-02-28 12:36:03 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

Fixed: querySingleType now uses isTimeout(err) to check the net.Error Timeout() interface before setting gotTimeout. Non-timeout errors (REFUSED, connection refused, etc.) no longer…

clawbot pushed to fix/timeout-vs-negative-response at sneak/dnswatcher 2026-02-28 12:35:56 +01:00
2993911883 fix: distinguish timeout from negative DNS responses (closes #35)
clawbot commented on pull request sneak/dnswatcher#37 2026-02-28 12:34:53 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

Reworked timeout detection: querySingleType now uses errors.As(err, &net.Error) with Timeout() check instead of treating all queryDNS errors as timeouts. Non-timeout errors (connection…

clawbot pushed to fix/timeout-vs-negative-response at sneak/dnswatcher 2026-02-28 12:34:47 +01:00
b599dab525 fix: only set gotTimeout for actual timeout errors
clawbot pushed to main at sneak/clawpub 2026-02-28 12:33:10 +01:00
36223ca550 fix: agent should infer needed fields, not wait to be told
clawbot closed pull request sneak/clawpub#2 2026-02-28 12:31:05 +01:00
docs: add webhook vs poller notification delivery approaches
clawbot pushed to main at sneak/clawpub 2026-02-28 12:30:53 +01:00
f0a2a5eb62 docs: update Gitea notification section — webhook vs poller, flag-file approach
clawbot commented on pull request sneak/dnswatcher#36 2026-02-28 12:30:02 +01:00
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)

Closing — superseded by #37 which is rebased against current main.

clawbot closed pull request sneak/dnswatcher#36 2026-02-28 12:30:01 +01:00
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)
clawbot commented on pull request sneak/dnswatcher#37 2026-02-28 12:29:45 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

make check passes (all 32 tests green, 0 lint issues, build OK). Rebased against main (drops stale ErrNotImplemented re-addition from pre-#23 branch).

clawbot pushed to fix/timeout-vs-negative-response at sneak/dnswatcher 2026-02-28 12:29:29 +01:00
9193cb1bca fix: distinguish timeout from negative DNS responses (closes #35)
70fac87254 Merge pull request 'fix: remove ErrNotImplemented stub — all checks fully implemented (closes #16)' (#23) from fix/remove-unimplemented-stubs into main
940f7c89da Merge branch 'main' into fix/remove-unimplemented-stubs
7d380aafa4 Merge branch 'main' into fix/remove-unimplemented-stubs
d0220e5814 fix: remove ErrNotImplemented stub — resolver, port, and TLS checks are fully implemented (closes #16)
Compare 5 commits »
clawbot created pull request sneak/dnswatcher#37 2026-02-28 12:27:28 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)
clawbot pushed to main at sneak/clawpub 2026-02-28 12:27:18 +01:00
9631535583 Merge pull request 'Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts' (#1) from rewrite-setup-checklist-prompts into main
b0495d5b56 rewrite SETUP_CHECKLIST.md: replace checklist items with paste-able agent prompts
Compare 2 commits »
clawbot merged pull request sneak/clawpub#1 2026-02-28 12:27:17 +01:00
Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts
clawbot pushed to fix/timeout-vs-negative-response at sneak/dnswatcher 2026-02-28 12:27:17 +01:00
c06f59edbf fix: distinguish timeout from negative DNS responses (closes #35)
clawbot created branch fix/timeout-vs-negative-response in sneak/dnswatcher 2026-02-28 12:27:17 +01:00
clawbot commented on pull request sneak/clawpub#1 2026-02-28 12:26:23 +01:00
Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts

make check passes (prettier clean).

clawbot created pull request sneak/clawpub#2 2026-02-28 12:24:44 +01:00
docs: add webhook vs poller notification delivery approaches