NHAS

Results 106 comments of NHAS

Yep! This is a great idea, probably only a linux feature at the moment however. I'll probably use the busybox statically compiled binaries and embed them into the server, if...

Has there been any more discussion about adding proper proxy support to Element Desktop? We've been using the `--proxy-server=address:port` command line option that Electron supports by default, and I imagine...

While element itself can use the electron `--proxy-server` option, this is not applied to the autoupdater which may lead to privacy issues as discussed previously in this issue. Lacking this...

Yup of course. You guys manage a massive amount of comms, so I appreciate that you definitely don't have time to re-read every each time you come back to something....

Sweet. I've hijacked an already existing issue that also references issues with the autoupdater: https://github.com/vector-im/element-desktop/issues/735

I just want to note, that while this is a good start, it doesnt remediate the full issue. As noted in here: https://github.com/perlin-network/noise/issues/289 Just using a properly random source would...

Thats totally fine! Merging the change as it currently is, is a step in the right direction for sure. I've actually started writing my own solution to it as well,...

Thank you! I've actually just spotted a small issue with it. So I'll give that a patch

This has been sitting here a while Im going to bump it. This is very important, as said in the documentation for the `Seal(...)` function. ``` //The nonce must be...

The better solution, rather changing the key, would be using an algorithm to produce repetition resistant nonces. A good basis for this is https://tools.ietf.org/id/draft-mcgrew-iv-gen-01.html, section 4.1 (although I'd recommend giving...