ThomasV
|
b018e0ae53
|
simple payment verification: check targets, use block headers file.
|
12 years ago |
ThomasV
|
52d72a527a
|
fix: break the loop
|
12 years ago |
ThomasV
|
c9ffb1b4ba
|
fix order
|
12 years ago |
ThomasV
|
0d68926da2
|
fix: copy the default servers array
|
12 years ago |
thomasv
|
c735fcd228
|
more robust connection procedure: let the user start with proxy
|
12 years ago |
thomasv
|
f4b95244c3
|
typo: expected -> unexpected
|
12 years ago |
thomasv
|
a4d17d3cb9
|
new 'disconnecting' callback for requested disconnection
|
12 years ago |
thomasv
|
4038b81a22
|
catch exception when client is disconnected
|
12 years ago |
thomasv
|
0b76e16d04
|
allow multiple callbacks for a given name
|
12 years ago |
thomasv
|
82531131ee
|
interface: do not connect inside the constructor
|
12 years ago |
thomasv
|
4fbd2ea66e
|
use named callbacks with the interface
|
12 years ago |
ThomasV
|
2da0c0b77e
|
big refactoring of the interface
addition of the wallet verifier class for SPV
|
12 years ago |
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""
This reverts commit 6e0b3620d2 .
|
12 years ago |
bkkcoins
|
6e0b3620d2
|
Revert "Added proxy options to network dialog"
This reverts commit 83bb644135 .
|
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).
|
13 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.
|
13 years ago |
Amir Taaki
|
e61d478a80
|
Tidy up of code to comply with style guide.
|
13 years ago |
Maran
|
4e3e4b90ea
|
Fix port number for bytesized
|
13 years ago |
Amir Taaki
|
6dfb9e12c7
|
Fixed bug where switching servers causes assert failure.
|
13 years ago |
Amir Taaki
|
3a648f9119
|
Show list of all the servers available in the menubar.
|
13 years ago |
Amir Taaki
|
188a671681
|
Corrected import paths for print_error.
|
13 years ago |
Julian Tosh
|
4e5dfbeade
|
Implementing a better print_error routine
|
13 years ago |