|
1 | 1 | --- |
2 | 2 | image: https://arewep2pyet.com/assets/images/logo.png |
3 | 3 | --- |
4 | | -[](https://matrix.org){: .logo} _Last updated: 2023-01-23_ |
| 4 | +[](https://matrix.org){: .logo} _Last updated: 2023-03-13_ |
5 | 5 |
|
6 | 6 | ``` |
7 | 7 | ____ _ ___ |
@@ -77,11 +77,11 @@ We need to improve the Federation protocol to work with servers which frequently |
77 | 77 |
|
78 | 78 | - 🚧 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. |
79 | 79 | * ✅ Initial design & implementation in Dendrite |
80 | | - * 🚧 Integrated into p2p demo apps |
| 80 | + * ✅ Integrated into p2p demo apps |
81 | 81 | * 🚧 Robust to differing levels of use (many user rooms, encrypted rooms, different scenarios of varying offline-ness, etc.) |
82 | 82 | - 🚧 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. |
85 | 85 | - ❌ 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. |
86 | 86 | - ❌ Support delivery of push notifications to P2P devices |
87 | 87 | - ❌ Extension: Improve delivery of media uploads (content ID based?) |
|
0 commit comments