summaryrefslogtreecommitdiff
path: root/src/message
Commit message (Expand)AuthorAge
* 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