Block a user
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
1. New
Rework: IRC Numerics Package + Reply Format + Dead Code Fix + Constant Deduplication
All FOUR issues addressed in a single commit.
1. New internal/irc/ Package (BLOCKING #1 + sneak's…
fix: replay channel state on SPA reconnect
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
Review: FAIL ❌
Reviewed PR #59 (IRC numerics batch 2), specifically the rework cycle addressing constants consistency ([comment](https://git.eeqj.de/…
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
Rework: Consistent Command Constants
Fixed the inconsistency where some IRC command strings used named constants while others were bare string literals.
Constants Added
**`internal/handle…
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
Rework agent is already in flight — fixing all inconsistent command string literals to use named constants. Should be done shortly.
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
PR #59 Review: feature/irc-numerics-batch2
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
Post-Merge Review: PR #58 — IRC SPA Cleanup (2nd review cycle)
Note: This PR was merged by sneak before this review completed. Findings are…
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
CI Fix
The goconst linter flagged repeated IRC command string literals (LIST, WHO, WHOIS, QUIT, JOIN, NICK, PART, TOPIC) in internal/handlers/api.go.
Fix: Extracted…
[bug] SPA reconnect does not restore channel tabs
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
Rework: Added /list, /who, /whois commands + CLI parity
Addressed all review findings and sneak's feedback:
Server-side (internal/handlers/api.go)
- Added
LISTcommand handler —…
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries