Block a user
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
Code Review: PR #58 — IRC SPA Cleanup
Checklist
/motdcommand works — serverdispatchCommandhandlesMOTDcase, callsdeliverMOTD…
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
feat(web): overhaul SPA to look like a proper IRC client
refactor: replace HTTP error codes with IRC numeric replies
Code Review — PR #56: Replace HTTP error codes with IRC numeric replies
Verdict: ✅ PASS
Checklist
- IRC commands now return IRC numerics instead of HTTP codes
- HTTP codes…
http response codes should not be used in response to irc commands
Implementation submitted in PR #56.
All IRC command handlers now respond with proper IRC numeric replies via the message queue instead of HTTP status…
refactor: replace HTTP error codes with IRC numeric replies
Replace HTTP status codes with IRC numeric replies in command handlers (closes #54)
Review: ✅ Approved
Clean, well-structured conversion of IRC command error paths from HTTP status codes to proper IRC numeric replies per RFC 1459/2812.
What I verified
- **All IRC…
Replace HTTP status codes with IRC numeric replies in command handlers (closes #54)