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

These stutter. Constructors should be named .New() whenever possible. Also it’s a HostAllowList, not a generic “whitelist”.

sneak deleted branch feature/migrations-table-schema-file from sneak/pixa 2026-03-25 02:20:53 +01:00
sneak pushed to main at sneak/pixa 2026-03-25 02:20:53 +01:00
7010d55d72 Move schema_migrations table creation into 000.sql (#36)
sneak closed issue sneak/pixa#29 2026-03-25 02:20:53 +01:00
000.initial.sql should contain migrations table schema
sneak merged pull request sneak/pixa#36 2026-03-25 02:20:53 +01:00
Move schema_migrations table creation into 000.sql
sneak commented on pull request sneak/pixa#36 2026-03-25 02:19:54 +01:00
Move schema_migrations table creation into 000.sql

please search all other repos for this migrations pattern and open issues in any of those repos if they don’t follow this exact pattern (migration table schema in 000, etc).

sneak closed issue sneak/webhooker#50 2026-03-25 02:16:50 +01:00
dockerfile for linting is doing it wrong
sneak deleted branch refactor/dockerfile-pinned-linter-image from sneak/webhooker 2026-03-25 02:16:40 +01:00
sneak pushed to main at sneak/webhooker 2026-03-25 02:16:40 +01:00
afe88c601a refactor: use pinned golangci-lint Docker image for linting (#55)
sneak merged pull request sneak/webhooker#55 2026-03-25 02:16:39 +01:00
refactor: use pinned golangci-lint Docker image for linting
sneak opened issue sneak/neoirc#90 2026-03-25 02:12:50 +01:00
critical: main branch build broken
sneak opened issue sneak/neoirc#89 2026-03-25 02:10:08 +01:00
for 1.0: need a backward compat 6667 listener that speaks real irc
sneak commented on issue sneak/neoirc#86 2026-03-25 02:09:11 +01:00
Tier 2: Ban system, invite-only, secret, channel key, user limit (+b/+i/+s/+k/+l)

ok, you can proceed on this @clawbot - tier 1 is done and merged

sneak deleted branch feature/tier1-channel-modes-85 from sneak/neoirc 2026-03-25 02:08:31 +01:00
sneak pushed to main at sneak/neoirc 2026-03-25 02:08:31 +01:00
4b445e6383 feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE (#88)
sneak closed issue sneak/neoirc#85 2026-03-25 02:08:29 +01:00
Tier 1: Core IRC channel modes and commands (+o/+v/+m/+t, KICK, NOTICE)
sneak merged pull request sneak/neoirc#88 2026-03-25 02:08:29 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
sneak commented on pull request sneak/neoirc#88 2026-03-23 17:41:40 +01:00
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE

build is failing in gitea ci. how about “docker build .” on a fresh checkout?

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

“make test” fails

sneak commented on issue sneak/neoirc#25 2026-03-22 11:03:45 +01:00
final 1.0rc1 review/audit/test/qa

create one issue for for tier 1, one for tier 2, one for tier 3. work them in order - no work on 2 or 3 until 1 is merged. channel_members needs to be properly normalized - no text string modes,…