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
/
event
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Replace `channel` with `conversation` throughout the API.
Owen Jacobson
2025-07-03
*
Rename "channel" to "conversation" within the server.
Owen Jacobson
2025-07-03
*
Handlers are _named operations_, which can be exposed via routes.
Owen Jacobson
2025-06-18
*
Reorganize and consolidate HTTP routes.
Owen Jacobson
2025-06-18
*
Heartbeats are part of the event protocol.
Owen Jacobson
2025-04-08
*
Rename `login` to `user` throughout the server
Owen Jacobson
2025-03-23
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Resume points are no longer optional.
Owen Jacobson
2024-10-30
*
Provide a view of logins to clients.
Owen Jacobson
2024-10-09
*
Use a two-tier hierarchy for events.
Owen Jacobson
2024-10-09
*
Separate `/api/boot` into its own module.
Owen Jacobson
2024-10-05
*
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
*
Package up common event fields as Instant
Owen Jacobson
2024-10-02
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02