Skip to content

Commit 9d6d5a8

Browse files
committed
Update matrix protocol section to WIP
1 parent 48b27f8 commit 9d6d5a8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image: https://arewep2pyet.com/assets/images/logo.png
33
---
4-
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-01-23_
4+
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-03-13_
55

66
```
77
____ _ ___
@@ -77,11 +77,11 @@ We need to improve the Federation protocol to work with servers which frequently
7777

7878
- 🚧 Implement comprehensive Store-and-Forward event routing capabilities in Matrix to allow nodes to talk to each other even if they aren't online at the same time. Matrix currently has limited support for this via backfilling events.
7979
* ✅ Initial design & implementation in Dendrite
80-
* 🚧 Integrated into p2p demo apps
80+
* Integrated into p2p demo apps
8181
* 🚧 Robust to differing levels of use (many user rooms, encrypted rooms, different scenarios of varying offline-ness, etc.)
8282
- 🚧 Improve [event authentication rules](https://spec.matrix.org/unstable/server-server-api/#checks-performed-on-receipt-of-a-pdu) when the majority of nodes in the room are unreachable.
83-
* Change the protocol to include a State/Auth DAG in addition to a normal Room DAG, and ensure that the Auth DAG is shared with all servers in the room. This allows servers to authenticate any incoming event without needing to make additional API calls.
84-
* Change the protocol to eagerly connect to servers to ensure we rapidly synchronise Auth DAGs, rather than waiting until the user sends a message.
83+
* 🚧 Change the protocol to include a State/Auth DAG in addition to a normal Room DAG, and ensure that the Auth DAG is shared with all servers in the room. This allows servers to authenticate any incoming event without needing to make additional API calls.
84+
* Change the protocol to eagerly connect to servers to ensure we rapidly synchronise Auth DAGs, rather than waiting until the user sends a message.
8585
- ❌ Improve [semantic delivery of old events to clients](https://github.com/matrix-org/matrix-spec/issues/852) to ensure that when old nodes come online clients don't see lots of old messages.
8686
- ❌ Support delivery of push notifications to P2P devices
8787
- ❌ Extension: Improve delivery of media uploads (content ID based?)

0 commit comments

Comments
 (0)