matrix-spec/api/server-server/definitions
Travis Ralston ff75996524 Add specification for room version 3: Event IDs as hashes
Original proposal: https://github.com/matrix-org/matrix-doc/pull/1659
Implementation proofs (some traversing of the PR tree may be required to get all of them):
* https://github.com/matrix-org/synapse/pull/4483
* https://github.com/matrix-org/synapse/pull/4499

This doesn't intentionally change anything from the proposal.

**Implementation details**:

The simple part of this is the introduction of a rooms/v3.html document. The somewhat unclear part is the stuff done to the s2s definitions. This pulls `unsigned_pdu` out to `unsigned_pdu_base` (all fields except `event_id`) where it can be reused in `pdu` and `pdu_v3` (for rooms v3). These definitions are further moved into the room version specifications where they can highlight the exact schemas in detail.

Version 1 has been updated to include the pre-existing event format, however the core principles of the room have not been changed. The same applies to room version 2. Room versions have immutable core principles once in the spec, otherwise these format changes would land in a pre-existing version.

The client-server API event formats will need updating, however that is being punted to a different commit to try and keep these changes reviewable.
2019-01-30 17:03:03 -07:00
..
event-schemas Merge pull request #1648 from matrix-org/matthew/device_list_update 2018-09-03 16:54:36 +01:00
edu.yaml Remove unused origin and destination on EDUs 2018-08-08 07:43:22 -06:00
invite_event.yaml Improve documentation for how non-third party invites work 2018-07-26 08:44:10 -06:00
keys.yaml Use more modern timestamps 2018-07-26 16:46:33 -06:00
keys_query_response.yaml Improve the server key exchange portion of the s2s specification 2018-07-26 08:41:00 -06:00
pdu.yaml Rewrite the section on signing events 2018-08-30 14:37:24 +01:00
pdu_v3.yaml Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00
security.yaml Define authorization requirements on federation swagger APIs 2018-08-09 08:37:35 -06:00
transaction.yaml Specify a limit on the number of EDUs and PDUs a transaction can contain 2018-08-28 17:29:58 +01:00
unsigned_pdu.yaml Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00
unsigned_pdu_base.yaml Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00