You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/changelogs/client_server/newsfragments
Richard van der Hoff 36b02edfc2
Distinguish 'client' from 'federation' events (#3658)
Fixes #3305 
Fixes #3380
 
The idea here is to better distinguish between a 'raw' event (as we send over the wire), and the 
'serialised' format, as sent in responses to the C-S api and in `PUT /_matrix/app/v1/transactions/{txnId}`.

It's made more complicated by the fact that there are _two_ serialisation formats, one used by `/sync`
and `/notifications`, and one by everything else (the difference being whether `room_id` is included).

In an ideal world, we wouldn't repeat `SerialisedEvent` every time it's used, and instead just link to the
first reference, but that's a job for another day.

Another job for another day is to get rid of things like `sync_state_event.yaml` (which is now used
only in one place, so should be inlined.)
3 years ago
..
.gitignore Don't let the newsfragments wink out of existence 6 years ago
3324.feature Add m.login.appservice to the spec (#3324) 3 years ago
3387.feature Room versions 8 and 9: Restricted rooms (#3387) 3 years ago
3481.clarification Key name is supposed to be optional, as per MSC2874 (#3481) 3 years ago
3482.clarification remove extra `type` property (#3482) 3 years ago
3492.clarification Add GitHub Action to check spelling (#3591) 3 years ago
3495.clarification typos: Corrected typos in message_pagination.yaml (#3495) 3 years ago
3509.clarification OpenAPI: Add missing `required` flag in `getRoomKeys` (#3509) 3 years ago
3524.breaking Move `prev_content` to unsigned (#3524) 3 years ago
3530.clarification Add HTTP 403 to possible profile responses (#3530) 3 years ago
3535.clarification Fix typo (#3535) 3 years ago
3543.clarification Clarifications to /sync description (#3534) 3 years ago
3562.clarification Clarify that `base_url` in client `well_known` may or may not include trailing slash (#3562) 3 years ago
3573.clarification clarify which signature to check (#3573) 3 years ago
3591.clarification Add changelog 3 years ago
3601.clarification Add changelog 3 years ago
3605.feature.1 Add guest changes to spec: MSC3069 and MSC3419 (#3605) 3 years ago
3605.feature.2 Add guest changes to spec: MSC3069 and MSC3419 (#3605) 3 years ago
3606.clarification Describe and hoist stripped state to a first-class citizen (#3606) 3 years ago
3610.feature Add Spaces to the spec (#3610) 3 years ago
3610.new Add Spaces to the spec (#3610) 3 years ago
3611.clarification Avoid use of the word "clobber" (#3611) 3 years ago
3614.feature Add capabilities described by MSC3283 (#3614) 3 years ago
3615.feature Specify fallback keys (#3615) 3 years ago
3616.feature Add registration token UIA type (#3616) 3 years ago
3616.new Add Spaces to the spec (#3610) 3 years ago
3624.breaking Remove `aliases` from `/publicRooms` response (#3624) 3 years ago
3636.clarification Clarify how to interpret missing one time key counts (#3636) 3 years ago
3650.clarification Responses schema fixes (#3650) 3 years ago
3652.clarification Remove straggling case of "groups" (#3652) 3 years ago
3658.clarification Distinguish 'client' from 'federation' events (#3658) 3 years ago
3671.clarification Update several spots where C-S API was still using r0 APIs (#3671) 3 years ago
3674.clarification Changelogs for #3674 3 years ago
3680.clarification Add missing changelog 3 years ago