Travis Ralston
3e186da139
Merge pull request #2732 from uhoreg/fallback_keys
...
MSC2732: Olm fallback keys
3 years ago
Travis Ralston
8b40972872
iterate
3 years ago
Travis Ralston
eecdcf43ab
Change space's valid `order` range to 0x7E
...
0x7F is DEL, which is clearly not intended by the proposal text.
3 years ago
Travis Ralston
6012ddcdec
Mention expected client behaviour of unknown types on MSC1772
...
This was discussed in various places, but never quite made it to the MSC.
3 years ago
Travis Ralston
86661bbfbb
Merge pull request #3122 from uhoreg/deprecate_verification_start
...
MSC3122: Deprecate starting verifications without requesting first
3 years ago
Hubert Chathi
adbe95259f
add link to relevant spec
3 years ago
Travis Ralston
6917c708c9
Merge pull request #1772 from matrix-org/matthew/msc1772
...
MSC1772: Matrix spaces
3 years ago
Hubert Chathi
620278786d
Update proposals/3122-deprecate-starting-verifications-without-request.md
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
3 years ago
Hubert Chathi
fbbdd0f6cc
I should pay attention when my editor says that things are misspelled
3 years ago
Hubert Chathi
e0ec01a999
use MSC number
3 years ago
Hubert Chathi
ca3c42d865
deprecate starting verifications without first requesting
3 years ago
Travis Ralston
6ffbc5d269
Merge pull request #2713 from matrix-org/travis/msc/remove-v1-identity
...
MSC2713: Remove deprecated v1 Identity Service API
3 years ago
Travis Ralston
9c8a0e9ca3
Merge pull request #2241 from uhoreg/e2e_verification_in_dms
...
MSC2241: Key verification in DMs
3 years ago
Patrick Cloke
cee03d7625
Use the same domain for room ID and avatar URL.
3 years ago
Travis Ralston
005d6b7802
Merge pull request #2312 from quotient-im/kitsune/matrix-uri
...
MSC2312: Matrix URI scheme proposal
3 years ago
Travis Ralston
af5580cda0
Merge pull request #2403 from Sorunome/soru/knock
...
MSC2403: Add "knock" feature
3 years ago
Travis Ralston
4318c18682
Merge pull request #2557 from matrix-org/travis/msc/spoiler-fallback
...
MSC2557: Proposal to clarify spoilers
3 years ago
Travis Ralston
c9440665e8
Merge pull request #2801 from matrix-org/rav/proposal/untrusted_event_data
...
MSC2801: Make it explicit that event bodies are untrusted data
3 years ago
Travis Ralston
95dbd51f6a
Merge pull request #2320 from matrix-org/babolivier/identity-versions
...
MSC2320: Versions information for identity servers
3 years ago
Travis Ralston
a064779ceb
Merge pull request #2874 from uhoreg/single_ssss
...
MSC2874: Single SSSS
3 years ago
Travis Ralston
39e82409ab
Merge pull request #2184 from ananace/html_details
...
MSC2184: Allow the use of the HTML <details> tag
3 years ago
Travis Ralston
fa71522c09
Merge pull request #2858 from matrix-org/t3chguy/msc/multi-sso
...
MSC2858: Multiple SSO Identity Providers
3 years ago
Patrick Cloke
97737596e7
Remove cycle breaking algorithm to be specced in the future, if necessary.
4 years ago
Matthew Hodgson
c2d0d1efa0
include m.room.create in knock_state (will be overtaken by MSC3173)
4 years ago
Matthew Hodgson
757218c082
relax requirements on cycle-cutting and link to valere's alg
4 years ago
Matthew Hodgson
413e346363
note the rationale behind using the # sigil
4 years ago
Matthew Hodgson
acdf9851e9
incorporate uhoreg feedback
4 years ago
Matthew Hodgson
2981baad3d
Update proposals/1772-groups-as-rooms.md
...
Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
4 years ago
Matthew Hodgson
7432d254c6
incorporate travis feedback
4 years ago
Matthew Hodgson
0d71150424
remove confusing mention of peeking & dependent MSCs
4 years ago
Matthew Hodgson
1e2ed52b7e
add more justification for immutable room types
4 years ago
Matthew Hodgson
37e04f72ae
tiebreak ordered spaces sensibly
4 years ago
Matthew Hodgson
f07e82e34b
clarify the charsets of our lexicographic orderings
4 years ago
Matthew Hodgson
00912f9c1e
clarify how to deterministically cut cycles
4 years ago
Patrick Cloke
12d08ca83d
Consistency and update links.
4 years ago
Patrick Cloke
6d007e83ca
Defer a TODO to the future.
4 years ago
Hubert Chathi
609641636d
decouple from MSC1849/MSC2674
4 years ago
Alexey Rusakov
8935503470
Fix a left-over spotted in the last moment
4 years ago
Alexey Rusakov
d27ea07bcb
Minor brush-ups and cleanup
4 years ago
Alexey Rusakov
67635b0dd7
Be even clearer about user confirmations
4 years ago
Alexey Rusakov
037ebbf1ca
Be even clearer about the authority part
4 years ago
Alexey Rusakov
9dd0854aee
Add a link to CS API
4 years ago
Richard van der Hoff
e7041525bf
Include `create` in invite_room_state
4 years ago
Andrew Morgan
a8f4ada8a8
Make join_rules field of PublicRoomChunk an optional value
4 years ago
Andrew Morgan
9ebfd98a7a
Apply suggestions from code review
...
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
4 years ago
Andrew Morgan
10267df76e
Add missing 403/404 response codes
4 years ago
Andrew Morgan
11996fb436
clarify some words
4 years ago
Hubert Chathi
0841f31ce4
Apply suggestions from code review
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
4 years ago
Andrew Morgan
a1a40c6346
Be consistent about event auth rules
4 years ago
Andrew Morgan
7f0b2d66a0
Update unstable endpoints from i.e xyz.amorgan/knock -> xyz.amorgan.knock
...
I'm doing this for two reasons:
1) If I ever wanted to create another knock-related MSC, it would be nice to be able
to give it a different namespace for endpoints, such as xyz.amorgan.knock2/knock. If
we were only using xyz.amorgan as the namespace for endpoints, that restricts that
namespace to only work for one MSC which attempts to use /knock as part of an endpoint.
2) I accidentally made the implementation use xyz.amorgan.knock/knock :)
4 years ago