support for all protocols
[electrum-nvc.git] / lib / network.py
2013-10-05 ThomasVsupport for all protocols
2013-10-05 ThomasVfix: server lag
2013-10-05 ThomasVnetwork: fix server lag detection
2013-10-04 ThomasVshow lag in status line
2013-10-04 ThomasVhandle network.interface being None when network is...
2013-10-04 ThomasVupdate default servers
2013-10-04 ThomasVstore a list of recently encountered servers
2013-10-04 ThomasVnetwork.is_connected()
2013-10-04 ThomasVresend subscriptions after disconnect
2013-10-04 ThomasVmaintain NUM_SERVERS interfaces
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-02 ThomasVserver name change (hachre)
2013-10-02 ThomasVmanage subscriptions in network.py
2013-10-02 ThomasVset_server: resend subscriptions
2013-10-01 ThomasVprevent dns leaks when using proxy. fixes issue #147
2013-10-01 ThomasVinterface: call socket.connect before sll.wrap_socket...
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