New port numbers
[electrum-nvc.git] / lib / network.py
2014-08-01 CryptoManiacNew port numbers master
2014-07-22 CryptoManiacComment out localhost
2014-07-22 CryptoManiacAdd servers.
2014-07-22 CryptoManiacInitial novacoin support
2014-06-25 Chris GlassDo not use mutables as default values!
2014-06-12 ThomasVon_header: return early if block_height is missing
2014-04-17 ThomasVslightly better notifications. at least, it fixes #652
2014-03-16 Eagle[TM]update server list
2014-03-13 ThomasVdon't use recent_servers if list from irc is available
2014-03-13 ThomasVupdate default servers
2014-03-11 ThomasVfix reference to verifier
2014-03-10 ThomasVremove blockchain object from verifier
2014-03-10 ThomasVdaemon; initial commit
2014-02-11 ThomasVparse_servers
2014-01-29 ThomasVsync_get
2014-01-27 ThomasVstore merkle roots and utxo roots
2014-01-27 ThomasVdaemon
2014-01-27 ThomasVjson rpc daemon
2014-01-27 ThomasVstore merkle roots and utxo roots
2014-01-26 ThomasVdaemon
2014-01-23 ThomasVjson rpc daemon
2013-12-25 ThomasVrenamed server. fixes issue #508
2013-12-17 ThomasVfix issue occuring with set_server
2013-12-16 ecdsafix: pending_servers
2013-12-16 ecdsafix typo
2013-12-16 ecdsaexit wait_until_connected() when all servers have been...
2013-12-16 ThomasVdon't set network.interface to None when disconnetced
2013-12-16 thomasvnetwork.pending_servers, to avoid connecting the same...
2013-12-16 thomasvcleanup code in network.py
2013-12-14 ecdsadetect if electrum is offline during wallet creation
2013-12-08 Jud StephensonSet initial 'running' attribute in Network class
2013-11-11 ThomasVnetwork.send method
2013-11-10 ThomasVMerge pull request #374 from nolith/master
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Eagle[TM]Update default server list (disable servers with failed...
2013-11-06 Alessio Caiazzaallow to connect to one server only
2013-11-03 ThomasVrm debug message
2013-10-16 Eagle[TM]Update default server list
2013-10-09 ThomasVreplace blockchain.height with height(), and fix server...
2013-10-08 ThomasVnetwork.default_server shouldnever be None
2013-10-07 thomasvre-add pick_random_server
2013-10-06 ThomasVupdate a few scripts
2013-10-05 ThomasVsmaller timeout if disconnected
2013-10-05 ThomasVenable changes of protocol, proxy at runtime
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