summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAge
* Make `Boot` a freestanding app type, rather than a view of `crate::app::App`'...Owen Jacobson2025-10-28
* 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
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
* Include historical events in the boot response.Owen Jacobson2025-06-20
* Hoist heartbeat configuration out to the web handler.Owen Jacobson2025-06-20
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18
* Reorganize and consolidate HTTP routes.Owen Jacobson2025-06-18
* Heartbeats are part of the event protocol.Owen Jacobson2025-04-08
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Restrict deletion to deleting your own messages.Owen Jacobson2024-10-29
* Test boot more thoroughly.Owen Jacobson2024-10-23
* Make sure (most) queries avoid table scans.Owen Jacobson2024-10-23
* Sort out the naming of the various parts of an identity.Owen Jacobson2024-10-22
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
* Return a flat message list on boot, not nested lists by channel.Owen Jacobson2024-10-09
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Flatten nested `channel` and `message` structs in events and API responses.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.Owen Jacobson2024-10-05