summaryrefslogtreecommitdiff
path: root/src/events/app.rs
Commit message (Expand)AuthorAge
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Clean up use of bare tuple as a vector element for ResumePoint.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
* More reorganizing.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...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