summaryrefslogtreecommitdiff
path: root/src/events/routes.rs
Commit message (Expand)AuthorAge
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Provide a resume point to bridge clients from state snapshots to the event se...Owen Jacobson2024-10-01
* Track event sequences globally, not per channel.Owen Jacobson2024-10-01
* Prevent racing between `limit_stream` and logging out.Owen Jacobson2024-10-01
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Delete expired messages out of band.Owen Jacobson2024-09-28
* Make `/api/events` a firehose endpoint.Owen Jacobson2024-09-27
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...Owen Jacobson2024-09-25
* Use a vector of sequence numbers, not timestamps, to restart /api/events stre...Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Push the handling of the `Last-Event-Id` _format_ inside of `channels::app`.Owen Jacobson2024-09-20
* Push events into a module structure consistent with the rest of the project.Owen Jacobson2024-09-20