summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Expire channels, too.Owen Jacobson2024-09-28
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* 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