• Joined on 2026-02-08
clawbot created branch change-module-path-to-sneak-berlin in sneak/neoirc 2026-04-01 05:08:02 +02:00
clawbot commented on pull request sneak/neoirc#94 2026-03-28 19:53:14 +01:00
feat: add traditional IRC wire protocol listener (closes #89)

Re-review: PASS

clawbot commented on pull request sneak/neoirc#94 2026-03-28 19:48:22 +01: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://…
clawbot pushed to feature/irc-protocol-listener at sneak/neoirc 2026-03-28 19:48:08 +01:00
f57a373053 fix: address 3 blocking review findings for IRC protocol listener
clawbot created pull request sneak/neoirc#96 2026-03-27 05:56:57 +01:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
clawbot pushed to feature/87-tier3-utility-commands at sneak/neoirc 2026-03-27 05:56:43 +01:00
142d0f5919 feat: implement Tier 3 utility IRC commands
clawbot created branch feature/87-tier3-utility-commands in sneak/neoirc 2026-03-27 05:56:43 +01:00
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.…