238 Commits (9138cf3cb8fc899a1779f14b06375cc3d1a2eaa1)

Author SHA1 Message Date
ThomasV 8ec6a60daf compatibility with 0.6 protocol 12 years ago
thomasv 259c5c1b06 adding two more servers that upgraded 12 years ago
ThomasV a48a971ae6 check consistency of results received by get_history 12 years ago
ThomasV 8ed812830f PROTOCOL_VERSION 12 years ago
thomasv 8f85187545 readding bysh.me server 12 years ago
ThomasV cc028c2ca3 comment out the servers that are not 0.5 12 years ago
Maran 18d5bef433 Updated the bytesized-hosting.com to the shorter bysh.me so that the server meta data fits 12 years ago
thomasv 73dc533e79 set timestamps on startup 12 years ago
ThomasV 32d0f6ed27 send protocol version 12 years ago
ThomasV 39a85767a3 solve deadlock during restore 12 years ago
ThomasV 5bb441ce37 add mnemonic functions to module 12 years ago
ThomasV f1a7473ae2 do not use old servers 12 years ago
ThomasV ea7dabe640 fix proxy index 12 years ago
ThomasV 5874457df2 fix: subscriptions 12 years ago
thomasv 8152072938 fix: self.s is None if we are not connected 12 years ago
ThomasV cfb3aa6a12 move 'peers.subscribe' and 'server.version' calls into the interface 12 years ago
ThomasV be6aab538d cosmetic change 12 years ago
ThomasV 35882f7fb7 catch ssl exception caused by timeout 12 years ago
ThomasV 3216c0467d use print_error 12 years ago
thomasv f91dde55dd subscribe to / verify headers 12 years ago
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 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