Damir Jelić
Damir Jelić
Sadly the protocol has diverged from the initial implementation of the interactive verification and I was not able to keep up. There's some support in the Rust version of weechat-matrix,...
> @poljar Would you be open to giving someone else push access to this project to help with reviewing/merging fixes that folks are still submitting? Yes, absolutely. Are you volunteering?
SSSS is not supoprted, nor is cross signing. At this stage it's unlikely that the python script will see support for those features. You can of course cross sign Weechat...
The Rust one implements this, though the upstream crate we depend on had a lot of breaking changes which I have not had the chance to port over cleanly yet....
This might be due to python version mismatches. Please check the output of the `/python version` command inside of Weechat and the output of `pip --version` from your shell. If...
Could be. But I would assume that you would get the same error when trying to import nio from the python interpreter in that case.
The Rust implementation does not have feature parity with the Python one, sadly I'm not sure when I'll get the chance to return to this.
> I am experiencing the same error on debian 11 with this package version: > > ``` > weechat-matrix: > Installed: 0.3.0-3.1 > Candidate: 0.3.0-3.1 > Version table: > ***...
This has been imported but it requires nightly, it's behind a `config-macro` feature flag. It's still missing a way to define change callbacks for the options.
It doesn't require nightly as of Rust 1.45. The macros now generate docstrings for the section and option getters. Callbacks for the options are still missing.