summaryrefslogtreecommitdiff
path: root/src/channel/history.rs
Commit message (Expand)AuthorAge
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Avoid hard-coding the assumption that delete comes-after create.Owen Jacobson2024-10-30
* Retain deleted messages and channels temporarily, to preserve events for replay.Owen Jacobson2024-10-17
* Use a two-tier hierarchy for events.Owen Jacobson2024-10-09
* Flatten nested `channel` and `message` structs in events and API responses.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.Owen Jacobson2024-10-05
* Clean up naming and semantics of history accessors.Owen Jacobson2024-10-04
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03