summaryrefslogtreecommitdiff
path: root/src/repo/channel.rs
Commit message (Expand)AuthorAge
* 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
* rustdoc comment for the (very limited) public API of the crate.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
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Express record dependencies through types.Owen Jacobson2024-09-17
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16