summaryrefslogtreecommitdiff
path: root/src/events
Commit message (Expand)AuthorAge
* Send created events when channels are added.Owen Jacobson2024-09-28
* Make `/api/events` a firehose endpoint.Owen Jacobson2024-09-27
* Fix test missed in cce1ab45db0de5e912fa7eec8d8a2cfe9a314078Owen Jacobson2024-09-27
* Stream over results while OK, using less code.Owen Jacobson2024-09-25
* Missed one when drafting the tests.Owen Jacobson2024-09-25
* Remove some extraneous turbofish operators.Owen Jacobson2024-09-25
* `sequence` was not intended to appear in messages.Owen Jacobson2024-09-25
* More reorganizing.Owen Jacobson2024-09-25
* Typo in test nameOwen Jacobson2024-09-25
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* rustdoc comment for the (very limited) public API of the crate.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