Commit Graph

6565 Commits (e720326f403b45fe15244b1210e5cacec853e179)
 

Author SHA1 Message Date
David Baker e720326f40 Missing comma 1 year ago
David Baker d230788278
Another added-in
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker c6ae1a4c98
Add 'added in' version
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker 163605c4f1
Fix number of room members allowed when sending voip events.
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker d1b4c72762 Failure to YAML 1 year ago
David Baker a5c9911f60 Remove reason from reject event
I confused myself, but it's not in the MSC and it shouldn't be.
1 year ago
David Baker ffa0a6f13b Move common voip events to the content, not the actual event 1 year ago
David Baker 5d53d67efe Move common VoIP fields into a call event type. 1 year ago
David Baker 25ea0df0d1 Remove reference to 'this MSC'. 1 year ago
David Baker 18552057c0
Linkify
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker ea056a77be
Clarify who can answer
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker 1023399997 Fix hangup reasons 1 year ago
David Baker 5b8e3ef92a
Capitalise
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker 70d7c36cd8
Remove unnecessary parts from link
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker ea3cbec3cb
Linkify
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker a6c2cf2515
Tense, typos & grammar
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker 1fda1ec52c
Change tense
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
David Baker af22989a24 Fix reason in hangup/reject 1 year ago
David Baker c079875928 Add newsfragment 1 year ago
David Baker a7f5b8f8f4 Fix type of other version fields, fix anchor. 1 year ago
David Baker e741e3a7af Typos 1 year ago
David Baker 6a058d0423 Revert changes to package lock 1 year ago
David Baker 2801c6f5a5 Add other sections 1 year ago
David Baker ecb30706bf Add m.call.negotiate 1 year ago
David Baker 78719b4391 Add new reason codes to hangup & reject 1 year ago
David Baker d9bd32d687 Convert hangup & reject events to YAML
So we can have a bulleted list in the description for the values
of 'reason'.
1 year ago
David Baker f4b6c62daa Add possible ways for client to handle an invite 1 year ago
David Baker efdb1ecb46 Make party_id required in other events 1 year ago
David Baker ebed260bf4 Add m.call.reject 1 year ago
David Baker d8dd3e0fb2 Add select_answer to call flow example diagram 1 year ago
David Baker b75850fd78 Update examples 1 year ago
David Baker 93dd4e5c7c Add m.call.select_answer 1 year ago
David Baker 774968b65d Remember how JSON works 1 year ago
David Baker 2abbc647d7 Add party_id 1 year ago
David Baker e49a85c81d Add 'invitee' field 1 year ago
David Baker 0a8362feca Put streams spec in its own section 1 year ago
David Baker ef15055e0a Add spec requiring tracks to be within streams. 1 year ago
David Baker 4b1b6ddad6 Change version field to a string
And add the notes on how the version field works.
1 year ago
Richard van der Hoff c662976fab
Fix generation of anchors for additional properties (#1488)
but objects defined under `additionalProperties` missed out on them. This fixes
that.
1 year ago
Richard van der Hoff cdbf44eef0
Fix rendering of properties with a list of types (#1487) 1 year ago
Richard van der Hoff 1f729eef60
"MXC URI" -> "`mxc://` URI" (#1500)
* "MXC URI" -> "`mxc://` URI"

We're a bit inconsistent with this currently, and IMHO "`mxc://` URI" is more
explicit.

* Update content/client-server-api/modules/content_repo.md

Co-authored-by: Hubert Chathi <hubertc@matrix.org>

* more MXCs

---------

Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
Richard van der Hoff 715f6a301d
Spec annotations (#1475) 1 year ago
Richard van der Hoff a225025cab
Remove fictitious `token` parameter on `/keys/query` (#1485) 1 year ago
Richard van der Hoff 64c61c2de2
Properly separate Room ID and Event ID grammars (#1484) 1 year ago
Richard van der Hoff e9fc66cf77
Remove references to groups from appendices (#1483) 1 year ago
Richard van der Hoff 91b2f77e0e
Remove outdated text saying that state_default defaults to 0 (#1479)
There was substantial confusion around this, but I've done some archaeology.

Basically, this was changed back in r0.5.0 by MSC1304 and matrix-org/synapse#3397. Before that, it was indeed the case that state_default was 0 if there was no m.room.power_levels event, but that was confusing and a source of security holes, so we changed it.

matrix-org/matrix-spec-proposals#1656 changed the spec, but apparently overlooked the text in the description.

Reverts: #1478.
Fixes: #861.
1 year ago
Patrick Cloke d222fc60d6
Document MSC3758, MSC3966, MSC3873, and MSC3980. (#1464)
* Add information on MSC3758: event_property_is.

* Add information on MSC3966: event_property_contains.

* Add information on MSC3873 dotted-path escape rules.

* Newsfragment

* Update sync filter with ref to appendix.

* Escape example key.

* Fix typos.

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>

* Fix links.

* Clarify the appendix a bit.

* Clarify support values.

* Add MSC3980 to changelog.

---------

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
1 year ago
Travis Ralston 7670a74116
Mention that `state_default` can be zero by default. (#1478)
* Mention that `state_default` can be zero by default.

* Changelog

* Update data/event-schemas/schema/m.room.power_levels.yaml

Co-authored-by: Hubert Chathi <hubertc@matrix.org>

---------

Co-authored-by: Hubert Chathi <hubertc@matrix.org>
1 year ago
Richard van der Hoff ac8d34bc81
Cleanups to github actions workflow (#1476) 1 year ago
Kim Brose a21b23dda8
Fix typo in registration.yaml (#1474) 1 year ago