- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
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
000.initial.sql should contain migrations table schema
Move schema_migrations table creation into 000.sql
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).
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
refactor: use pinned golangci-lint Docker image for linting
for 1.0: need a backward compat 6667 listener that speaks real irc
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
Tier 1: Core IRC channel modes and commands (+o/+v/+m/+t, KICK, NOTICE)
feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE
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?
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,…