aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2019-01-28 15:15:49 -0600
committerGitHub <noreply@github.com>2019-01-28 15:15:49 -0600
commitda628e0accb368f0e7cd9132e6830598c55e9e20 (patch)
treea06a4558312a257b7d57d5b441238a58c8504e0b
parentf26edd53ff81b21530d06e687ae223e15a015d79 (diff)
downloadpurple-matrix-da628e0accb368f0e7cd9132e6830598c55e9e20.tar.gz
Make it clear that decryption is supported
README isn't very clear that decryption is supported but encryption is not. Got reports that someone was able to decrypt messages in pidgin and thought everyone thought that encryption was broken for a second. https://matrix.to/#/!iNmaIQExDMeqdITdHH:matrix.org/$15487094581170217pdtaL:matrix.org?via=matrix.org&via=linuxgaming.life&via=disroot.org
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00d6821..e8e5953 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,10 @@ The following are not yet supported:
* Account registration
* Room topics
* Voice/video calling
+
+The following are in progress:
* End-To-End encryption via Olm ([ticket](https://github.com/matrix-org/purple-matrix/issues/18))
+ * [Decyption is supported but not encryption](https://github.com/matrix-org/purple-matrix/issues/18#issuecomment-410336278)
The plugin requires a matrix homeserver supporting client-server API r0.0.0 Synapse
v0.12.0-rc1 or later is sufficient.