Improve Tor support
authorCryptoManiac <balthazar@yandex.ru>
Sun, 25 Jan 2015 21:08:42 +0000 (00:08 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 25 Jan 2015 21:08:42 +0000 (00:08 +0300)
commit24b2f2d42d10153c24ccef4a14ba57ad24aac183
treefe03d70754403fcd96eb5ac04699ae7458ad6ab0
parent53649164b90c865a4cb88efa4443a5dc552e7312
Improve Tor support

* Add list of seed nodes;
* Implement Tor settings in the GUI client;
* Disable DNS and IRC seeding, public IP discovery in -onlynet=tor mode;
* Fix mapMultiArgs issue in SoftSetArg function.
src/init.cpp
src/net.cpp
src/qt/forms/optionsdialog.ui
src/qt/optionsdialog.cpp
src/qt/optionsdialog.h
src/qt/optionsmodel.cpp
src/qt/optionsmodel.h
src/rpcnet.cpp
src/util.cpp