Skip to content

Commit bd50104

Browse files
committed
add external commits demo and mark historical decryption as in-progress
1 parent c430043 commit bd50104

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

β€Žindex.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image: "https://arewemlsyet.com/assets/images/logo.png?1"
33
---
4-
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-05-02_
4+
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-06-15_
55

66
```
77
__ __ _ ____ _ ___
@@ -19,12 +19,13 @@ image: "https://arewemlsyet.com/assets/images/logo.png?1"
1919
investigating bringing MLS to Matrix. So far we have basic encryption and
2020
decryption working and can handle membership changes.
2121

22-
Latest demo video: group updates
22+
Latest demo video: external commits
2323

24-
<iframe title="MLS Element demo - group updates 2023-04-21" src="https://scitech.video/videos/embed/b4e06441-2294-4878-babe-1a6c685637cf" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
24+
<iframe title="MLS Element demo - external commits" src="https://scitech.video/videos/embed/2be724b5-da6e-46ba-8776-52747dded7ae" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
2525

2626
Previous demo videos:
2727

28+
- [group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
2829
- [group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
2930

3031
## Why MLS?
@@ -75,14 +76,15 @@ backups, interact with MLS.
7576
lose data. Only use with test accounts.
7677
- 🎞️ [demo 1: group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
7778
- 🎞️ [demo 2: group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
79+
- 🎞️ [demo 3: external commits](https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo)
7880
- πŸ§‘β€πŸ’»[matrix-js-sdk
7981
PR](https://github.com/matrix-org/matrix-js-sdk/pull/3306),
8082
[matrix-react-sdk
8183
PR](https://github.com/matrix-org/matrix-react-sdk/pull/10669)
8284
- πŸ–±οΈ [try it out](https://element-mls-proof-of-concept.netlify.app)
83-
- ⏳ investigate and implement external commits (ability to send an encrypted
85+
- βœ… investigate and implement external commits (ability to send an encrypted
8486
message before a current member has added you to the MLS tree)
85-
- ☐ investigate decryption of historical messages
87+
- ⏳ investigate decryption of historical messages
8688
- re-decryption of old messages
8789
- key sharing
8890
- key backup
@@ -102,8 +104,9 @@ backups, interact with MLS.
102104
MLS](https://gitlab.matrix.org/matrix-org/mls-ts/-/blob/decentralised2/decentralised.org) -
103105
an investigation into avoiding the requirement for a linear ordering of MLS epochs
104106
- 🎞️ Demo videos
105-
- [demo of group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
106-
- [demo of group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
107+
- [group creation](https://scitech.video/w/sfMitVx1Zej4Yvvu3fAK5B)
108+
- [group updates](https://scitech.video/w/oksixuh4b1LT3cVQoMy1Ac)
109+
- [external commits](https://scitech.video/w/6qrj9xGRHfSS3ePYmVpjCo)
107110
- πŸ§‘β€πŸ’» Implementations
108111
- [matrix-dmls](https://gitlab.matrix.org/uhoreg/matrix-dmls) - Rust library
109112
for decentralised MLS in Matrix

0 commit comments

Comments
Β (0)