| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make `/api/events` a firehose endpoint. | Owen Jacobson | 2024-09-27 |
| | | | | | | | | | It now includes events for all channels. Clients are responsible for filtering. The schema for channel events has changed; it now includes a channel name and ID, in the same format as the sender's name and ID. They also now include a `"type"` field, whose only valid value (as of this writing) is `"message"`. This is groundwork for delivering message deletion (expiry) events to clients, and notifying clients of channel lifecycle events. | ||
| * | Code organization changes considered during implementation of ↵ | Owen Jacobson | 2024-09-25 |
| | | | | | vector-of-sequence-numbers stream resume. | ||
| * | Write tests. | Owen Jacobson | 2024-09-20 |
