ThomasV
|
ee141f6d37
|
fix connect on windows
|
11 years ago |
Bryan Stitt
|
225d8b83a3
|
don't use bare except
|
11 years ago |
Bryan Stitt
|
f0eb0eccde
|
replace BaseException with Exception
|
11 years ago |
ThomasV
|
83e699c314
|
sanitize server in interface.py (fix bug #309)
|
11 years ago |
ThomasV
|
d2af935fc7
|
use a regexp for the ssl bug workaround
|
11 years ago |
ThomasV
|
f858f69c56
|
workaround android bug with ssl certificates
|
11 years ago |
ThomasV
|
66f224eab4
|
update a few scripts
|
11 years ago |
ThomasV
|
a6934f6796
|
support for all protocols
|
11 years ago |
ThomasV
|
0b2c09d20b
|
interface.debug flag
|
11 years ago |
ThomasV
|
c18a49b8fe
|
auto-cycle: switch to the longest chain
|
11 years ago |
ThomasV
|
77dd1ae1b1
|
handle handshake failures in SSL
|
11 years ago |
ThomasV
|
7a5016ec42
|
move synchronous_get to network.py, fix get_balance script
|
11 years ago |
ThomasV
|
5086fd6b27
|
do not check certificate expiration if OpenSSL cannot be imported
|
11 years ago |
ThomasV
|
40e393187a
|
manage subscriptions in network.py
|
11 years ago |
ThomasV
|
7a5b8a6202
|
fix
|
11 years ago |
ThomasV
|
676350ba8a
|
delete expired certificates
|
11 years ago |
ThomasV
|
614254d037
|
scripts to check certificates
|
11 years ago |
ThomasV
|
36b61fccfd
|
temporary_path for unverified certificates
|
11 years ago |
ThomasV
|
1bcb361fca
|
fixes
|
11 years ago |
ThomasV
|
f3763b45af
|
fix
|
11 years ago |
ThomasV
|
c097b9a530
|
delete only if cert is new
|
11 years ago |
ThomasV
|
06cc898652
|
delete certificates that fail
|
11 years ago |
ThomasV
|
27cc09e8e2
|
prevent dns leaks when using proxy. fixes issue #147
|
11 years ago |
ThomasV
|
7658b2ade1
|
interface: call socket.connect before sll.wrap_socket, for proxy. (fixes bug #207)
|
11 years ago |
thomasv
|
a6002cf71c
|
SSL certificate validation
|
11 years ago |
rofl0r
|
854802122c
|
fix error to create a wallet due to missing pick_random_server decl
|
11 years ago |
ThomasV
|
d51a8d0f25
|
create a class for transaction dialog
|
11 years ago |
thomasv
|
6b6c508976
|
replace wallet.interface everywhere
|
11 years ago |
ThomasV
|
907dca6eb9
|
simplify interface: use callbacks
|
11 years ago |
thomasv
|
77871b97af
|
fixes, resend_subscriptions
|
11 years ago |
thomasv
|
2df129cfbf
|
connect to random servers, reconnect if connection is lost
|
11 years ago |
thomasv
|
0ec436c02c
|
fix: network start was calling __init__
|
11 years ago |
thomasv
|
047e4b3478
|
move callbacks to the network class
|
11 years ago |
ThomasV
|
328315f94b
|
separate blockchain and network
|
11 years ago |
ThomasV
|
803b292d9d
|
socket: retry on EAGAIN
|
12 years ago |
thomasv
|
2a6e8927dd
|
select the longest blockchain from several servers
|
12 years ago |
ThomasV
|
d99a381d83
|
separation between wallet storage and config
|
12 years ago |
Eagle[TM]
|
bcda5e35e7
|
Update default server list
|
12 years ago |
thomasv
|
1d26676ee9
|
parse_servers method
|
12 years ago |
thomasv
|
a0b86f405d
|
offline interface: fix init
|
12 years ago |
Maran
|
06bfb60308
|
Reworked notification flow and combined multiple transactions into one notification
|
12 years ago |
Maran
|
468c76b66e
|
Added notifications when receiving a new transaction
|
12 years ago |
Eagle[TM]
|
d24fefd459
|
update default server list, remove offline and pre v0.8 servers
|
12 years ago |
ecdsa
|
86fd728a47
|
move network dialog in a new class; simplify interface.get_servers
|
12 years ago |
ecdsa
|
827e29c1dc
|
fix: print_log -> print_error
|
12 years ago |
ecdsa
|
6069939003
|
handle errno 10035
|
12 years ago |
ecdsa
|
7653408ff4
|
fix: socket error
|
12 years ago |
ecdsa
|
21c0578ca8
|
fix is_connected with http protocol
|
12 years ago |
thomasv
|
98f7d36313
|
ask users to enter their seed on create
|
12 years ago |
ecdsa
|
35ecbff7a5
|
fix http session init
|
12 years ago |