summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Express record dependencies through types.Owen Jacobson2024-09-17
* Some code cleanup on eventsOwen Jacobson2024-09-16
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Revoking a nonexistent token should failOwen Jacobson2024-09-16
* Expose sqlx errors directly in repo interfaces.Owen Jacobson2024-09-16
* Return unauthorized, not forbidden, when authenticating with an invalid cookieOwen Jacobson2024-09-16
* Pass through CookieJar encoding/decoding errors using its own types.Owen Jacobson2024-09-16
* Annotate channel events with channel ID at the router, not intrinsically.Owen Jacobson2024-09-15
* Move channel list into the `app.channels()` namespace.Owen Jacobson2024-09-15
* 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
* Generate the required structure for broadcasting from a join, not from O(n) q...Owen Jacobson2024-09-13
* Tolerate panics in channel::app where they can only be triggered by implement...Owen Jacobson2024-09-13
* Suggested fixes from Clippy, via nursery and pedantic sets.Owen Jacobson2024-09-13
* Embed the sender's whole login (id and name) in messages, drop the redundant ...Owen Jacobson2024-09-13
* 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
* 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
* 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
* Make it an HTTP serverOwen Jacobson2024-08-30
* Empty bin crateOwen Jacobson2024-08-30