Travis Ralston
|
0347e873ef
|
Specify .well-known s2s discovery and X.509 validation
Original proposals:
* https://github.com/matrix-org/matrix-doc/pull/1708 (note: the JSON requirements were softened by https://github.com/matrix-org/matrix-doc/pull/1824)
* https://github.com/matrix-org/matrix-doc/pull/1711
Implementation proofs:
* https://github.com/matrix-org/synapse/pull/4489
* No explicit PRs for MSC1711 could be found, however Synapse is known to implement it.
There are no intentional changes which differ from the proposals in this commit, however the author has relied upon various historical conversations outside of the proposals to gain the required context. Inaccuracies introduced by the author are purely accidental.
|
6 years ago |
Travis Ralston
|
d2b35e5150
|
Merge pull request #1821 from matrix-org/travis/spec/rver-make-memberships
Specify the room_version response property on /make_{leave|join}
|
6 years ago |
Erik Johnston
|
c0039c30f2
|
Minor wording changes from code review
Co-Authored-By: turt2live <travpc@gmail.com>
|
6 years ago |
Travis Ralston
|
d12593feea
|
Specify the room_version response property on /make_{leave|join}
Original proposal: https://github.com/matrix-org/matrix-doc/pull/1813
Implementation proof: https://github.com/matrix-org/synapse/pull/4447
There are no changes from the original proposal.
|
6 years ago |
Travis Ralston
|
aca9437bf3
|
Specification for v2 s2s invite API
Original proposal: https://github.com/matrix-org/matrix-doc/pull/1794
Implementation proofs:
* https://github.com/matrix-org/synapse/pull/4402
* https://github.com/matrix-org/synapse/pull/4496
There are no changes from the original proposal.
|
6 years ago |
Richard van der Hoff
|
818b48cbbb
|
make_leave returns an `event` field too
|
6 years ago |
Richard van der Hoff
|
e17dd12007
|
make_join returns its event under an `event` key
|
6 years ago |
Matthew Hodgson
|
6dab4b28f8
|
Merge pull request #1648 from matrix-org/matthew/device_list_update
document device list synchronisation over federation.
|
6 years ago |
Konstantinos Sideris
|
192a6c2ab9
|
Use example.org on examples instead of domain.com which is a real domain
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
|
6 years ago |
Matthew Hodgson
|
ee5e519885
|
device list is 2 words
|
6 years ago |
Matthew Hodgson
|
928fc5cbe5
|
incorporate review
|
6 years ago |
Matthew Hodgson
|
43f2819702
|
switch to travis' example
|
6 years ago |
Matthew Hodgson
|
49f0a06238
|
experiment with additionalProperties some more
|
6 years ago |
Matthew Hodgson
|
f6326030ba
|
backtick asterisk
|
6 years ago |
Matthew Hodgson
|
7430c3b56f
|
experiment with additionalProperties
|
6 years ago |
Matthew Hodgson
|
337041610f
|
one slash?
|
6 years ago |
Matthew Hodgson
|
b8608495e9
|
periods
|
6 years ago |
Matthew Hodgson
|
a842e0433d
|
try escaping the asterisk
|
6 years ago |
Matthew Hodgson
|
42b11e096f
|
Review
|
6 years ago |
Matthew Hodgson
|
db302b66ca
|
revert example which was corect first time; fix rst
|
6 years ago |
Matthew Hodgson
|
2c0b45fd14
|
fix example?
|
6 years ago |
Matthew Hodgson
|
0f9a23c471
|
swaggerify to-device
|
6 years ago |
Matthew Hodgson
|
0ee2cf6286
|
fix device_list_update example hopefully
|
6 years ago |
Matthew Hodgson
|
0afdcc59ea
|
spell out stream_id and fix todo
|
6 years ago |
Matthew Hodgson
|
d377bedd76
|
fix path
|
6 years ago |
Matthew Hodgson
|
30d56691b1
|
document device list synchronisation over federation.
untested
closes MSC1212
|
6 years ago |
Travis Ralston
|
7ac76fa27c
|
Actually we're going with "identity server" afterall
|
6 years ago |
Travis Ralston
|
ec248b436f
|
Identity Service is lowercase
|
6 years ago |
Travis Ralston
|
cc0badaaa1
|
Fix all naming cases of "identity service"
Fixes https://github.com/matrix-org/matrix-doc/issues/1396
Includes some "homeserver" fixes too. This commit does not include historical documentation or notes.
|
6 years ago |
Travis Ralston
|
38ae166e9d
|
Merge pull request #1505 from turt2live/travis/general/3pid_invite
Clarify how third party invites work
|
6 years ago |
Travis Ralston
|
2a08a308f3
|
device_keys are required
|
6 years ago |
Travis Ralston
|
219b27b182
|
Merge remote matrix-org/master
|
6 years ago |
Richard van der Hoff
|
0f84c69805
|
Merge branch 'master' into rav/clarify_event_signing
|
6 years ago |
Travis Ralston
|
d57b977a55
|
Merge branch 'm-master' into travis/general/3pid_invite
|
6 years ago |
Travis Ralston
|
f09db16027
|
Merge remote-tracking branch 'matrix-org/master' into travis/s2s/key-mgmt
|
6 years ago |
Travis Ralston
|
6b52e1df77
|
Merge pull request #1587 from turt2live/travis/s2s/clarify-state-ids-inclusion
Clarify that the requested event is excluded from /state and /state_ids
|
6 years ago |
Richard van der Hoff
|
55c4307f12
|
Rewrite the section on signing events
... for clarity and de-duplication. And to say a bit about validating the
signatures.
|
6 years ago |
Travis Ralston
|
f2d02c9559
|
Take out device management section for now
This will be handled by the implementation of https://github.com/matrix-org/matrix-doc/issues/1212
|
6 years ago |
Travis Ralston
|
5ff244f06b
|
More clarification about how /state_ids works
|
6 years ago |
Travis Ralston
|
de36d97839
|
Clarify which event is actually be excluded from /state_ids
|
6 years ago |
Travis Ralston
|
dad037170a
|
Clarify that the requested event is excluded from /state and /state_ids
Fixes https://github.com/matrix-org/matrix-doc/issues/1564
|
6 years ago |
Erik Johnston
|
fc1fdc95af
|
Specify a limit on the number of EDUs and PDUs a transaction can contain
|
6 years ago |
Travis Ralston
|
8069981252
|
Add federation /user/* endpoints
Fixes https://github.com/matrix-org/matrix-doc/issues/1438
|
6 years ago |
Travis Ralston
|
017d6db737
|
Document third party network/protocol directories (for appservices)
Fixes https://github.com/matrix-org/matrix-doc/issues/869
|
6 years ago |
Travis Ralston
|
3869f68a5c
|
Merge remote-tracking branch 'matrix-org/master' into travis/general/room-versions
|
6 years ago |
Travis Ralston
|
1d7ea314d4
|
Merge pull request #1482 from turt2live/travis/s2s/presence
Document how presence EDUs work between servers
|
6 years ago |
Travis Ralston
|
e500e2502a
|
Document the maximum value for depth
Implements the proposal for https://github.com/matrix-org/matrix-doc/issues/1230
|
6 years ago |
Travis Ralston
|
8b65da1cf6
|
Don't try and be fancy about titles
|
6 years ago |
Travis Ralston
|
e712466dca
|
Improve description for currently_active
|
6 years ago |
Travis Ralston
|
a4015d5c27
|
Spelling
|
6 years ago |