summaryrefslogtreecommitdiff
path: root/src/cli.rs
Commit message (Expand)AuthorAge
* Consolidate channel events into a single stream endpoint.Owen Jacobson2024-09-15
* Transmit messages via `/:chan/send` and `/:chan/events`.Owen Jacobson2024-09-13
* Push most endpoint and extractor logic into functoins of `App`.Owen Jacobson2024-09-12
* Wrap the database pool in an App struct.Owen Jacobson2024-09-12
* Allow any login to create channels.Owen Jacobson2024-09-04
* Expire sessions after 90 days.Owen Jacobson2024-09-04
* Allow login creation and authentication.Owen Jacobson2024-09-03
* Store state in sqlite. Default to .hi in the cwd.Owen Jacobson2024-08-30
* Make it an HTTP serverOwen Jacobson2024-08-30