Commit graph

171 commits

Author SHA1 Message Date
ThomasV
28df27fba2 update interface.py 2014-07-28 00:13:40 +02:00
ThomasV
9efc25bdba interface: use parse_json 2014-07-26 16:24:22 +02:00
ThomasV
9a07c1cb44 rename process_response 2014-07-26 15:47:30 +02:00
ThomasV
191520f064 interface.py: print -> print_error 2014-07-25 17:21:17 +02:00
ThomasV
f9985ae233 use x509 to check if server certificate has expired 2014-06-27 11:36:51 +02:00
ThomasV
80a988e337 slightly better notifications. at least, it fixes #652 2014-04-17 17:38:21 +02:00
ThomasV
696766c370 json-friendly debug messages. fix #659 2014-04-17 17:20:07 +02:00
ThomasV
268a099f87 sync_get 2014-01-29 16:48:00 +01:00
dmcdad
292ab39553 Update interface.py
Fix timeout problem under Python 2.7.1 where a socket.error 60 is thrown instead of socket.timeout exception.
2014-01-15 08:49:26 -06:00
ThomasV
f4f418e9ec return message ids with send_http too 2013-12-21 19:27:49 +01:00
ThomasV
de94eaadeb fix issue occuring with set_server 2013-12-17 18:20:54 +01:00
ThomasV
60b6fd399d exit gracefully if host cannot be resolved. Fixes #488 2013-12-13 09:22:39 +01:00
ThomasV
cff8515e3c on sl error: print exception inside for loop, and do not continue the loop 2013-11-14 09:23:38 +01:00
Emery Hemingway
8f87f7e954 IPv6 support 2013-11-13 14:46:36 -05:00
ThomasV
ee141f6d37 fix connect on windows 2013-11-11 16:59:36 +01:00
Bryan Stitt
225d8b83a3 don't use bare except 2013-11-09 21:23:57 -08:00
Bryan Stitt
f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
ThomasV
83e699c314 sanitize server in interface.py (fix bug #309) 2013-10-08 19:52:17 +02:00
ThomasV
d2af935fc7 use a regexp for the ssl bug workaround 2013-10-08 13:24:54 +02:00
ThomasV
f858f69c56 workaround android bug with ssl certificates 2013-10-08 13:08:13 +02:00
ThomasV
66f224eab4 update a few scripts 2013-10-06 12:28:45 +02:00
ThomasV
a6934f6796 support for all protocols 2013-10-05 11:16:09 +02:00
ThomasV
0b2c09d20b interface.debug flag 2013-10-04 16:00:20 +02:00
ThomasV
c18a49b8fe auto-cycle: switch to the longest chain 2013-10-03 14:56:48 +02:00
ThomasV
77dd1ae1b1 handle handshake failures in SSL 2013-10-03 10:27:39 +02:00
ThomasV
7a5016ec42 move synchronous_get to network.py, fix get_balance script 2013-10-03 10:05:01 +02:00
ThomasV
5086fd6b27 do not check certificate expiration if OpenSSL cannot be imported 2013-10-03 07:44:04 +02:00
ThomasV
40e393187a manage subscriptions in network.py 2013-10-02 13:00:02 +02:00
ThomasV
7a5b8a6202 fix 2013-10-02 10:43:02 +02:00
ThomasV
676350ba8a delete expired certificates 2013-10-02 10:36:29 +02:00
ThomasV
614254d037 scripts to check certificates 2013-10-02 10:21:25 +02:00
ThomasV
36b61fccfd temporary_path for unverified certificates 2013-10-02 09:22:13 +02:00
ThomasV
1bcb361fca fixes 2013-10-02 04:01:24 +02:00
ThomasV
f3763b45af fix 2013-10-02 03:33:45 +02:00
ThomasV
c097b9a530 delete only if cert is new 2013-10-02 03:24:14 +02:00
ThomasV
06cc898652 delete certificates that fail 2013-10-02 03:20:15 +02:00
ThomasV
27cc09e8e2 prevent dns leaks when using proxy. fixes issue #147 2013-10-01 11:24:55 +02:00
ThomasV
7658b2ade1 interface: call socket.connect before sll.wrap_socket, for proxy. (fixes bug #207) 2013-10-01 09:01:46 +02:00
thomasv
a6002cf71c SSL certificate validation 2013-09-30 14:01:49 +02:00
rofl0r
854802122c fix error to create a wallet due to missing pick_random_server decl 2013-09-18 16:55:19 +00:00
ThomasV
d51a8d0f25 create a class for transaction dialog 2013-09-14 21:07:54 +02:00
thomasv
6b6c508976 replace wallet.interface everywhere 2013-09-12 14:58:42 +02:00
ThomasV
907dca6eb9 simplify interface: use callbacks 2013-09-12 08:41:27 +02:00
thomasv
77871b97af fixes, resend_subscriptions 2013-09-10 19:59:58 +02:00
thomasv
2df129cfbf connect to random servers, reconnect if connection is lost 2013-09-10 17:52:43 +02:00
thomasv
0ec436c02c fix: network start was calling __init__ 2013-09-10 16:42:11 +02:00
thomasv
047e4b3478 move callbacks to the network class 2013-09-09 13:33:25 +02:00
ThomasV
328315f94b separate blockchain and network 2013-09-08 17:23:01 +02:00
ThomasV
803b292d9d socket: retry on EAGAIN 2013-09-02 21:16:57 +02:00
thomasv
2a6e8927dd select the longest blockchain from several servers 2013-09-02 17:49:12 +02:00