Server-Server r0.1.4

Includes a link to r0.1.3 because we forgot
This commit is contained in:
Travis Ralston 2020-05-27 07:21:59 -06:00
parent e14cf35c80
commit 09986af8fc
15 changed files with 33 additions and 13 deletions

View file

@ -1 +0,0 @@
Add new ``POST /publicRooms`` endpoint for filtering the room directory.

View file

@ -1 +0,0 @@
Move auth event selection to a more obvious location.

View file

@ -1 +0,0 @@
Remove the unused ``query_auth`` API per `MSC2451 <https://github.com/matrix-org/matrix-doc/pull/2451>`_.

View file

@ -1 +0,0 @@
Fix typo in Request Authentication python example.

View file

@ -1 +0,0 @@
Clarify which fields are required on the key server endpoints.

View file

@ -1 +0,0 @@
Clarify the limits of ``prev_events`` and ``auth_events`` for PDUs.

View file

@ -1 +0,0 @@
Add new v2 ``/send_join`` and ``/send_leave`` endpoints per `MSC1802 <https://github.com/matrix-org/matrix-doc/pull/1802>`_.

View file

@ -1 +0,0 @@
Clarify which events are targeted by backfill.

View file

@ -1 +0,0 @@
Fix the response format of the ``/send`` endpoint.

View file

@ -1 +0,0 @@
Clarify signature object structures for encryption.

View file

@ -1 +0,0 @@
Clarify the server names to use when signing requests.

View file

@ -1 +0,0 @@
Clarify the state/auth chain requirements for ``/send_join``.

View file

@ -1 +0,0 @@
Fix various spelling errors throughout the specification.