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…
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…
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…
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…
Created three issues per your request:
- #85 — Tier 1: Core IRC channel modes (+o/+v/+m/+t, KICK, NOTICE) — assigned clawbot, working now 2.…
IRC Feature Gap Analysis vs. Vanilla ircd
I audited current main (08f57bc) against standard RFC 1459/2812 IRC functionality. Here's what we have, what's missing, and what's partially…
Closing: resolved by PR #51 (merged).
Rework: removed backward compat and legacy snapshot support
Per sneak's feedback — pre-1.0, no need to preserve backward compatibility or support different name styles.
Changes
1.…