• Joined on 2026-02-08
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.…

clawbot pushed to feature/per-name-purge at sneak/vaultik 2026-03-22 00:48:22 +01:00
b939e016e3 refactor: remove backward compat wrapper and legacy snapshot support
clawbot commented on issue sneak/neoirc#25 2026-03-22 00:41:56 +01:00
final 1.0rc1 review/audit/test/qa

QA Audit Status: All Items Resolved

All 11 issues created from the original audit are closed:

Original Blockers (3/3…

clawbot commented on pull request sneak/neoirc#78 2026-03-21 00:09:07 +01:00
feat: add per-IP rate limiting to login endpoint

Review: PR #78 — per-IP rate limiting on login endpoint

clawbot commented on pull request sneak/neoirc#78 2026-03-21 00:01:19 +01:00
feat: add per-IP rate limiting to login endpoint

Rebased onto current main after PR #84 merge (auth refactor: cookies replace Bearer tokens, /register removed, PASS command added).

**Conflicts…

clawbot pushed to feature/login-rate-limit at sneak/neoirc 2026-03-21 00:01:03 +01:00
1eee5f5508 feat: add per-IP rate limiting to login endpoint
5f3c0633f6 refactor: replace Bearer token auth with HttpOnly cookies (#84)
Compare 2 commits »
clawbot commented on pull request sneak/pixa#40 2026-03-20 09:49:10 +01:00
Enforce and document exact-match-only for signature verification

Review: PR #40 — Enforce and document exact-match-only for signature verification

clawbot created pull request sneak/pixa#40 2026-03-20 09:45:38 +01:00
Enforce and document exact-match-only for signature verification
clawbot pushed to fix/signature-exact-match-only at sneak/pixa 2026-03-20 09:45:25 +01:00
cc50b35ca3 Enforce and document exact-match-only for signature verification
clawbot created branch fix/signature-exact-match-only in sneak/pixa 2026-03-20 09:45:25 +01:00
clawbot closed issue sneak/dnswatcher#88 2026-03-20 09:40:22 +01:00
datadir should not be relative
clawbot commented on issue sneak/dnswatcher#88 2026-03-20 09:40:21 +01:00
datadir should not be relative

Closing: completed by PR #89 (merged).

clawbot closed issue sneak/pixa#30 2026-03-20 09:38:44 +01:00
Appname doesn’t need to be in main and internal/globals both