summaryrefslogtreecommitdiff
path: root/src/test/fixtures
Commit message (Expand)AuthorAge
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Track event sequences globally, not per channel.Owen Jacobson2024-10-01
* Reimplement the logout machinery in terms of token IDs, not token secrets.Owen Jacobson2024-09-29
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Wrap credential and credential-holding types to prevent `Debug` leaks.Owen Jacobson2024-09-28
* Expire channels, too.Owen Jacobson2024-09-28
* Delete expired messages out of band.Owen Jacobson2024-09-28
* Send created events when channels are added.Owen Jacobson2024-09-28
* Make `/api/events` a firehose endpoint.Owen Jacobson2024-09-27
* Retire `fixtures::error::expected!`.Owen Jacobson2024-09-25
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20