Skip to content

Commit ef185e0

Browse files
committed
Update federation section to reflect new Power DAG approach
1 parent 9d6d5a8 commit ef185e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.md

Lines changed: 3 additions & 3 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-03-13_
4+
[![Matrix](/assets/images/matrix-logo-white.svg)](https://matrix.org){: .logo} _Last updated: 2023-05-01_
55

66
```
77
____ _ ___
@@ -80,8 +80,8 @@ We need to improve the Federation protocol to work with servers which frequently
8080
* ✅ 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 utilize a Power DAG, and ensure that the Power 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 Power 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)