summaryrefslogtreecommitdiff
path: root/src/conversation
Commit message (Expand)AuthorAge
* Define a generic "Failed" case for app-level errors (and a few others).Owen Jacobson2025-11-25
* Convert the `Messages` component to a freestanding struct.Owen Jacobson2025-10-28
* Convert the `Conversations` component into a freestanding struct.Owen Jacobson2025-10-28
* Consolidate `events.map(…).collect()` calls into `Broadcaster`.Owen Jacobson2025-08-26
* Store `Message` instances using their events.Owen Jacobson2025-08-26
* 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