| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | Shut down the `/api/events` stream when the user logs out or their token expi... | Owen Jacobson | 2024-09-29 |
| * | 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 |
| * | Transmit messages via `/:chan/send` and `/:chan/events`. | Owen Jacobson | 2024-09-13 |
| * | 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 |
| * | Allow any login to create channels. | Owen Jacobson | 2024-09-04 |
| * | Index token (issued_at) to avoid table scans on expiry | Owen Jacobson | 2024-09-04 |
| * | Allow login creation and authentication. | Owen Jacobson | 2024-09-03 |
| * | Store state in sqlite. Default to .hi in the cwd. | Owen Jacobson | 2024-08-30 |
