- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: enhance /api/v1/status endpoint with full monitoring data
[cleanup] Replace string-matching error detection with typed errors
Replace string-matching error detection with typed SQLite errors (closes #39)
Implement queue pruning and message rotation (closes #40)
why did you change from go durations to integer seconds?
Implement queue pruning and message rotation (closes #40)
where did these timeouts come from?
i think per default per-client expiry should be 30 days. default message expiry should be the same - 30 days (and not a count).
[cleanup] Remove dead Auth() middleware method
Remove dead Auth() middleware method
feat: implement hashcash proof-of-work for session creation
i don’t like that the hc token is sent in a header. we have a json api, use it.
feat: implement hashcash proof-of-work for session creation
rework: no code goes in cmd/ other than minimal bootstrapping code, put cli stuff in internal/cli.
feat: implement hashcash proof-of-work for session creation
@clawbot why wasn’t the needs-rework tag applied?