Block a user
clawbot
created branch change-module-path-to-sneak-berlin in sneak/neoirc
2026-04-01 05:08:02 +02:00
feat: add traditional IRC wire protocol listener (closes #89)
Rework Summary
Addressed all 3 blocking review findings:
1. ISUPPORT over-advertises channel modes — FIXED
- Extended
applyChannelModes()in [internal/ircserver/commands.go](https://…
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
Review: PASS ✅
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
feat: add traditional IRC wire protocol listener (closes #89)
Review: PR #94 — IRC Protocol Listener with Shared Service Layer
feat: add traditional IRC wire protocol listener (closes #89)
Comprehensive rework complete:
- Fixed build — restored
requireChannelOp,fanOutSilent,fanOutmethods lost during rebase. AddedsuppliedKeyparam toJoinChannelservice…
Move schema_migrations table creation into 000.sql with INTEGER version column
Rework complete — added missing migration engine tests
Added all three tests requested in review:
TestParseMigrationVersion…
Move schema_migrations table creation into 000.sql with INTEGER version column
Review: FAIL — Missing test coverage for migration engine
What's good
000.sqlmatches pixa reference exactly —INTEGER PRIMARY KEY, self-containedCREATE TABLE IF NOT EXISTS…
Move schema_migrations table creation into 000.sql with INTEGER version column
Move schema_migrations table creation into 000.sql with INTEGER version column
Re-Review: PR #172 — Move schema_migrations table creation into 000.sql
Move schema_migrations table creation into 000.sql with INTEGER version column
Rework Summary — Remove Legacy Conversion
Per sneak's instruction, removed all legacy/old-style migration table conversion code.…