From 3cf5cc077e680ba2b6ae5734ddecaa1ac889e512 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Sun, 31 May 2020 14:43:10 +0200 Subject: [PATCH] Update project status in the README. --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc76a3b..ab9251d 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,24 @@ [Weechat](https://weechat.org/) is an extensible chat client. -[Matrix](https://matrix.org/blog/home) is an open network for secure, decentralized communication. +[Matrix](https://matrix.org/blog/home) is an open network for secure, +decentralized communication. -[Weechat-Matrix](https://github.com/poljar/weechat-matrix/) is a Python plugin for Weechat that lets Weechat communicate over the Matrix protocol. +[weechat-matrix](https://github.com/poljar/weechat-matrix/) is a Python plugin +for Weechat that lets Weechat communicate over the Matrix protocol. # Project Status -Weechat-Matrix already supports large parts of the Matrix protocol, end to end encryption -support is still experimental. +weechat-matrix is stable and quite usable as a daily driver. It already +supports large parts of the Matrix protocol, including end-to-end encryption +(though some features like cross-signing and session unwedging are +unimplemented). + +However, due to some inherent limitations of Weechat *scripts*, development has +moved to [weechat-matrix-rs](https://github.com/poljar/weechat-matrix-rs), +a Weechat *plugin* written in Rust. As such, weechat-matrix is in maintenance +mode and will likely not be receiving substantial new features. PRs are still +accepted and welcome. # Installation