| Commit message (Expand) | Author | Age |
| * | Create a dedicated workflow type for creating logins. | Owen Jacobson | 2024-10-29 |
| * | Restrict login names. | Owen Jacobson | 2024-10-29 |
| * | Tests for accepting invites | Owen Jacobson | 2024-10-24 |
| * | Make sure (most) queries avoid table scans. | Owen Jacobson | 2024-10-23 |
| * | Sort out the naming of the various parts of an identity. | Owen Jacobson | 2024-10-22 |
| * | Provide `hi-recanonicalize` to recover from canonicalized-name problems. | Owen Jacobson | 2024-10-22 |
| * | Canonicalize login and channel names. | Owen Jacobson | 2024-10-22 |
| * | Unicode normalization on input. | Owen Jacobson | 2024-10-21 |
| * | Make the responses for various data creation requests more consistent. | Owen Jacobson | 2024-10-19 |
| * | Retain deleted messages and channels temporarily, to preserve events for replay. | Owen Jacobson | 2024-10-17 |
| * | Organizational pass on endpoints and routes. | Owen Jacobson | 2024-10-16 |
| * | Split the login transaction, to reduce database contention during login | Owen Jacobson | 2024-10-11 |
| * | Stop creating accounts during login. | Owen Jacobson | 2024-10-11 |
| * | Blind debug output for StoredHash. | Owen Jacobson | 2024-10-11 |
| * | Provide a view of logins to clients. | Owen Jacobson | 2024-10-09 |
| * | Separate `/api/boot` into its own module. | Owen Jacobson | 2024-10-05 |
| * | Use `/api/boot` to bootstrap the client. | Owen Jacobson | 2024-10-05 |
| * | Retire top-level `repo`. | Owen Jacobson | 2024-10-02 |
| * | Split login and token handling. | Owen Jacobson | 2024-10-02 |
| * | First pass on reorganizing the backend. | Owen Jacobson | 2024-10-02 |
| * | Organize IDs into top-level namespaces. | Owen Jacobson | 2024-10-01 |
| * | Provide a resume point to bridge clients from state snapshots to the event se... | Owen Jacobson | 2024-10-01 |
| * | Prevent racing between `limit_stream` and logging out. | Owen Jacobson | 2024-10-01 |
| * | Reimplement the logout machinery in terms of token IDs, not token secrets. | Owen Jacobson | 2024-09-29 |
| * | Shut down the `/api/events` stream when the user logs out or their token expi... | Owen Jacobson | 2024-09-29 |
| * | Wrap credential and credential-holding types to prevent `Debug` leaks. | Owen Jacobson | 2024-09-28 |
| * | Expire channels, too. | Owen Jacobson | 2024-09-28 |
| * | Browsers default Path= to the directory part of the request URI. | Owen Jacobson | 2024-09-27 |
| * | Retire `fixtures::error::expected!`. | Owen Jacobson | 2024-09-25 |
| * | Crank up the Clippy warnings. | Owen Jacobson | 2024-09-25 |
| * | rustdoc comment for the (very limited) public API of the crate. | Owen Jacobson | 2024-09-25 |
| * | Write tests. | Owen Jacobson | 2024-09-20 |
| * | Pass dates around by ref more consistently | 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 |
| * | Most pass-through errors do not need additional message text | Owen Jacobson | 2024-09-18 |
| * | Return 404s when resources are not found. | 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 |
| * | 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 |
| * | Generate the required structure for broadcasting from a join, not from O(n) q... | 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 |