summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* rustdoc comment for the (very limited) public API of the crate.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Some code cleanup on eventsOwen Jacobson2024-09-16
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Consolidate channel events into a single stream endpoint.Owen Jacobson2024-09-15
* 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
* Make it an HTTP serverOwen Jacobson2024-08-30