Jeffrey Paul sneak
sneak commented on issue sneak/neoirc#11 2026-03-10 01:05:27 +01:00
Implement hashcash proof-of-work for session creation

yes, do it

sneak commented on pull request sneak/webhooker#42 2026-03-10 01:04:46 +01:00
feat: add CSRF protection, SSRF prevention, and login rate limiting

use the stdlib comparison function and remove ours

sneak pushed to fix/makefile-targets-timeout at sneak/upaas 2026-03-10 01:02:09 +01:00
328896c2eb Merge branch 'main' into fix/makefile-targets-timeout
ab63670043 fix: pass notification settings from create form to service (#160)
Compare 2 commits »
sneak deleted branch fix/issue-157-notification-settings from sneak/upaas 2026-03-10 01:01:34 +01:00
sneak pushed to main at sneak/upaas 2026-03-10 01:01:34 +01:00
ab63670043 fix: pass notification settings from create form to service (#160)
sneak closed issue sneak/upaas#157 2026-03-10 01:01:33 +01:00
bug: app slack/ntfy settings are not saved or properly displayed on edit
sneak merged pull request sneak/upaas#160 2026-03-10 01:01:33 +01:00
fix: pass notification settings from create form to service
sneak commented on pull request sneak/upaas#158 2026-03-10 01:00:42 +01:00
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.…

sneak commented on pull request sneak/upaas#158 2026-03-10 00:57:57 +01:00
feat: monolithic env var editing with bulk save

@clawbot Please make another PR for the formatting change.

sneak commented on pull request sneak/neoirc#61 2026-03-10 00:56:42 +01:00
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.

sneak pushed to fix/spa-reconnect-channel-tabs at sneak/neoirc 2026-03-10 00:55:35 +01:00
20317226b7 Merge branch 'main' into fix/spa-reconnect-channel-tabs
946f208ac2 feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries (#59)
Compare 2 commits »
sneak deleted branch feature/irc-numerics-batch2 from sneak/neoirc 2026-03-10 00:53:48 +01:00
sneak pushed to main at sneak/neoirc 2026-03-10 00:53:48 +01:00
946f208ac2 feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries (#59)
sneak merged pull request sneak/neoirc#59 2026-03-10 00:53:47 +01:00
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
sneak commented on issue sneak/neoirc#60 2026-03-09 23:37:46 +01:00
[bug] SPA reconnect does not restore channel tabs

@clawbot please do this

sneak commented on pull request sneak/neoirc#59 2026-03-09 23:32:38 +01:00
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

sneak commented on pull request sneak/neoirc#59 2026-03-09 23:15:08 +01:00
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries

@clawbot this needs rework, please do it

sneak commented on pull request sneak/neoirc#59 2026-03-09 23:09:14 +01:00
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.

sneak pushed to feature/irc-numerics-batch2 at sneak/neoirc 2026-03-09 23:00:45 +01:00
bc8df117ab Merge branch 'main' into feature/irc-numerics-batch2
47fb089969 fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD (#58)
Compare 2 commits »