summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Transmit messages via `/:chan/send` and `/:chan/events`.Owen Jacobson2024-09-13
* Consolidate the (now) two definitions of DateTime.Owen Jacobson2024-09-12
* 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
* Be a bit more consistent about 'token', the whole record, versus 'secret', th...Owen Jacobson2024-09-12
* Remove the now-unused `timestamp()` method from RequestedAt.Owen Jacobson2024-09-11
* Expire tokens based on when they were last used, not based on when they were ...Owen Jacobson2024-09-11
* Remove the notion of "channel members."Owen Jacobson2024-09-11
* Make sure Cargo.lock is not stale on commitOwen Jacobson2024-09-08
* Align /login form type name with other form type names.Owen Jacobson2024-09-04
* Support joining channels.Owen Jacobson2024-09-04
* Support leaving a channelOwen Jacobson2024-09-04
* Allow any login to create channels.Owen Jacobson2024-09-04
* Fix mis-placed commentOwen Jacobson2024-09-04
* Login fixes:Owen Jacobson2024-09-04
* Write down dependency for `cargo sqlx prepare --check`.Owen Jacobson2024-09-04
* Index token (issued_at) to avoid table scans on expiryOwen Jacobson2024-09-04
* Expire sessions after 90 days.Owen Jacobson2024-09-04
* Display a different / page depending on whether the current identity is valid...Owen Jacobson2024-09-04
* 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
* Tools scripts; `run` to run the server in fewer keystrokesOwen Jacobson2024-08-30
* Make it an HTTP serverOwen Jacobson2024-08-30
* Empty bin crateOwen Jacobson2024-08-30