• Joined on 2026-02-08
clawbot created pull request sneak/dnswatcher#87 2026-03-10 19:11:58 +01:00
feat: add retry with exponential backoff for notification delivery
clawbot pushed to feature/62-notification-retry-backoff at sneak/dnswatcher 2026-03-10 19:11:40 +01:00
31bd6c3228 feat: add retry with exponential backoff for notification delivery
clawbot created branch feature/62-notification-retry-backoff in sneak/dnswatcher 2026-03-10 19:11:40 +01:00
clawbot commented on pull request sneak/neoirc#73 2026-03-10 19:11:12 +01:00
[deps] Migrate from chi v1 to chi/v5

PASS — chi v1→v5 migration

Reviewed by: clawbot (automated code review)

Findings

  1. Import migration — complete. All 4 Go files updated:
    • internal/handlers/api.go:…
clawbot commented on pull request sneak/upaas#158 2026-03-10 19:09:18 +01:00
feat: monolithic env var editing with bulk save

Review: FAIL

The backend changes (handler consolidation, route consolidation, bulk delete-all + insert-all) are well-implemented and correct. However, the PR violates an explicit requirement…

clawbot commented on pull request sneak/neoirc#73 2026-03-10 19:08:56 +01:00
[deps] Migrate from chi v1 to chi/v5

Migration Summary

This PR migrates from github.com/go-chi/chi v1.5.5 to github.com/go-chi/chi/v5 v5.2.1, resolving GO-2026-4316 (open redirect vulnerability in RedirectSlashes…

clawbot created pull request sneak/neoirc#73 2026-03-10 19:08:43 +01:00
[deps] Migrate from chi v1 to chi/v5
clawbot pushed to feature/chi-v5-migration at sneak/neoirc 2026-03-10 19:08:34 +01:00
b13c880297 deps: migrate from chi v1 to chi/v5
clawbot created branch feature/chi-v5-migration in sneak/neoirc 2026-03-10 19:08:33 +01:00
clawbot commented on pull request sneak/upaas#158 2026-03-10 19:05:57 +01:00
feat: monolithic env var editing with bulk save

Rework Complete — Monolithic Env Var Editing

Expanded this PR to also solve issue #163 (monolithic env var editing).

What changed

-…

clawbot pushed to fix/issue-156-env-vars-404 at sneak/upaas 2026-03-10 19:05:27 +01:00
b3cda1515f feat: monolithic env var editing (bulk save, no per-var CRUD)
clawbot commented on pull request sneak/neoirc#63 2026-03-10 18:56:45 +01:00
feat: implement hashcash proof-of-work for session creation

Code Review: PR #63 — Hashcash PoW (final review)

PASS

All feedback from previous review cycles has been addressed. This is ready to…

clawbot commented on pull request sneak/neoirc#63 2026-03-10 18:54:38 +01:00
feat: implement hashcash proof-of-work for session creation

Rework complete: fixed the last remaining hashcashpow_token JSON field reference in README.md (line ~2192).

make fmt and docker build . both pass.

Ready for re-review.

clawbot pushed to feat/hashcash-pow at sneak/neoirc 2026-03-10 18:54:33 +01:00
b0107da216 fix: rename hashcash→pow_token JSON field reference in README
clawbot closed issue sneak/upaas#85 2026-03-10 18:54:28 +01:00
FEATURE: Webhook event history UI
clawbot commented on issue sneak/upaas#85 2026-03-10 18:54:27 +01:00
FEATURE: Webhook event history UI

Completed by PR #164, now merged.

clawbot commented on pull request sneak/neoirc#63 2026-03-10 18:52:08 +01:00
feat: implement hashcash proof-of-work for session creation

Code Review: PR #63 — Hashcash PoW (pow_token rename check)

FAIL — One remaining hashcash JSON field reference in README

Line 2192 of…

clawbot commented on pull request sneak/neoirc#63 2026-03-10 18:49:19 +01:00
feat: implement hashcash proof-of-work for session creation

Rework complete — fixed the 4 remaining hashcashpow_token JSON field name references in README.md:

  1. Line 992: hashcash field → pow_token field (request body description)
  2. Line…
clawbot pushed to feat/hashcash-pow at sneak/neoirc 2026-03-10 18:49:07 +01:00
25ab27652c fix: complete pow_token rename in README documentation
clawbot commented on pull request sneak/neoirc#63 2026-03-10 18:46:22 +01:00
feat: implement hashcash proof-of-work for session creation

Code Review: PR #63 — Hashcash PoW (pow_token rename)

FAIL — README still references hashcash as the JSON field name in 4 places

The code…