Jeremy Rand
Jeremy Rand
## Yes. And I already have it resolved in an internal beta. Sent from my Android device with K-9 Mail. Please excuse my brevity.
@Mikaela As stated in the repo description, NMControl is EOL; please try ncdns. (If ncdns is missing a feature from NMControl that you need, please file an issue in the...
> I ended up here via https://bit.namecoin.org/browse.html and tried to search for dnscrypt-proxy. Ah. Yeah, we need to update the documentation on that page, I guess. Thanks for surfacing that....
PyInstaller for Windows binaries is already there; what exactly are you requesting? Linux packages and an installer to Windows Program Files?
That's correct, right now we're not distributing Windows binaries outside of FreeSpeechMe. It would be good to start doing that at some point. See #36 for a potential way to...
cx_Freeze apparently has difficulty generating Windows binaries from Linux; see https://stackoverflow.com/questions/17276543/how-to-use-cx-freeze-in-linux-to-create-a-package-to-be-used-in-windows . This is allegedly a WINE bug. I'm not sure how PyInstaller compares here.
In contrast to cx_Freeze, PyInstaller seems to have the ability to use WINE: https://github.com/paulfurley/python-windows-packager . However, I'm not sure how scriptable this is, and the examples given use insecure HTTP...
Just to clarify, cx_Freeze only has difficulty in the sense that you need to manually copy in some .dll files afterward. This doesn't mean that cx_Freeze is unworkable for us.
Is there a reason to use a URI scheme and not a TLD if we just want to display it in a browser? Presumably all we're doing under the hood...
I'm not opposed to a URI scheme per se, I'm just trying to figure out which system works better. I guess maybe from a security point of view, a URI...