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
/
message
/
snapshot.rs
Commit message (
Expand
)
Author
Age
*
Collapse redundant "deleted_at" timestaps and "deleted" event instants.
Owen Jacobson
2025-08-24
*
Replace `channel` with `conversation` throughout the API.
Owen Jacobson
2025-07-03
*
Rename "channel" to "conversation" within the server.
Owen Jacobson
2025-07-03
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Upgrade to Rust 1.85 and Rust 2024 edition.
Owen Jacobson
2025-02-20
*
Unicode normalization on input.
Owen Jacobson
2024-10-21
*
Retain deleted messages and channels temporarily, to preserve events for replay.
Owen Jacobson
2024-10-17
*
Provide a view of logins to clients.
Owen Jacobson
2024-10-09
*
Simplify channel IDs in events. Remove redundant ones.
Owen Jacobson
2024-10-09
*
Use a two-tier hierarchy for events.
Owen Jacobson
2024-10-09
*
Flatten nested `channel` and `message` structs in events and API responses.
Owen Jacobson
2024-10-09
*
List messages per channel.
Owen Jacobson
2024-10-03
*
Represent channels and messages using a split "History" and "Snapshot" model.
Owen Jacobson
2024-10-03