summaryrefslogtreecommitdiff
path: root/src/repo/channel.rs
Commit message (Expand)AuthorAge
* Retire top-level `repo`.Owen Jacobson2024-10-02
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* 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
* 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