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
56917780f1
server name change (hachre)
11 years ago
ThomasV
2a7f46ce55
new command: getservers (fix for issue #306 )
11 years ago
ThomasV
40e393187a
manage subscriptions in network.py
11 years ago
ThomasV
a22ae33a81
set_server: resend subscriptions
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
5136e59e14
master privae keys dialog
11 years ago
ThomasV
1a8428647f
don't create all master public keys on wallet creation
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
ThomasV
e82653f454
add locks to config and storage
11 years ago
ThomasV
44edb4e2bb
fix is_complete
11 years ago
ThomasV
3480cb9ef4
cleanup signrawtrasaction and input_info
11 years ago
ThomasV
a9b05ad188
set label
11 years ago
ThomasV
2b0d92e767
sign_tx hook
11 years ago
ThomasV
401c24e4ad
add input_info when transaction is created
11 years ago
ThomasV
ecfe5e2590
common wallet.restore() method for GUIs
11 years ago
ThomasV
3d4a16b5c8
fix is_seeded
11 years ago
ThomasV
5b88b16600
fix imports
11 years ago
ThomasV
d502b93872
network.set_server: test if server is the same
11 years ago
ThomasV
4524c107cf
add account menus and details window
11 years ago
ThomasV
404c1f84d2
generalize plugins to all guis
11 years ago
rofl0r
854802122c
fix error to create a wallet due to missing pick_random_server decl
11 years ago
rdymac
10be6e7609
Add translations and fixes to 1.9 master
Added translations, fixes to syntax errors and other minor fixes for
text strings.
Tested all changes. I hope not to break anyhting…
I was unsurem, but the menu bar on the Lite GUI dissapeared. Looking at
the commits on master, it seems that it wasn't me.
11 years ago
ThomasV
428fbf1f63
sort coins by age in get_unspent_coins()
11 years ago
thomasv
b08bc514db
sign/verify: do unicode conversion only for messages sent by the gui
11 years ago
thomasv
2c6534c1ba
sign unicode messages
11 years ago
thomasv
0eaa894aee
fix
11 years ago
thomasv
671a73d02b
sanitize prioritized_addresses, making sure they are in the wallet before trying to use them
11 years ago
thomasv
a5c5b05235
fix
11 years ago
thomasv
c8f93879b6
fix
11 years ago
thomasv
30f7d23297
do not show pubkeu in validateaddress if the key is imported
11 years ago
thomasv
75f7050edc
subscribe to imported address
11 years ago
thomasv
58ab37d056
send from domain in mktx ( fix #294 )
11 years ago
thomasv
d6af11a8fe
getrawtransaction: first check if tx is in wallet
11 years ago
thomasv
b75f8d795a
new command: getrawtransaction
11 years ago
ThomasV
41878dc5e0
rename menu: create tx
11 years ago
ThomasV
f957837e21
custom json encoder for transactions
11 years ago
ThomasV
d51a8d0f25
create a class for transaction dialog
11 years ago
ThomasV
5a121526e4
fix
11 years ago