summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* 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