summaryrefslogtreecommitdiff
path: root/src/conversation
Commit message (Expand)AuthorAge
* Store `Conversation` instances using their events.Owen Jacobson2025-08-26
* Allow callers to pass `Instant`s to `Sequence` predicate constructors.Owen Jacobson2025-08-26
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Group Rust imports by crate.Owen Jacobson2025-08-25
* Collapse redundant "deleted_at" timestaps and "deleted" event instants.Owen Jacobson2025-08-24
* Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.Owen Jacobson2025-08-13
* Define ID types as specializations, rather than newtypes.Owen Jacobson2025-07-24
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03