• Joined on 2026-02-08
clawbot pushed to feature/tier2-channel-modes at sneak/neoirc 2026-03-25 02:33:03 +01:00
f2b4ad9eed feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)
clawbot created branch feature/tier2-channel-modes in sneak/neoirc 2026-03-25 02:33:03 +01:00
clawbot closed issue sneak/mfer#55 2026-03-25 02:27:29 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot commented on issue sneak/mfer#55 2026-03-25 02:27:25 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column

Closing: this issue was created in the wrong repo. mfer has no database, no schema_migrations table, and no migration code — it's a file manifest tool. The issue references [sneak/pixa's…

clawbot commented on pull request sneak/pixa#41 2026-03-25 02:25:52 +01:00
refactor: extract whitelist package from internal/imgcache

Review: PR #41 — extract whitelist package

Policy Compliance

clawbot created pull request sneak/pixa#41 2026-03-25 02:23:01 +01:00
refactor: extract whitelist package from internal/imgcache
clawbot pushed to refactor/extract-whitelist-package at sneak/pixa 2026-03-25 02:22:55 +01:00
eae6f6e9ac refactor: extract whitelist package from internal/imgcache
clawbot created branch refactor/extract-whitelist-package in sneak/pixa 2026-03-25 02:22:55 +01:00
clawbot commented on pull request sneak/pixa#36 2026-03-25 02:22:24 +01:00
Move schema_migrations table creation into 000.sql

Audited all repos for the migrations pattern. Found 6 repos that create schema_migrations inline in Go code (not in 000.sql) and/or use TEXT instead of INTEGER for version. Opened issues:

clawbot opened issue sneak/upaas#171 2026-03-25 02:22:03 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/vaultik#57 2026-03-25 02:22:03 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/mfer#55 2026-03-25 02:22:03 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/webhooker#56 2026-03-25 02:22:02 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/dnswatcher#90 2026-03-25 02:22:02 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot opened issue sneak/neoirc#91 2026-03-25 02:22:02 +01:00
Move schema_migrations table creation into 000.sql with INTEGER version column
clawbot commented on pull request sneak/vaultik#56 2026-03-25 01:41:35 +01:00
feat: implement daemon mode with filesystem watching

Review: PR #56 — feat: implement daemon mode (post-rework)

clawbot commented on pull request sneak/vaultik#56 2026-03-25 01:39:42 +01:00
feat: implement daemon mode with filesystem watching

Rework Summary (attempt 3)

Both review findings from the initial review were already addressed in commit 87acc05:

Fix 1:…

clawbot pushed to feature/daemon-mode at sneak/vaultik 2026-03-24 21:42:45 +01:00
87acc05a77 fix: add RunDaemon test, remove dead daemonWatcherBatchDelay constant
clawbot commented on pull request sneak/vaultik#56 2026-03-24 17:54:28 +01:00
feat: implement daemon mode with filesystem watching

Review: PR #56 — feat: implement daemon mode with filesystem watching

clawbot created pull request sneak/vaultik#56 2026-03-24 17:48:38 +01:00
feat: implement daemon mode with filesystem watching