| Commit message (Expand) | Author | Age |
| * | Write tests. | Owen Jacobson | 2024-09-20 |
| * | Docs updates: | Owen Jacobson | 2024-09-20 |
| * | Pass dates around by ref more consistently | Owen Jacobson | 2024-09-20 |
| * | Put database prep somewhere tests can call it. | Owen Jacobson | 2024-09-20 |
| * | Push the handling of the `Last-Event-Id` _format_ inside of `channels::app`. | Owen Jacobson | 2024-09-20 |
| * | Push events into a module structure consistent with the rest of the project. | Owen Jacobson | 2024-09-20 |
| * | Remove the HTML client, and expose a JSON API. | Owen Jacobson | 2024-09-20 |
| * | Expire messages after 90 days. | Owen Jacobson | 2024-09-20 |
| * | Less Option calisthenic | Owen Jacobson | 2024-09-20 |
| * | Blanket dependency upgrades, yolo edition | Owen Jacobson | 2024-09-18 |
| * | Somewhere along the line this lifetime bound became redundant. | Owen Jacobson | 2024-09-18 |
| * | Most pass-through errors do not need additional message text | Owen Jacobson | 2024-09-18 |
| * | Log internal errors (and make it possible to track them down). | Owen Jacobson | 2024-09-18 |
| * | Return 404s when resources are not found. | Owen Jacobson | 2024-09-18 |
| * | Make BoxedError an implementation detail of InternalError. | Owen Jacobson | 2024-09-18 |
| * | App methods now return errors that allow not-found cases to be distinguished. | Owen Jacobson | 2024-09-18 |
| * | Express record dependencies through types. | Owen Jacobson | 2024-09-17 |
| * | Some code cleanup on events | Owen Jacobson | 2024-09-16 |
| * | Consolidate most repository types into a repo module. | Owen Jacobson | 2024-09-16 |
| * | Revoking a nonexistent token should fail | Owen Jacobson | 2024-09-16 |
| * | Expose sqlx errors directly in repo interfaces. | Owen Jacobson | 2024-09-16 |
| * | Return unauthorized, not forbidden, when authenticating with an invalid cookie | Owen Jacobson | 2024-09-16 |
| * | Pass through CookieJar encoding/decoding errors using its own types. | Owen Jacobson | 2024-09-16 |
| * | Annotate channel events with channel ID at the router, not intrinsically. | Owen Jacobson | 2024-09-15 |
| * | Move channel list into the `app.channels()` namespace. | Owen Jacobson | 2024-09-15 |
| * | Consolidate channel events into a single stream endpoint. | Owen Jacobson | 2024-09-15 |
| * | Placeholder UX, probably | Owen Jacobson | 2024-09-14 |
| * | Support Last-Event-Id as a method of resuming channel events after a disconnect | Owen Jacobson | 2024-09-13 |
| * | Generate the required structure for broadcasting from a join, not from O(n) q... | Owen Jacobson | 2024-09-13 |
| * | Tolerate panics in channel::app where they can only be triggered by implement... | Owen Jacobson | 2024-09-13 |
| * | Suggested fixes from Clippy, via nursery and pedantic sets. | Owen Jacobson | 2024-09-13 |
| * | Embed the sender's whole login (id and name) in messages, drop the redundant ... | Owen Jacobson | 2024-09-13 |
| * | Transmit messages via `/:chan/send` and `/:chan/events`. | Owen Jacobson | 2024-09-13 |
| * | Consolidate the (now) two definitions of DateTime. | Owen Jacobson | 2024-09-12 |
| * | Push most endpoint and extractor logic into functoins of `App`. | Owen Jacobson | 2024-09-12 |
| * | Wrap the database pool in an App struct. | Owen Jacobson | 2024-09-12 |
| * | Be a bit more consistent about 'token', the whole record, versus 'secret', th... | Owen Jacobson | 2024-09-12 |
| * | Remove the now-unused `timestamp()` method from RequestedAt. | Owen Jacobson | 2024-09-11 |
| * | Expire tokens based on when they were last used, not based on when they were ... | Owen Jacobson | 2024-09-11 |
| * | Remove the notion of "channel members." | Owen Jacobson | 2024-09-11 |
| * | Make sure Cargo.lock is not stale on commit | Owen Jacobson | 2024-09-08 |
| * | Align /login form type name with other form type names. | Owen Jacobson | 2024-09-04 |
| * | Support joining channels. | Owen Jacobson | 2024-09-04 |
| * | Support leaving a channel | Owen Jacobson | 2024-09-04 |
| * | Allow any login to create channels. | Owen Jacobson | 2024-09-04 |
| * | Fix mis-placed comment | Owen Jacobson | 2024-09-04 |
| * | Login fixes: | Owen Jacobson | 2024-09-04 |
| * | Write down dependency for `cargo sqlx prepare --check`. | Owen Jacobson | 2024-09-04 |
| * | Index token (issued_at) to avoid table scans on expiry | Owen Jacobson | 2024-09-04 |
| * | Expire sessions after 90 days. | Owen Jacobson | 2024-09-04 |