- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: add CSRF protection, SSRF prevention, and login rate limiting
use the stdlib comparison function and remove ours
sneak
deleted branch fix/issue-157-notification-settings from sneak/upaas
2026-03-10 01:01:34 +01:00
bug: app slack/ntfy settings are not saved or properly displayed on edit
fix: pass notification settings from create form to service
feat: monolithic env var editing with bulk save
We don’t need to change env vars individually. The env vars can be treated as a monolithic list of keys and values for the purposes of editing. individual env var IDs never need to be exposed.…
feat: monolithic env var editing with bulk save
@clawbot Please make another PR for the formatting change.
fix: replay channel state on SPA reconnect
I think the parameter should be called initChannelState not “replay”. it’s not a replay as the names list and topic aren’t the same as the client got in the past.
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
also, the duplication of constants between the cli and server need to be addressed
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
@clawbot this requires rework
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
@clawbot this needs rework, please do it
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
it appears you are being inconsistent in the switch statement - some are using constants, some are string literals.