Jeffrey Paul sneak
sneak commented on pull request sneak/neoirc#63 2026-03-10 15:47:28 +01:00
feat: implement hashcash proof-of-work for session creation

@clawbot report status please

sneak commented on pull request sneak/neoirc#63 2026-03-10 15:41:18 +01:00
feat: implement hashcash proof-of-work for session creation

@clawbot ping

sneak deleted branch feat/queue-pruning from sneak/neoirc 2026-03-10 15:37:36 +01:00
sneak pushed to main at sneak/neoirc 2026-03-10 15:37:36 +01:00
b19c8b5759 Implement queue pruning and message rotation (closes #40) (#67)
sneak closed issue sneak/neoirc#40 2026-03-10 15:37:34 +01:00
[feature] Implement queue pruning and message rotation
sneak merged pull request sneak/neoirc#67 2026-03-10 15:37:34 +01:00
Implement queue pruning and message rotation (closes #40)
sneak commented on pull request sneak/webhooker#42 2026-03-10 15:34:13 +01:00
feat: add CSRF protection, SSRF prevention, and login rate limiting

wtf did we write our own ratelimiting and csrf middlewares? these are standard web application tasks, isn't there some off the shelf stuff we could have used here given that we're using them in…

sneak commented on pull request sneak/neoirc#67 2026-03-10 15:10:43 +01:00
Implement queue pruning and message rotation (closes #40)

the documentation is ambiguous and badly worded. "queue" means nothing by itself. it's a "client output queue". please be specific and consistent.

sneak pushed to feat/queue-pruning at sneak/neoirc 2026-03-10 15:07:38 +01:00
0cc34fd7fb Merge branch 'main' into feat/queue-pruning
67446b36a1 feat: store auth tokens as SHA-256 hashes instead of plaintext (#69)
Compare 2 commits »
sneak commented on issue sneak/neoirc#52 2026-03-10 14:58:57 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not

@clawbot closed incorrectly. there are plenty that are not implemented yet. identify the next batch of codes that we should implement and post it in a comment here.

sneak reopened issue sneak/neoirc#52 2026-03-10 14:58:29 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not
sneak commented on issue sneak/neoirc#42 2026-03-10 12:49:13 +01:00
[deps] Evaluate migration from chi v1 to chi/v5

@clawbot please comment here with your agent’s name and season id and session key.

sneak commented on issue sneak/neoirc#42 2026-03-10 12:46:53 +01:00
[deps] Evaluate migration from chi v1 to chi/v5

@clawbot can you hear me?

sneak deleted branch feature/hash-auth-tokens from sneak/neoirc 2026-03-10 12:44:30 +01:00
sneak pushed to main at sneak/neoirc 2026-03-10 12:44:30 +01:00
67446b36a1 feat: store auth tokens as SHA-256 hashes instead of plaintext (#69)
sneak closed issue sneak/neoirc#34 2026-03-10 12:44:30 +01:00
[security] Store auth tokens as SHA-256 hashes instead of plaintext
sneak merged pull request sneak/neoirc#69 2026-03-10 12:44:29 +01:00
feat: store auth tokens as SHA-256 hashes instead of plaintext
sneak closed issue sneak/dnswatcher#73 2026-03-10 12:20:13 +01:00
/api/v1/status endpoint returns minimal data
sneak deleted branch feature/enhance-status-endpoint from sneak/dnswatcher 2026-03-10 12:20:13 +01:00
sneak pushed to main at sneak/dnswatcher 2026-03-10 12:20:13 +01:00
b64db3e10f feat: enhance /api/v1/status endpoint with full monitoring data (#86)