summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* Merge branch 'wip/ui'Owen Jacobson2024-10-05
|\
| * Render the UI at /.Owen Jacobson2024-10-05
* | Dependency update.Owen Jacobson2024-10-05
* | Replace `unsafe` impl of backups with `rusqlite`.Owen Jacobson2024-10-05
* | Use sqlx's API, not SQL groveling, to find unwanted migrations.Owen Jacobson2024-10-05
* | Make a backup of the `.hi` database before applying migrations.Owen Jacobson2024-10-05
|/
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03
* Package upgradesOwen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Blanket dependency upgrades, yolo editionOwen Jacobson2024-09-18
* App methods now return errors that allow not-found cases to be distinguished.Owen Jacobson2024-09-18
* Consolidate channel events into a single stream endpoint.Owen Jacobson2024-09-15
* Placeholder UX, probablyOwen Jacobson2024-09-14
* Support Last-Event-Id as a method of resuming channel events after a disconnectOwen Jacobson2024-09-13
* Tolerate panics in channel::app where they can only be triggered by implement...Owen Jacobson2024-09-13
* Transmit messages via `/:chan/send` and `/:chan/events`.Owen Jacobson2024-09-13
* Add logout support.Owen Jacobson2024-09-03
* 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
* Empty bin crateOwen Jacobson2024-08-30