SSL certificate validation
[electrum-nvc.git] / lib / network.py
2013-09-30 thomasvSSL certificate validation
2013-09-27 ThomasVnetwork.set_server: test if server is the same
2013-09-18 rofl0rfix error to create a wallet due to missing pick_random...
2013-09-15 thomasvnew command: getrawtransaction
2013-09-15 ThomasVrename menu: create tx
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-13 thomasvminor fixes
2013-09-12 thomasvreplace wallet.interface everywhere
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-10 thomasvfixes, resend_subscriptions
2013-09-10 thomasvpass network to NetworkDialog and Blockchain
2013-09-10 thomasvconnect to random servers, reconnect if connection...
2013-09-10 thomasvfix: network start was calling __init__
2013-09-09 thomasvmove callbacks to the network class
2013-09-08 ThomasVseparate blockchain and network