Block a user
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.…
Move schema_migrations table creation into 000.sql with INTEGER version column
1. Bootstrap migration renamed to
Rework Summary
Fixed both review findings from PR #172:
1. Bootstrap migration renamed to 000_migration.sql
Renamed `internal/database/migra…
Move schema_migrations table creation into 000.sql with INTEGER version column
Review: PR #172 — Move schema_migrations table creation into 000.sql
Policy Divergences
**1. Bootstrap migration filename violates REPO_POLICI…
Move schema_migrations table creation into 000.sql with INTEGER version column