summaryrefslogtreecommitdiff
path: root/src/message/repo.rs
Commit message (Expand)AuthorAge
* Replace `channel` with `conversation` throughout the API.Owen Jacobson2025-07-03
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Rename "channel" to "conversation" in the database.Owen Jacobson2025-07-03
* Prevent sending messages to deleted channels.Owen Jacobson2025-07-03
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Track an index-friendly sequence range for both channels and messages.Owen Jacobson2024-10-30
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Make sure (most) queries avoid table scans.Owen Jacobson2024-10-23
* Unicode normalization on input.Owen Jacobson2024-10-21
* Switch to blanking tombstoned data with null, not empty string.Owen Jacobson2024-10-18
* Retain deleted messages and channels temporarily, to preserve events for replay.Owen Jacobson2024-10-17
* Return a flat message list on boot, not nested lists by channel.Owen Jacobson2024-10-09
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Simplify channel IDs in events. Remove redundant ones.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
* List messages per channel.Owen Jacobson2024-10-03
* Add endpoints for deleting channels and messages.Owen Jacobson2024-10-03
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03