summaryrefslogtreecommitdiff
path: root/src/channel
Commit message (Expand)AuthorAge
* Unicode normalization on input.Owen Jacobson2024-10-21
* Make the responses for various data creation requests more consistent.Owen Jacobson2024-10-19
* Cargo fmtOwen Jacobson2024-10-18
* 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
* Return a distinct error when an invite username is in use.Owen Jacobson2024-10-11
* Return an instance of the client when opening a channel URL directly.Owen Jacobson2024-10-10
* Fix tests broken in f624a6a49c7a924cbaae41b3f73ee3fa655c459eOwen Jacobson2024-10-10
* Normalize `not found` errors a bit.Owen Jacobson2024-10-09
* Align send request fields with message fields by renaming `message` to `body`.Owen Jacobson2024-10-09
* Provide a view of logins to clients.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
* Package up common event fields as InstantOwen Jacobson2024-10-02
* Retire top-level `repo`.Owen Jacobson2024-10-02
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* Provide a resume point to bridge clients from state snapshots to the event se...Owen Jacobson2024-10-01
* Track event sequences globally, not per channel.Owen Jacobson2024-10-01
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Expire channels, too.Owen Jacobson2024-09-28
* Delete expired messages out of band.Owen Jacobson2024-09-28
* Push message body into its own object in eventsOwen Jacobson2024-09-28
* Send created events when channels are added.Owen Jacobson2024-09-28
* Make `/api/events` a firehose endpoint.Owen Jacobson2024-09-27
* Retire `fixtures::error::expected!`.Owen Jacobson2024-09-25
* More reorganizing.Owen Jacobson2024-09-25
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...Owen Jacobson2024-09-25
* Redundant code missed in previous commit.Owen Jacobson2024-09-25
* Use a vector of sequence numbers, not timestamps, to restart /api/events stre...Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Push the handling of the `Last-Event-Id` _format_ inside of `channels::app`.Owen Jacobson2024-09-20
* Push events into a module structure consistent with the rest of the project.Owen Jacobson2024-09-20
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Expire messages after 90 days.Owen Jacobson2024-09-20
* Somewhere along the line this lifetime bound became redundant.Owen Jacobson2024-09-18
* Most pass-through errors do not need additional message textOwen Jacobson2024-09-18
* Return 404s when resources are not found.Owen Jacobson2024-09-18
* Make BoxedError an implementation detail of InternalError.Owen Jacobson2024-09-18
* App methods now return errors that allow not-found cases to be distinguished.Owen Jacobson2024-09-18
* Express record dependencies through types.Owen Jacobson2024-09-17