The effort to get encryption in Fractal has changed, this is made to reflect that.

This commit is contained in:
Lionir Deadman 2020-07-22 22:00:28 +00:00 committed by Alexandre Franke
parent 92e6195980
commit 6bcb5e90ab

View file

@ -126,12 +126,9 @@ Full reference in: <https://matrix.org/docs/spec/client_server/r0.2.0.html#m-roo
Fractal does not currently have encryption support, but Fractal does not currently have encryption support, but
there is an initiative for it. there is an initiative for it.
The current effort is to create a monolithic module for Fractal to interact with. The current effort is to use matrix-rust-sdk rather than our own implementation. (See https://gitlab.gnome.org/GNOME/fractal/-/issues/636)
Said module will handle all cryptographic tasks.
The goal is to reduce the amount of work required for implementing end-to-end encryption
by having one thing to interact with, instead of a huge API surface.
Code and further information for this module can be found at [World/metaolm](https://gitlab.gnome.org/World/metaolm). Code and further information for this module can be found at [matrix/matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk).
* Can I run Fractal with the window closed? * Can I run Fractal with the window closed?