You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tighten permissions on HPKE keys
* Add "burndown-enabled" to /api/info
* Fix burndown/revoke nits
* Loop on decremented variable
* Boyscouting
* Fix actor/hostname handling
* TOTP is required for BurnDown
* Don't interpolate SQL strings
TIL you can parameterize OFFSET and LIMIT and it... just works.
* Enforce BurnDown
* Cap penalty to 2^60 times the base penalty
* Prevent locking race conditions
* Throw on error
* Fix BurnDown tests
* Specification compliance nit
Now the correct array indices are used
* Use hash_equals() here
It isn't a security impact, but might as well be consistent
* Remove dead constant
* Rate-limit filesystem backend: use exclusive locks
* Throw on NULL hostnames
* Update test
* Regenerate Reference Docs
* Fix sqlite
* Add missing annotation
* Do we need to clear the transactions?
* Proposed fix
* More rollbacks
* More retries
* Force rollback
* Fix timeouts
* Regenerate docs
* Use different test domain
* Lock for shorter intervals
* END TRANSACTION in finally block
* Nits
* Attempted fix: correct PRAGMA usage
* Remove kludge
0 commit comments