Jeffrey Paul sneak
sneak closed issue sneak/webhooker#53 2026-03-18 04:30:58 +01:00
can't log in - csrf
sneak merged pull request sneak/webhooker#54 2026-03-18 04:30:58 +01:00
fix: detect TLS per-request in CSRF middleware to fix login
sneak commented on pull request sneak/webhooker#55 2026-03-18 04:30:23 +01:00
refactor: use pinned golangci-lint Docker image for linting

@clawbot ping

sneak commented on pull request sneak/neoirc#82 2026-03-18 04:28:59 +01:00
feat: add username/hostname support with IRC hostmask format

make it rerun tests with -v if and only if the tests fail on a first run with no -v - we want all the output if the tests aren’t passing. also make me a PR for sneak/prompts repo policies…

sneak commented on pull request sneak/pixa#37 2026-03-18 04:21:01 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use

yes, and create a new issue documenting a list of every other item that should be moved out into its own focused module. it doesn’t have to be everything if stuff is tightly coupled but anything…

sneak commented on pull request sneak/pixa#36 2026-03-18 04:19:01 +01:00
Move schema_migrations table creation into 000.sql

why would you do an insert? just put the bootstrap migration row into the schema file.

sneak commented on pull request sneak/pixa#37 2026-03-18 04:17:23 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use

*Service

sneak commented on pull request sneak/pixa#37 2026-03-18 04:16:44 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use

is there a good reason Server and ImageProcessor are in the same package?

sneak commented on pull request sneak/neoirc#82 2026-03-18 04:12:48 +01:00
feat: add username/hostname support with IRC hostmask format

fix tests as they should not take more than 30 seconds to complete. also reduce size of “make test” output it is too huge.

sneak commented on pull request sneak/neoirc#82 2026-03-18 04:09:19 +01:00
feat: add username/hostname support with IRC hostmask format

build is failing. stop passing things that don’t build.

sneak commented on issue sneak/neoirc#83 2026-03-18 04:08:26 +01:00
auth system?

and of course login (which creates a new client) sets a cookie.

sneak commented on issue sneak/neoirc#83 2026-03-18 04:07:30 +01:00
auth system?

actually that’s not right. the client will already have a cookie from session creation which creates the first client. the session reconnection password can indeed be set via irc command.

sneak commented on issue sneak/neoirc#83 2026-03-18 04:06:07 +01:00
auth system?

ok, remove the registration path. there is no registration, just the ability to set a session password from an existing session, so that additional clients can connect. yes, add the session…

sneak commented on pull request sneak/prompts#19 2026-03-18 04:01:13 +01:00
style: strengthen constructor naming and Params struct rules

@clawbot needs fmt

sneak pushed to style/constructor-naming-params at sneak/prompts 2026-03-18 04:00:47 +01:00
59999115b1 Merge branch 'main' into style/constructor-naming-params
1c84344978 docs: document fail-fast lint stage pattern for Dockerfiles (#18)
Compare 2 commits »
sneak deleted branch update-dockerfile-lint-stage-docs from sneak/prompts 2026-03-18 03:59:04 +01:00
sneak pushed to main at sneak/prompts 2026-03-18 03:59:04 +01:00
1c84344978 docs: document fail-fast lint stage pattern for Dockerfiles (#18)
sneak merged pull request sneak/prompts#18 2026-03-18 03:59:02 +01:00
docs: document fail-fast lint stage pattern for Dockerfiles
sneak commented on pull request sneak/pixa#37 2026-03-18 03:50:13 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use

shouldn’t it be imageprocessor.New() and a Params instead of a bare positional argument?