summaryrefslogtreecommitdiff
path: root/src/events.rs
Commit message (Expand)AuthorAge
* 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
* Return 404s when resources are not found.Owen Jacobson2024-09-18
* Make BoxedError an implementation detail of InternalError.Owen Jacobson2024-09-18
* Some code cleanup on eventsOwen Jacobson2024-09-16
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Annotate channel events with channel ID at the router, not intrinsically.Owen Jacobson2024-09-15
* Consolidate channel events into a single stream endpoint.Owen Jacobson2024-09-15