matrix.org (communication)
-
So since matrix.org’s development infrastructure got megaowned today i figured I’d put this here:
After Matrix has restored its major services, they noticed that the GPG keys used for signing packages where compromised.
The key IDs are:
AD0592FE47F0DF61
(synapse)
E019645248E8F4A1
(Riot/Web)Please make sure to no longer use those keys.
-
hey @yusf
I've pushed another update for the latest riot and matrix apps. I did not set up email and ignored the turn settings too, since quite a few things changed since they're heading towards v1.0 and I don't have too much time on my hands. But I tested it and login should work for Ldap users. Thanks for the info, didn't realize it wasn't working on fresh setups. -
Works good so far. Email is not important in this case but TURN is, so I’m eagerly awaiting that feature.
Thank you for fixing it.
I just reread an earlier post of yours. From this version of synapse an onwards, will there be forward compatibility? It’s my bad I didn’t read it properly and of course my fault for installing unfinished packages but since I’m pretty screwed if I can’t upgrade this package later I want to inquire if that’s the case and possibly beg you to keep future versions compatible with this version. I’d help with testing if that
-
Building app I get deprecation warnings:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Is that on app or box level?
-
fyi, v1.0.0 got released earlier and I'm working on it. Everything is looking good so far, the only things that aren't working at the moment are videocalls (audio is working) and the integration server, not sure why. Will keep you posted and eventually push the "final" version so people can test it.
-
alright alright alright, v1.0.0 is (mostly) working, as far as I can see only the videochat feature is missing, I'll further investigate when I have the time. Other than that it seems to be looking good, changed to python3, registration including email & activation is working, url preview (which wasn't always before), introduced a new healthcheck page.
Grab it from here and let me know if you encounter any other issues. Not sure if upgrading from older versions work flawlessly, since quite a few config items got introduced and some are required. So if it doesn't work from scratch, install a fresh one on another domain and compare with your current one before upgrading.
Possible things that might need changing if you want the features (depending on the the version you first installed it) in homeserver.yaml:
enable_notifs: true comment #template_dir require_transport_security: false comment #riot_base_url add public_base_url: https://yourmatrixserver.com change case url_preview_enabled: true comment '172.18.0.0/12' in url_preview_ip_range_blacklist
The Riot app also got pushed to 1.2.2, available here as usual.
-
Thanks for working on this! I've tested it out and it works great so far, both Matrix and Riot.
One issue I see, and this may just be me not being very familiar with Matrix, is that when I go to search the room directory for Matrix.org, I get
Riot failed to get the public room list. Internal server error
. I don't know if I am supposed to be able to search and connect to Matrix.org rooms, but I thought I should be able to. Is this a bug or just me?Thanks again!