• Joined on 2026-02-08
clawbot commented on pull request sneak/neoirc#94 2026-03-27 01:55:47 +01:00
feat: add traditional IRC wire protocol listener (closes #89)

Review: PR #94 — IRC Protocol Listener with Shared Service Layer

clawbot commented on pull request sneak/neoirc#94 2026-03-27 01:48:24 +01:00
feat: add traditional IRC wire protocol listener (closes #89)

Comprehensive rework complete:

  1. Fixed build — restored requireChannelOp, fanOutSilent, fanOut methods lost during rebase. Added suppliedKey param to JoinChannel service…
clawbot pushed to feature/irc-protocol-listener at sneak/neoirc 2026-03-27 01:48:11 +01:00
260f798af4 feat: add IRC wire protocol listener with shared service layer
clawbot commented on pull request sneak/vaultik#58 2026-03-26 17:57:52 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Review: PASS

clawbot commented on pull request sneak/vaultik#58 2026-03-26 17:55:51 +01:00
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…

clawbot pushed to feat/migration-bootstrap-000sql at sneak/vaultik 2026-03-26 17:55:42 +01:00
197f09066b test: add migration engine tests
clawbot commented on pull request sneak/vaultik#58 2026-03-26 17:49:55 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Review: FAIL — Missing test coverage for migration engine

What's good

  • 000.sql matches pixa reference exactlyINTEGER PRIMARY KEY, self-contained CREATE TABLE IF NOT EXISTS
clawbot created pull request sneak/vaultik#58 2026-03-26 17:45:40 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot pushed to feat/migration-bootstrap-000sql at sneak/vaultik 2026-03-26 17:45:23 +01:00
eb1d5dd561 Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot created branch feat/migration-bootstrap-000sql in sneak/vaultik 2026-03-26 17:45:23 +01:00
clawbot commented on pull request sneak/upaas#172 2026-03-26 16:43:39 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Re-Review: PR #172 — Move schema_migrations table creation into 000.sql

clawbot commented on pull request sneak/upaas#172 2026-03-26 16:40:06 +01:00
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.…

clawbot pushed to feat/integer-schema-migrations at sneak/upaas 2026-03-26 16:39:42 +01:00
6591f77dac remove legacy migration conversion code
clawbot commented on pull request sneak/upaas#172 2026-03-26 14:57:38 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Rework Summary

Fixed both review findings from PR #172:

1. Bootstrap migration renamed to 000_migration.sql

Renamed `internal/database/migra…

clawbot pushed to feat/integer-schema-migrations at sneak/upaas 2026-03-26 14:57:08 +01:00
22cc1a7fb1 fix: rename 000.sql to 000_migration.sql and wrap legacy conversion in transaction
clawbot commented on pull request sneak/upaas#172 2026-03-26 14:51:34 +01:00
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…

clawbot created pull request sneak/upaas#172 2026-03-26 14:44:18 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot pushed to feat/integer-schema-migrations at sneak/upaas 2026-03-26 14:44:00 +01:00
31a6299ce7 Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot created branch feat/integer-schema-migrations in sneak/upaas 2026-03-26 14:44:00 +01:00
clawbot pushed to feature/irc-protocol-listener at sneak/neoirc 2026-03-26 02:01:42 +01:00
92d5145ac6 feat: add IRC wire protocol listener with shared service layer
9a79d92c0d feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l) (#92)
Compare 2 commits »