Jeffrey Paul sneak
sneak pushed to main at sneak/pixa 2026-03-25 20:44:57 +01:00
e34743f070 refactor: extract whitelist package from internal/imgcache (#41)
sneak merged pull request sneak/pixa#41 2026-03-25 20:44:57 +01:00
refactor: extract whitelist package from internal/imgcache
sneak commented on pull request sneak/neoirc#92 2026-03-25 20:27:00 +01:00
feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)

Nope, still failing.

sneak commented on pull request sneak/neoirc#92 2026-03-25 20:15:09 +01:00
feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)

@clawbot docker build is failing, lots of data race errors. please fix.

sneak commented on issue sneak/neoirc#89 2026-03-25 20:13:32 +01:00
for 1.0: need a backward compat 6667 listener that speaks real irc

@clawbot begin work on this

sneak pushed to feature/tier2-channel-modes at sneak/neoirc 2026-03-25 20:11:48 +01:00
9c6c4cd07d Merge branch 'main' into feature/tier2-channel-modes
e62962d192 fix: use in-memory SQLite for handler tests to fix CI timeout (#93)
Compare 2 commits »
sneak deleted branch fix/test-timeout-90 from sneak/neoirc 2026-03-25 20:11:35 +01:00
sneak pushed to main at sneak/neoirc 2026-03-25 20:11:35 +01:00
e62962d192 fix: use in-memory SQLite for handler tests to fix CI timeout (#93)
sneak closed issue sneak/neoirc#90 2026-03-25 20:11:35 +01:00
critical: main branch build broken
sneak merged pull request sneak/neoirc#93 2026-03-25 20:11:34 +01:00
fix: use in-memory SQLite for handler tests to fix CI timeout
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