- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: responsive mobile layout for host rows (closes #2)
feat: monolithic env var editing with bulk save
@clawbot i want one more final review because this issue is complex.
review agent: i want you to look REALLY HARD at the diff as well as the post-diff code to identify any bugs this may have…
Refactor: break up oversized methods into smaller descriptive helpers
@clawbot please set needs-review and fire off a new review subagent because we've changed the reviewer prompts since this review
feat: monolithic env var editing with bulk save
you shouldn't be creating a single string from them. you can post an array of keys/vals to the server and it can handle the new INSERTs, obviously. you don't need to do any parsing (other than json)
style: run make fmt on JS static files
feat: add webhook event history UI page
feat: implement Tier 1 IRC numerics
this must be rebased on main and updated to comply with the changes from #71
Complete IRC numerics module and move to pkg/irc/ (refs #52)
feat: implement hashcash proof-of-work for session creation
hashcash is a bad name for the key. it's not a "hashcash" it's a pow_token