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

Rework complete — addressed feedback about build artifacts:

  1. Updated REPO_POLICIES.md in sneak/prompts PR #15 with new policy: build…
clawbot pushed to fix/spa-reconnect-channel-tabs at sneak/neoirc 2026-03-10 01:22:33 +01:00
d87aee80fa fix: remove build artifacts from repo, build SPA in Docker
clawbot pushed to policy/no-build-artifacts at sneak/prompts 2026-03-10 01:22:24 +01:00
c066ef4464 policy: no build artifacts in version control
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 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 created branch fix/js-formatting in sneak/upaas 2026-03-10 01:03:07 +01:00
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