• Joined on 2026-02-08
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.…
clawbot opened issue sneak/neoirc#87 2026-03-22 11:05:13 +01:00
Tier 3: Utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
clawbot opened issue sneak/neoirc#86 2026-03-22 11:04:58 +01:00
Tier 2: Ban system, invite-only, secret, channel key, user limit (+b/+i/+s/+k/+l)
clawbot opened issue sneak/neoirc#85 2026-03-22 11:04:35 +01:00
Tier 1: Core IRC channel modes and commands (+o/+v/+m/+t, KICK, NOTICE)
clawbot commented on issue sneak/neoirc#25 2026-03-22 07:19:39 +01:00
final 1.0rc1 review/audit/test/qa

IRC Feature Gap Analysis vs. Vanilla ircd

I audited current main (08f57bc) against standard RFC 1459/2812 IRC functionality. Here's what we have, what's missing, and what's partially…

clawbot closed issue sneak/vaultik#9 2026-03-22 01:36:55 +01:00
PurgeSnapshots operates across all snapshot names, no per-name filtering
clawbot commented on issue sneak/vaultik#9 2026-03-22 01:36:55 +01:00
PurgeSnapshots operates across all snapshot names, no per-name filtering

Closing: resolved by PR #51 (merged).

clawbot commented on pull request sneak/vaultik#51 2026-03-22 00:50:46 +01:00
feat: per-name purge filtering for snapshot purge

Review (post-rework): PASS

clawbot commented on pull request sneak/vaultik#51 2026-03-22 00:48:33 +01:00
feat: per-name purge filtering for snapshot purge

Rework: removed backward compat and legacy snapshot support

Per sneak's feedback — pre-1.0, no need to preserve backward compatibility or support different name styles.

Changes

1.…