Commit graph

442 commits

Author SHA1 Message Date
Hubert Chathi
f352de90c3
Merge pull request #2536 from uhoreg/cross-signing-spec
initial spec for cross-signing
2020-12-15 13:11:16 -05:00
Philipp Emanuel Weidmann
aab2d587f3
Fix spelling and grammar issues
Signed-off-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
2020-12-04 11:32:55 +05:30
Emelie
b1d403083c
Fix typo in moderation_policies.rst
deliberatly -> deliberately
2020-11-29 21:50:33 +01:00
Nicolas Werner
0fd1654879 Update link to extensible events MSC
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2020-11-25 21:51:58 +01:00
Hubert Chathi
267eead50f apply changes from review 2020-11-02 12:30:57 -05:00
Hubert Chathi
38350002a6 add spec for reporting that keys are withheld 2020-10-19 18:57:39 -04:00
Hubert Chathi
a5ebedc131 apply suggestions from review 2020-10-16 18:36:02 -04:00
Matthew Hodgson
62cfc8c472 m.message->m.room.message; fixes #2761 2020-10-10 15:08:29 +01:00
Will
1fe9cab30b
Allow guests to get the members for a room (MSC2689) 2020-10-07 10:38:23 -07:00
Travis Ralston
d37f7a25b4
Make translations for SAS emoji available in-tree (#2728)
* add a base file

* Fix directory name

* Added translation using Weblate (English)

* Translated using Weblate (English)

Currently translated at 1.6% (1 of 64 strings)

Translation: matrix-doc/SAS Emoji v1
Translate-URL: https://translate.riot.im/projects/matrix-doc/sas-emoji-v1/en_EN/

* add english files

* delete english files

* Added translation using Weblate (English)

* Added translation using Weblate (English)

* Do manual translations

* Deleted translation using Weblate (English)

* Deleted translation using Weblate (English)

* Add a script to update the definitions with the translations

* update i18n

* Add a note to the spec about translations

* changelog

* Ensure translations end with json
2020-08-12 14:04:48 -06:00
Hubert Chathi
53e2b999b9
Merge pull request #2687 from uhoreg/sas2_spec
document new key agreement method for SAS verification and deprecate old method
2020-07-23 10:24:57 -04:00
Richard van der Hoff
125614f3a4
Make use of highlight tweak consistent (#2670)
* remove redundant 'highlight: false' tweaks

their inconsistent usage is super-confusing.

* Remove redundant 'value: true' on highlight tweaks

again, the inconsistency was super-confusing.

* changelog
2020-07-16 17:26:34 +01:00
Hubert Chathi
0f13ebe3ed document new key agreement method and deprecate old method 2020-07-13 15:59:09 -04:00
Hubert Chathi
8e2ba5ad2a remove nonexistent field in verification and fix types in secret storage 2020-06-23 16:20:51 -04:00
Hubert Chathi
83e4d8c413
Merge pull request #2597 from uhoreg/ssss_spec
initial spec of SSSS
2020-06-19 21:44:17 -04:00
Hubert Chathi
902444ceb5
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2020-06-19 21:40:46 -04:00
Richard van der Hoff
5cb4b086c7
Clarifications to the push module (#2634)
* Minor clarifications to the push spec
* move conditions before defaults
2020-06-16 16:56:31 +01:00
Hubert Chathi
269e83c233 more clarifications 2020-06-11 16:14:32 -04:00
Hubert Chathi
d261084f5b apply changes from review 2020-06-10 17:31:21 -04:00
Richard van der Hoff
da740bfbca
Clarifications to SSO login/UIA (#2608)
including a bunch of text about security
2020-06-05 17:32:13 +01:00
Hubert Chathi
cf37688b7c
Merge pull request #2387 from uhoreg/key_backup_spec
initial version of spec for key backups
2020-06-02 16:28:04 -04:00
Hubert Chathi
a36284810d more clarifications and fixes 2020-06-02 16:25:31 -04:00
Hubert Chathi
40c50c80ea
Apply suggestions from code review
Co-authored-by: Travis Ralston <travpc@gmail.com>
2020-06-01 22:34:45 -04:00
Hubert Chathi
07856ec7a2 initial spec of SSSS 2020-06-01 21:03:36 -04:00
Dominic Fischer
c02ca21a94
Fix Typo 2020-06-01 17:32:10 +01:00
Hubert Chathi
ec0b9badc7 Merge remote-tracking branch 'origin/master' into cross-signing-spec 2020-05-29 17:25:19 -04:00
Hubert Chathi
67edc3e229 add clarifications and diagrams 2020-05-29 17:25:07 -04:00
Travis Ralston
c3289614da
Merge pull request #2562 from matrix-org/travis/spec/2432-alias-semantics
Add spec for new alias handling (client-server)
2020-05-26 13:04:32 -06:00
Hubert Chathi
a1177cbd61
Merge pull request #2566 from uhoreg/remove_string_string_string
E2E clarifications/improvements
2020-05-25 13:01:47 -04:00
Tulir Asokan
5270ed0c0a Fix typo in read markers module
Signed-off-by: Tulir Asokan <tulir@maunium.net>
2020-05-24 14:24:49 +03:00
Hubert Chathi
6a8ba9b1d6 improve description of key object in CS and include a link in Fed 2020-05-22 16:10:16 -04:00
Travis Ralston
b11cf560b5 Add spec for new alias handling (client-server)
MSC: https://github.com/matrix-org/matrix-doc/pull/2432

This commit does not deal with areas which will be covered by the room version specifications (namely the redaction algorithm).

It feels a bit overly cruel to completely obliterate all mentions of `m.room.aliases` from the spec as client/server developers may encounter the event type in the wild. To ensure that CTRL+F still works, a brief mention that they do nothing has been put in place, leaving no other references (except the redaction algorithm - see previous paragraph).
2020-05-20 20:10:52 -06:00
Travis Ralston
ddeb695b97
Use 'several' in place of counting 2020-05-18 00:19:30 -06:00
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>
2020-05-17 22:20:29 +02:00
Hubert Chathi
a8910fe323 initial spec for cross-signing 2020-05-12 17:24:06 -04:00
Hubert Chathi
a896729ac2 some more clarifications and indentation fixes 2020-05-06 17:11:41 -04:00
Hubert Chathi
0145191d43 add links to endpoints and add delete endpoint 2020-05-05 20:00:45 -04:00
Hubert Chathi
3d1c33ed1b move API definitions into backup section 2020-05-05 18:09:35 -04:00
Hubert Chathi
5f3ee44cfb add more suggestions from review 2020-05-05 18:09:17 -04:00
Hubert Chathi
e89521d195 some fixes (spelling, RST, and naming) 2020-05-04 22:08:22 -04:00
David Vo
0ae597626a Fix .m.rule.contains_user_name push rule to highlight
Signed-off-by: David Vo <david@vovo.id.au>
2020-05-01 00:32:15 +10:00
Lukas Lihotzki
af7cf84083 Fix iv parameter description
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
2020-04-07 17:54:09 +02:00
Hubert Chathi
30586ed98c remove extra space 2020-03-20 16:55:56 -04:00
Hubert Chathi
e67ba0cd05 add note indicating similarity between key backup format and key exports
also copy description of forwarding_curve25519_key_chain from key exports, since
it's a better description
2020-03-20 16:49:53 -04:00
Runster
e6c7eac023
Correct name of Phil Zimmermann 2020-03-06 18:11:28 +01:00
Travis Ralston
6d475ebd57
Remove whitespace
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2020-02-17 12:56:28 -07:00
Travis Ralston
c7942d1cec Spec moderation policy rooms (MSC2313)
MSC: https://github.com/matrix-org/matrix-doc/pull/2313
2020-02-12 21:58:57 -07:00
Hubert Chathi
41072fcaa9
Apply suggestions from code review
Co-Authored-By: Matthew Hodgson <matthew@arasphere.net>
2020-02-07 15:28:19 -05:00
Nicolas Werner
6911171e83 Fix key export format example
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2020-02-06 09:52:03 +01:00
Hubert Chathi
e658b17070 initial version of spec for key backups 2019-12-16 15:47:03 -05:00