Charles Wright

Results 9 comments of Charles Wright

For my $0.02, I think this proposal represents the best immediate path forward for a more secure login mechanism in Matrix. SCRAM has some unfortunate weaknesses, and while @uhoreg's MSC2957...

At @uhoreg's suggestion, I made a quick survey of available SRP libraries that Matrix implementations might use to implement this MSC. * Python [srp](https://pythonhosted.org/srp/srp.html) * Python [srptools](https://pypi.org/project/srptools/) * JavaScript [mozilla/node-srp](https://github.com/mozilla/node-srp)...

I am just getting started using Sydent, but I think this one might be straightforward? The comment looks to be correct, but the code gets it backwards. This is [sydent.py](https://github.com/matrix-org/sydent/blob/4d96e71bfe036e946d0335b729e1c4cff3093645/sydent/sydent.py#L450)...

> Implemented by [matrix-org/matrix-js-sdk#1640](https://github.com/matrix-org/matrix-js-sdk/pull/1640) Is anyone working on this for matrix-ios-sdk?

Doh! Somehow I missed this one when I started on #2002

Is anyone actively working on an implementation of this?

Adding "filename" is a good idea, but I still like the idea of having an explicit "caption" field too. Maybe it makes sense for the "body" to be more like...

Here's a different crazy idea for parallelizing Synapse workers. I've seen some Ansible resources suggest creating multiple entries in your inventory for a single machine. For example, maybe you want...

Thanks @spantaleev! It's great to get feedback from the expert. The latest commits address most of your comments. The big to-do item that remains is to add support for Traefik.