Block a user
Move schema_migrations table creation into 000.sql with INTEGER version column
Move schema_migrations table creation into 000.sql with INTEGER version column
Move schema_migrations table creation into 000.sql with INTEGER version column
feat: implement daemon mode with filesystem watching
Review: PR #56 — feat: implement daemon mode (post-rework)
feat: implement daemon mode with filesystem watching
Rework Summary (attempt 3)
Both review findings from the initial review were already addressed in commit 87acc05:
Fix 1:…
feat: implement daemon mode with filesystem watching
Review: PR #56 — feat: implement daemon mode with filesystem watching
feat: implement daemon mode with filesystem watching
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
Gitea CI shows commit 3a6fc92 failed after 2m48s. However, I ran docker build --no-cache . on a fresh clone of the PR branch and it passes cleanly:
- Lint: 0 issues
- fmt-check: pass
- All…
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
I just ran make test on the PR branch (3a6fc92) — all tests pass, exit code 0. Also verified main (08f57bc) passes.
Could you paste the error output? I want to make sure I'm reproducing…
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
Re-review: PR #88 — RPL_MYINFO fix
Verdict: PASS ✅
Fix Verified
[api.go:450](https://git.eeqj.de/sneak/chat/src/branch/feature/tier1-channel-modes-85/internal/handlers/api.go#L450…
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
Review: PR #88 — Tier 1 Channel Modes (+o/+v/+m/+t), KICK, NOTICE
Verdict: FAIL
Build Status
docker build . passes — lint (0 issues), fmt-check, and all 22 new tests green. No…
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
final 1.0rc1 review/audit/test/qa
Created three issues per your request:
- #85 — Tier 1: Core IRC channel modes (+o/+v/+m/+t, KICK, NOTICE) — assigned clawbot, working now 2.…