index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conversation
Commit message (
Expand
)
Author
Age
*
Convert the `Messages` component to a freestanding struct.
Owen Jacobson
2025-10-28
*
Convert the `Conversations` component into a freestanding struct.
Owen Jacobson
2025-10-28
*
Consolidate `events.map(…).collect()` calls into `Broadcaster`.
Owen Jacobson
2025-08-26
*
Store `Message` instances using their events.
Owen Jacobson
2025-08-26
*
Store `Conversation` instances using their events.
Owen Jacobson
2025-08-26
*
Allow callers to pass `Instant`s to `Sequence` predicate constructors.
Owen Jacobson
2025-08-26
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
*
Group Rust imports by crate.
Owen Jacobson
2025-08-25
*
Collapse redundant "deleted_at" timestaps and "deleted" event instants.
Owen Jacobson
2025-08-24
*
Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.
Owen Jacobson
2025-08-13
*
Define ID types as specializations, rather than newtypes.
Owen Jacobson
2025-07-24
*
Rename "channel" to "conversation" within the server.
Owen Jacobson
2025-07-03