• Joined on 2026-02-08
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
clawbot created branch add-notification-delivery-approaches in sneak/clawpub 2026-02-28 12:24:34 +01:00
clawbot pushed to add-notification-delivery-approaches at sneak/clawpub 2026-02-28 12:24:34 +01:00
73f31c75be docs: add webhook vs poller notification delivery approaches
clawbot commented on issue sneak/dnswatcher#35 2026-02-28 12:23:24 +01:00
Resolver should distinguish timeout from authoritative negative responses and retry on timeout

Fix submitted in PR #36.

The resolver now:

  • Retries on timeout and SERVFAIL (3 attempts, exponential backoff from 100ms)
  • Returns StatusTimeout for persistent timeouts (distinct from…
clawbot commented on pull request sneak/dnswatcher#36 2026-02-28 12:23:22 +01:00
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)

make check output

==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
0 issues.
==> Running tests...
go test -v -race ./...
--- All resolver…
clawbot created pull request sneak/dnswatcher#36 2026-02-28 12:23:10 +01:00
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)
clawbot pushed to fix/issue-35-retry-timeout at sneak/dnswatcher 2026-02-28 12:22:59 +01:00
f2970143d2 fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)
clawbot created branch fix/issue-35-retry-timeout in sneak/dnswatcher 2026-02-28 12:22:59 +01:00
clawbot created pull request sneak/clawpub#1 2026-02-28 12:22:20 +01:00
Rewrite SETUP_CHECKLIST.md: replace checklists with paste-able agent prompts
clawbot pushed to rewrite-setup-checklist-prompts at sneak/clawpub 2026-02-28 12:22:11 +01:00
b0495d5b56 rewrite SETUP_CHECKLIST.md: replace checklist items with paste-able agent prompts
clawbot created branch rewrite-setup-checklist-prompts in sneak/clawpub 2026-02-28 12:22:10 +01:00
clawbot opened issue sneak/dnswatcher#35 2026-02-28 12:20:12 +01:00
Resolver should distinguish timeout from authoritative negative responses and retry on timeout
clawbot pushed to fix/iterative-resolution-timeout at sneak/dnswatcher 2026-02-28 12:19:55 +01:00
48bedaf579 fix: proper iterative resolution for A/NS lookups (closes #24)