-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support encrypted rooms #12
Comments
This might be useful to allow access to attachements: https://github.com/seirl/matrix-decryptapp Quoting weechat-matrix's README:
|
May be very useful to avoid dealing with OLM directly: https://github.com/matrix-org/pantalaimon |
I started working on a branch to support Pantalaimon: https://github.com/progval/matrix2051/tree/pantalaimon Unfortunately the version of Pantalaimon in Debian is unusable (because of matrix-org/pantalaimon#109 ) so I am not interested in testing this further myself for the moment. Feedback is welcome, though. |
Oh thank you this was exactly what I'm looking for.
I even did already setup Pantalaimon, I just need to check that I change
the port that matrix2051 with Pantalaimon.
I will get back in a few days.
Br,
Björn
|
Can you rebase the branch? |
done |
What works:
Warnings about:
|
the warning is unrelated, it happens when IRC clients send too many joins at once |
I noticed there still an unencrypted connection that is from time to time (at least it appears in the client list). |
I don't understand. Unencrypted connection from what to what? |
An unencrypted connection from Matrx2051 to the matrix server.
|
oh you mean it's not going through Pantalaimon? Right, I'll try to look into it |
Val Lorentz ***@***.***> writes:
oh you mean it's not going through Pantalaimon? Right, I'll try to look into it
It is but first there's an unencrypted that is opened I think.
|
Is this the issue that needs to be fixed before you can merge the proxy feature? |
Yes, and I'm also still unhappy with the realname hack. A CLI option might be better |
Val Lorentz ***@***.***> writes:
Yes, and I'm also still unhappy with the realname hack. A CLI option might be better
The realname "hack" actually works quite good in my opinion as you can define it per
connection, it fits to the design that the service itself is stateless
until an option is passed to via the login parameters.
Maybe there's a better parameter to put the proxy option into.
|
Any news on this issue? Maybe better to have a solution even if it isn't perfect. |
Actually I haven't got Pantalaimon setup yet (I ran into some unrelated issues). I'd appreciate if you could pinpoint specific issues you have with Pantalaimon along with a tcpdump |
Someone tells me Pantalaimon + Matrix2051 ( |
Yeah. For me that kind of setup is working fairly well.
|
This will have to wait for libolm (or an alternative) to be documented; ideally with an Elixir/Erlang binding.
The text was updated successfully, but these errors were encountered: