| Commit message (Expand) | Author | Age |
| * | Provide a resume point to bridge clients from state snapshots to the event se... | Owen Jacobson | 2024-10-01 |
| * | Track event sequences globally, not per channel. | 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 |
| * | Delete expired messages out of band. | Owen Jacobson | 2024-09-28 |
| * | Assign sequence numbers from a counter, not by scanning messages | Owen Jacobson | 2024-09-28 |
| * | Send created events when channels are added. | Owen Jacobson | 2024-09-28 |
| * | Use a vector of sequence numbers, not timestamps, to restart /api/events stre... | Owen Jacobson | 2024-09-25 |
| * | Remove the HTML client, and expose a JSON API. | Owen Jacobson | 2024-09-20 |
| * | Expire messages after 90 days. | Owen Jacobson | 2024-09-20 |
| * | 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 |
| * | Annotate channel events with channel ID at the router, not intrinsically. | 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 |
| * | 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 |
| * | Push most endpoint and extractor logic into functoins of `App`. | Owen Jacobson | 2024-09-12 |
| * | 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 |
| * | Support joining channels. | Owen Jacobson | 2024-09-04 |
| * | Allow any login to create channels. | Owen Jacobson | 2024-09-04 |
| * | Expire sessions after 90 days. | Owen Jacobson | 2024-09-04 |
| * | Display a different / page depending on whether the current identity is valid... | Owen Jacobson | 2024-09-04 |
| * | Add logout support. | Owen Jacobson | 2024-09-03 |
| * | Allow login creation and authentication. | Owen Jacobson | 2024-09-03 |