mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-26 12:34:11 +02:00
Compare commits
5 commits
9178243772
...
9805811980
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9805811980 | ||
|
|
9c014a9045 | ||
|
|
d9d14dcfe2 | ||
|
|
54f32b72de | ||
|
|
efafa1c3cf |
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify SAS commitment calculation for `m.key.verification.accept` messages.
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that server ACLs are case-insensitive.
|
||||||
|
|
@ -44,7 +44,8 @@ properties:
|
||||||
description: |-
|
description: |-
|
||||||
The hash (encoded as unpadded base64) of the concatenation of the device's
|
The hash (encoded as unpadded base64) of the concatenation of the device's
|
||||||
ephemeral public key (encoded as unpadded base64) and the canonical JSON
|
ephemeral public key (encoded as unpadded base64) and the canonical JSON
|
||||||
representation of the `m.key.verification.start` message.
|
representation of the `content` object of the `m.key.verification.start`
|
||||||
|
message.
|
||||||
m.relates_to:
|
m.relates_to:
|
||||||
$ref: m.key.verification.m.relates_to.yaml
|
$ref: m.key.verification.m.relates_to.yaml
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
|
|
@ -62,8 +62,9 @@ properties:
|
||||||
allow:
|
allow:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The server names to allow in the room, excluding any port information.
|
The case-insensitive [glob expressions](/appendices#glob-style-matching) that are
|
||||||
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
|
evaluated against server names excluding any port information to determine the servers
|
||||||
|
to allow in the room.
|
||||||
|
|
||||||
**This defaults to an empty list when not provided, effectively disallowing
|
**This defaults to an empty list when not provided, effectively disallowing
|
||||||
every server.**
|
every server.**
|
||||||
|
|
@ -72,8 +73,9 @@ properties:
|
||||||
deny:
|
deny:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The server names to disallow in the room, excluding any port information.
|
The case-insensitive [glob expressions](/appendices#glob-style-matching) that are
|
||||||
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
|
evaluated against server names excluding any port information to determine the servers
|
||||||
|
to disallow in the room.
|
||||||
|
|
||||||
This defaults to an empty list when not provided.
|
This defaults to an empty list when not provided.
|
||||||
items:
|
items:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue