summaryrefslogtreecommitdiff
path: root/src/message
Commit message (Expand)AuthorAge
* Replace `channel` with `conversation` throughout the API.Owen Jacobson2025-07-03
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Rename "channel" to "conversation" in the database.Owen Jacobson2025-07-03
* Prevent sending messages to deleted channels.Owen Jacobson2025-07-03
* Remove the snapshot fields from `/api/boot`.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
* Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Expire messages after 30 days.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Upgrade Axum to 0.8.1.Owen Jacobson2025-02-19
* Shorten the default retention, dramatically.Owen Jacobson2024-11-07
* Track an index-friendly sequence range for both channels and messages.Owen Jacobson2024-10-30
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Avoid hard-coding the assumption that delete comes-after create.Owen Jacobson2024-10-30
* Restrict deletion to deleting your own messages.Owen Jacobson2024-10-29
* To make it easier to correlate deletes to the event stream, have deletes retu...Owen Jacobson2024-10-25
* Tests for `DELETE /api/messages/:id`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
* Unicode normalization on input.Owen Jacobson2024-10-21
* Switch to blanking tombstoned data with null, not empty string.Owen Jacobson2024-10-18
* Retain deleted messages and channels temporarily, to preserve events for replay.Owen Jacobson2024-10-17
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
* Normalize `not found` errors a bit.Owen Jacobson2024-10-09
* 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
* Simplify channel IDs in events. Remove redundant ones.Owen Jacobson2024-10-09
* Use a two-tier hierarchy for events.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
* Use `/api/boot` to bootstrap the client.Owen Jacobson2024-10-05
* Clean up naming and semantics of history accessors.Owen Jacobson2024-10-04
* Stray warningsOwen Jacobson2024-10-03
* List messages per channel.Owen Jacobson2024-10-03
* Add endpoints for deleting channels and messages.Owen Jacobson2024-10-03
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01