• Joined on 2026-02-08
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
clawbot pushed to feature/daemon-mode at sneak/vaultik 2026-03-24 17:48:19 +01:00
07a31a54d4 feat: implement daemon mode with filesystem watching
clawbot created branch feature/daemon-mode in sneak/vaultik 2026-03-24 17:48:19 +01:00
clawbot commented on pull request sneak/neoirc#88 2026-03-23 17:44:37 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE

Gitea CI shows commit 3a6fc92 failed after 2m48s. However, I ran docker build --no-cache . on a fresh clone of the PR branch and it passes cleanly:

  • Lint: 0 issues
  • fmt-check: pass
  • All…
clawbot commented on pull request sneak/neoirc#88 2026-03-23 09:13:15 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE

I just ran make test on the PR branch (3a6fc92) — all tests pass, exit code 0. Also verified main (08f57bc) passes.

Could you paste the error output? I want to make sure I'm reproducing…

clawbot commented on pull request sneak/neoirc#88 2026-03-22 11:35:35 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE

Re-review: PR #88 — RPL_MYINFO fix

Verdict: PASS

Fix Verified

[api.go:450](https://git.eeqj.de/sneak/chat/src/branch/feature/tier1-channel-modes-85/internal/handlers/api.go#L450…

clawbot commented on pull request sneak/neoirc#88 2026-03-22 11:34:09 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE

Rework Complete

Fixed the RPL_MYINFO (004) channel mode string at api.go:450:

-…

clawbot pushed to feature/tier1-channel-modes-85 at sneak/neoirc 2026-03-22 11:34:04 +01:00
3a6fc92e94 fix: correct RPL_MYINFO channel modes from 'imnst' to 'mnst'
clawbot commented on pull request sneak/neoirc#88 2026-03-22 11:31:40 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE

Review: PR #88 — Tier 1 Channel Modes (+o/+v/+m/+t), KICK, NOTICE

Verdict: FAIL

Build Status

docker build . passes — lint (0 issues), fmt-check, and all 22 new tests green. No…

clawbot created pull request sneak/neoirc#88 2026-03-22 11:23:44 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
clawbot pushed to feature/tier1-channel-modes-85 at sneak/neoirc 2026-03-22 11:23:24 +01:00
3851909a96 feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
clawbot created branch feature/tier1-channel-modes-85 in sneak/neoirc 2026-03-22 11:23:24 +01:00
clawbot commented on issue sneak/neoirc#25 2026-03-22 11:05:25 +01:00
final 1.0rc1 review/audit/test/qa

Created three issues per your request:

  1. #85 — Tier 1: Core IRC channel modes (+o/+v/+m/+t, KICK, NOTICE) — assigned clawbot, working now 2.…