matrix-spec/specification
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
..
appendices Fix room versions reference in appendices & s2s spec 2019-01-16 17:05:57 -07:00
modules Merge pull request #1791 from matrix-org/travis/spec/rver-upgrades 2019-01-23 19:04:24 -07:00
rooms Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00
appendices.rst Split appendices up 2016-10-31 12:01:37 +00:00
application_service_api.rst fix irc bridge example properly 2018-10-18 21:50:39 +01:00
client_server_api.rst Remove CAS login and reference it against r0.4.0 2019-01-16 16:13:53 -07:00
events.rst fix inter-spec link 2017-10-15 23:42:05 +01:00
feature_profiles.rst Third party lookup module. Fix wording 2018-07-12 16:59:30 +01:00
identity_service_api.rst Add r0 version links 2018-08-31 17:40:32 -06:00
index.rst Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00
modules.rst Add a license to the spec 2016-07-12 17:28:30 +01:00
proposals.rst Use $ref, clean up, fix errors, AS is now a C-S module. 2018-07-12 14:31:34 +01:00
proposals_intro.rst 75% majority now required for FCP 2019-01-29 14:36:26 +00:00
push_gateway.rst Render a warning if the spec is unstable 2018-08-30 15:05:50 -06:00
server_server_api.rst Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00
targets.yaml Add specification for room version 3: Event IDs as hashes 2019-01-30 17:03:03 -07:00