summaryrefslogtreecommitdiff
path: root/src/event/handlers/stream
Commit message (Expand)AuthorAge
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
* Return an identity, rather than the parts of an identity, when validating an ...Owen Jacobson2025-08-25
* Stop returning an HTTP body from `POST /api/invite/:id`.Owen Jacobson2025-08-24
* Stop returning body data from `POST /api/setup`.Owen Jacobson2025-08-24
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Support querying event sequences via iterators or streams.Owen Jacobson2025-06-20
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18