56 Commits (1212982fec1b93332a736447cb6092472af945d2)

Author SHA1 Message Date
ThomasV 1212982fec pass config to randomly selected server 12 years ago
ThomasV fff922b5d7 fix: random_choice -> random.choice 12 years ago
thomasv e165c13a84 synchronous_get batch method for interface 12 years ago
thomasv f1c9aa6603 fix connection_msg 12 years ago
ThomasV 456d3d5b55 add SSL protocols to network dialog 12 years ago
thomasv 8957c705ac use SSLv23 12 years ago
thomasv 87a28d31a4 client-side support for SSL 12 years ago
thomasv 4600eeef48 use a small timeout value initially because the server might be unreachabe 12 years ago
ThomasV 486ebf93e2 move is_up_to_date method 12 years ago
ThomasV fb5ceb5167 bootstrap: test all hardcodedservers until one is found that is online 12 years ago
ThomasV cdf81f370b save config after checking qt version 12 years ago
thomasv 81b29a48a1 allow config to be None in constructor of Interface 12 years ago
thomasv 1a781036cf move init_socket in constructor 12 years ago
thomasv db730dd179 minor fix for proxy type 12 years ago
ThomasV 10119dfed3 fix: inheritance 12 years ago
ThomasV d0c8a48274 encapsulate parse_proxy_options 12 years ago
thomasv 5444f55e6b big refactoring: command line options and electrum.conf options override settings in wallet file. 12 years ago
thomasv da9351260c move proxy fallback away from send method 12 years ago
Maran 8833555b35 Add fallback for users who ran master with the old default config 12 years ago
thomasv 93ac0e806b make connection message slightly less invasive 12 years ago
thomasv cfce1420c5 proxy: allow '-p none' 12 years ago
thomasv 8d9e5a4f2e remove ecdsa.org from default servers; too much downtime 12 years ago
thomasv f3ff9b5cf6 make proxy an optional parameter 12 years ago
thomasv 44dd7713e5 debugging options should not be parameters, it makes the code unnecessarily complictated 12 years ago
bkkcoins 9121654e8a Added proxy settings save to config.json 12 years ago
bkkcoins 09c90c0971 Revert "Revert "Added proxy options to network dialog"" 12 years ago
bkkcoins 6e0b3620d2 Revert "Added proxy options to network dialog" 12 years ago
Maran 7969b62b55 Removed uncle-enzo from default servers since it's not syncing 12 years ago
bkkcoins 83bb644135 Added proxy options to network dialog 12 years ago
bkkcoins aa6f631f2e Added SOCKS support, with cmdline and SimpleConfig options 12 years ago
Amir Taaki 4c1bc14104 Remove assert which isn't true for the commands (only the GUI). 12 years ago
Amir Taaki b3b910d926 WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running. 12 years ago
Amir Taaki e61d478a80 Tidy up of code to comply with style guide. 12 years ago
Maran 4e3e4b90ea Fix port number for bytesized 12 years ago
Amir Taaki 6dfb9e12c7 Fixed bug where switching servers causes assert failure. 12 years ago
Amir Taaki 3a648f9119 Show list of all the servers available in the menubar. 12 years ago
Amir Taaki 188a671681 Corrected import paths for print_error. 12 years ago
Julian Tosh 4e5dfbeade Implementing a better print_error routine 12 years ago
Julian Tosh a3830e5903 Standardizing message format and implementing stderr for errors 12 years ago
Julian Tosh 22fcb9e521 Adding user enabled debug messages for server communications 12 years ago
Amir Taaki ba6e9417ed spawn both guis at start. clicking expand hides the simple one, shows the expert one. 12 years ago
ThomasV f08122dc6c filter old servers 13 years ago
ThomasV 9f927c8c1e update list of default servers 13 years ago
ThomasV 1084abeb53 update gui on new block 13 years ago
ThomasV b39289c4df patch by Soultaker; fix old_to_new 13 years ago
ThomasV 958a3fa5b6 set timeout to 1 minute 13 years ago
ThomasV 705fd76767 fix: make sure that the message is completely sent 13 years ago
ThomasV d08a0388b6 display kilobytes received 13 years ago
ThomasV 9b2f5805da virtual method init_socket 13 years ago
thomasv c5d42f3614 slightly more robust connection procedure 13 years ago