nmcontrol
nmcontrol copied to clipboard
Namecoin Control. This repo is deprecated in favor of https://github.com/namecoin/ncdns
nmc:id/satoshi Display value data in browser. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3035288-nmcontrol-uri-scheme?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).
Would be nice to have the ability to check a name for common errors and make suggestions for ways to fix it. This would be particularly nice if integrated into...
Python runs on Android, so it's plausible that we could run NMControl on Android with minimal modifications. (We could access a namecoind instance remotely.) ## --- Want to back this...
Right now you can put spec-invalid data in a name's value and NMControl's "dns" plugin will happily return the invalid data. The dns plugin should actually validate data according to...
Here is some information on TLD-specific DNS servers for OS X. We might want to integrate this in the future. http://passingcuriosity.com/2013/dnsmasq-dev-osx/ ## --- Want to back this issue? **[Post a...
For example when resolving explorer.bit NMControl will query a DNS server giving away your ip address. explorer.bit value: > "map": { > "": { > "ns": [ > "ns0.web-sweet-web.net", >...
Integrate a proxy server using mitmproxy. Hopefully this will make Convergence unnecessary. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7483411-integrate-mitmproxy?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).
NMControl uses optparse, which has been deprecated since Python 2.7. We should rebase on an API that isn't deprecated. https://docs.python.org/2/library/optparse.html ## --- Want to back this issue? **[Post a bounty...
Several of the methods in the data and dns plugins are returning a string (generated using json.dumps) instead of simply returning the JSON data itself. This seems completely unnecessary, and...
Have a notification pop up if a name is close to expiry. Could also go into the client GUI ## --- Want to back this issue? **[Post a bounty on...