Travis Ralston
a1324aa9dc
Move MSC2432 (alias handling) to v6
5 years ago
Travis Ralston
be35311559
s/should/must for redaction algorithm
...
This feels like it was a mistake some time ago considering the redaction algorithm is used in very strict algorithms like event signing.
5 years ago
Travis Ralston
0300a3cab4
Move redaction algorithm into room version specification
...
We stick it in a client section of v1 as the earliest version to define the algorithm is v1, and the client-server spec tells clients to use this algorithm.
5 years ago
Travis Ralston
3875d50de8
Add missing changelog
5 years ago
Kegsay
86d4a6f786
Merge pull request #2559 from matrix-org/kegan/backfill-wording
...
Make backfill wording clearer
5 years ago
Kegsay
fc91946e5a
Update api/server-server/backfill.yaml
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
5 years ago
Kegan Dougal
9765116c47
Make backfill wording clearer
5 years ago
Travis Ralston
05e83f2e7d
Fix more describes -> describe
5 years ago
Travis Ralston
0e771c7b07
Merge pull request #2547 from matrix-org/travis/spec/1802-fix-200
...
Spec v2 send_join and send_leave endpoints
5 years ago
Travis Ralston
7c0046ffc7
describes -> describe
5 years ago
Travis Ralston
d419e3b38a
Remove extraneous spaces
5 years ago
Travis Ralston
c2d5516517
Clobber changelogs
5 years ago
Travis Ralston
749be9ddf2
Merge pull request #2554 from deepbluev7/number-fixes
...
Fix some numbers in the spec text.
5 years ago
Travis Ralston
f9af712e1b
Merge pull request #2526 from uhoreg/e2e_delete_backup
...
MSC2526: Add ability to delete key backups
5 years ago
Travis Ralston
ddeb695b97
Use 'several' in place of counting
5 years ago
Nicolas Werner
a7e7496cd6
Fix some numbers in the spec text.
...
Odds were not written as an exponent.
Special tag names count was not updated.
Fixes #2550
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
5 years ago
Matthew Hodgson
b8f13ac35e
Merge pull request #2553 from Dominaezzz/patch-1
...
Fix Typo
5 years ago
Dominic Fischer
c3582e5fc6
Add changelog
5 years ago
Dominic Fischer
28d460fb62
Fix Typo
5 years ago
Travis Ralston
a2a1694c35
Spec v2 send_join and send_leave endpoints
...
MSC: https://github.com/matrix-org/matrix-doc/pull/1802
Fixes https://github.com/matrix-org/matrix-doc/issues/2541
This also adds the v2 invite endpoint to the ACL protected list as that appears to be an omission.
5 years ago
Hubert Chathi
bac9afa124
document error codes and remove a statement that isn't true
5 years ago
Travis Ralston
7eafe5a1d9
Merge pull request #2538 from matrix-org/travis/spec/clarify-num-ev-limit
...
Clarify the limits of prev_events and auth_events
5 years ago
Travis Ralston
05228bf40b
``s -> s``
5 years ago
Travis Ralston
9599c3bc99
changelog
5 years ago
Travis Ralston
42ae5c966a
Clarify the limits of prev_events and auth_events
...
Fixes https://github.com/matrix-org/matrix-doc/issues/2307
These restrictions are due to a Synapse change which never made it to the spec prior to the MSC process. This is therefore documenting an omission.
Synapse's numbers are verified here: 207b1737ee/synapse/handlers/federation.py (L1183-L1213)
... and Synapse's handling of the backfill endpoint is described here: 207b1737ee/synapse/handlers/federation.py (L829-L837)
This also includes a mention that https://github.com/matrix-org/matrix-doc/pull/1594 should render the `auth_events` limitation unnecessary.
No changes are required to the the "checks on receipt of a PDU" section of the server-server spec as it starts with "must be a valid event", to which an event is invalid if it contains too many prev or auth events.
5 years ago
Travis Ralston
3556b8457f
Add changelog for 2527
5 years ago
Travis Ralston
d69e5af7ab
Merge remote-tracking branch 'Gnuxie/patch-1'
5 years ago
Travis Ralston
10293d6951
Merge pull request #2532 from matrix-org/clokep/sso-login
...
Add MSC2454 to the specification.
5 years ago
Patrick Cloke
e85f6c31a3
Fix a typo found in review.
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
5 years ago
Patrick Cloke
78f8d1322f
Add MSC2454 to the specification.
5 years ago
Ben Parsons
c704da1449
remove proposal
5 years ago
Ben Parsons
9065d1aa14
proposal to use existing events as captions for images
5 years ago
Richard van der Hoff
6613cd89a6
2454-ui-interactive-auth-for-sso.md: markup fix
5 years ago
Gnuxie
6b8b31ce63
correct use of required annotation in json-schema
...
https://tools.ietf.org/html/draft-handrews-json-schema-validation-02#section-6.5.3
5 years ago
Hubert Chathi
0b39308a13
rename to use msc number
5 years ago
Hubert Chathi
fffed943bc
proposal to add endpoint to delete backups
5 years ago
Hubert Chathi
0d2924841b
Merge pull request #2524 from uhoreg/e2e_misc_fixes_202005
...
misc fixes in e2ee spec
5 years ago
Hubert Chathi
6ede023b35
make the changelog match others so they get combined
5 years ago
Hubert Chathi
9980b83dd4
add changelog
5 years ago
Travis Ralston
4cd4e19bf8
Merge pull request #2454 from matrix-org/clokep/ui-interactive-auth-for-sso
...
MSC2454: Support UI interactive auth for SSO
5 years ago
Travis Ralston
bc0c81f062
Merge pull request #2525 from matrix-org/poljar/event-id-required
...
client-server: Mark the event_id when putting room events as required.
5 years ago
Travis Ralston
b0e8fd648d
Apply suggestions from code review
5 years ago
Damir Jelić
3054ac572f
changelogs: Fragment for the event id when putting room events clarification.
5 years ago
Damir Jelić
6e33954256
client-server: Mark the event_id when putting room events as required.
5 years ago
Hubert Chathi
e89521d195
some fixes (spelling, RST, and naming)
5 years ago
Travis Ralston
8b4cfc643f
Merge pull request #2523 from matrix-org/clokep/passwd-invalidation-spec
...
Add an additional parameter to the modify password API per MSC2457.
5 years ago
Patrick Cloke
1e330c9423
Clarify revocation behavior.
5 years ago
Patrick Cloke
0c582ea8c7
Apply suggestions from code review
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
5 years ago
Patrick Cloke
958e1b4a2e
Make the spec changes for MSC 2457.
5 years ago
Travis Ralston
8ba6d0157b
Merge pull request #2457 from matrix-org/clokep/modify-password-invalid-sessions
...
MSC2457: Invalidating devices during password modification
5 years ago