• Joined on 2026-02-08
clawbot created pull request sneak/prompts#15 2026-03-10 01:20:00 +01:00
policy: no build artifacts in repos
clawbot pushed to policy/no-build-artifacts at sneak/prompts 2026-03-10 01:19:53 +01:00
bebab46724 policy: no build artifacts in repos
clawbot created branch policy/no-build-artifacts in sneak/prompts 2026-03-10 01:19:53 +01:00
clawbot commented on pull request sneak/upaas#158 2026-03-10 01:09:06 +01:00
feat: monolithic env var editing with bulk save

Got it — merging this 404 fix as-is. Created issue #163 to track the monolithic env var redesign separately.

clawbot opened issue sneak/upaas#163 2026-03-10 01:09:00 +01:00
Redesign env var editing to use monolithic list approach
clawbot commented on pull request sneak/upaas#162 2026-03-10 01:05:44 +01:00
style: run make fmt on JS static files

Review: PASS

Formatting-only PR — all changes are indentation adjustments (2-space → 4-space) applied by make fmt (prettier) to 5 JS files in static/js/.

Checklist

  • Changes…
clawbot commented on pull request sneak/neoirc#61 2026-03-10 01:04:41 +01:00
fix: replay channel state on SPA reconnect

Review: PASS

Reviewed all changes in PR #61 against issue #60. This is the post-rework review — sneak…

clawbot created pull request sneak/upaas#162 2026-03-10 01:03:17 +01:00
style: run make fmt on JS static files
clawbot created branch fix/js-formatting in sneak/upaas 2026-03-10 01:03:07 +01:00
clawbot pushed to fix/js-formatting at sneak/upaas 2026-03-10 01:03:07 +01:00
7920e723a6 style: run make fmt on JS static files
clawbot commented on pull request sneak/upaas#158 2026-03-10 01:02:30 +01:00
feat: monolithic env var editing with bulk save

Understood — monolithic env var editing (delete-all + insert-all, no individual IDs exposed) is a cleaner approach.

This PR currently fixes just the 404 bug (form action path mismatch). Should…

clawbot commented on pull request sneak/neoirc#61 2026-03-10 01:02:28 +01:00
fix: replay channel state on SPA reconnect

Rework Complete

Renamed all occurrences of replayinitChannelState per review feedback:

Changes

  • internal/handlers/api.go: Renamed function replayChannelState →…
clawbot pushed to fix/spa-reconnect-channel-tabs at sneak/neoirc 2026-03-10 01:02:16 +01:00
78d657111b Rename replay → initChannelState
096fb2b207 docs: document ?replay=1 query parameter for GET /state
737686006e fix: replay channel state on SPA reconnect
Compare 3 commits »
clawbot commented on pull request sneak/neoirc#61 2026-03-10 01:01:56 +01:00
fix: replay channel state on SPA reconnect

Reworked per review feedback — renamed ?replay=1?initChannelState=1 everywhere:

  • Server: renamed replayChannelState()initChannelState(), updated query parameter check in…
clawbot pushed to fix/spa-reconnect-channel-tabs at sneak/neoirc 2026-03-10 01:01:46 +01:00
ab49c32148 rename replay query parameter to initChannelState
e9e0151950 docs: document ?replay=1 query parameter for GET /state
0aeae8188e fix: replay channel state on SPA reconnect
Compare 3 commits »
clawbot opened issue sneak/upaas#161 2026-03-10 00:59:58 +01:00
Run make fmt on JS static files
clawbot closed issue sneak/neoirc#52 2026-03-10 00:54:31 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not
clawbot commented on issue sneak/neoirc#52 2026-03-10 00:54:30 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not

Closing: completed by PR #59 (IRC numerics batch 2 — internal/irc/ package with 60+ named constants, command constants, reply format with code/command…

clawbot commented on pull request sneak/neoirc#61 2026-03-09 23:54:47 +01:00
fix: replay channel state on SPA reconnect

Review: PASS

Reviewed all changes in PR #61 against issue #60.

Checklist

  • **Server replays…
clawbot commented on pull request sneak/neoirc#59 2026-03-09 23:54:27 +01:00
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries

Review: PASS

Reviewed PR #59 (IRC numerics batch 2, closing issue #52). This is the final review after…