New port numbers
[electrum-nvc.git] / lib / interface.py
2014-06-27 ThomasVuse x509 to check if server certificate has expired
2014-04-17 ThomasVslightly better notifications. at least, it fixes #652
2014-04-17 ThomasVjson-friendly debug messages. fix #659
2014-01-29 ThomasVsync_get
2014-01-15 dmcdadUpdate interface.py
2013-12-21 ThomasVreturn message ids with send_http too
2013-12-17 ThomasVfix issue occuring with set_server
2013-12-13 ThomasVexit gracefully if host cannot be resolved. Fixes #488
2013-11-14 ThomasVon sl error: print exception inside for loop, and do...
2013-11-13 Emery HemingwayIPv6 support
2013-11-11 ThomasVfix connect on windows
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-10-08 ThomasVsanitize server in interface.py (fix bug #309)
2013-10-08 ThomasVuse a regexp for the ssl bug workaround
2013-10-08 ThomasVworkaround android bug with ssl certificates
2013-10-06 ThomasVupdate a few scripts
2013-10-05 ThomasVsupport for all protocols
2013-10-04 ThomasVinterface.debug flag
2013-10-03 ThomasVauto-cycle: switch to the longest chain
2013-10-03 ThomasVhandle handshake failures in SSL
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-03 ThomasVdo not check certificate expiration if OpenSSL cannot...
2013-10-02 ThomasVmanage subscriptions in network.py
2013-10-02 ThomasVfix
2013-10-02 ThomasVdelete expired certificates
2013-10-02 ThomasVscripts to check certificates
2013-10-02 ThomasVtemporary_path for unverified certificates
2013-10-02 ThomasVfixes
2013-10-02 ThomasVfix
2013-10-02 ThomasVdelete only if cert is new
2013-10-02 ThomasVdelete certificates that fail
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-18 rofl0rfix error to create a wallet due to missing pick_random...
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-12 thomasvreplace wallet.interface everywhere
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-10 thomasvfixes, resend_subscriptions
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
2013-09-02 ThomasVsocket: retry on EAGAIN
2013-09-02 thomasvselect the longest blockchain from several servers
2013-09-02 thomasvMerge branch '1.9' of git://github.com/spesmilo/electru...
2013-09-01 ThomasVseparation between wallet storage and config
2013-08-18 Eagle[TM]Update default server list
2013-08-14 thomasvparse_servers method
2013-08-01 thomasvoffline interface: fix init
2013-07-16 MaranReworked notification flow and combined multiple transa...
2013-07-16 MaranAdded notifications when receiving a new transaction
2013-05-05 Eagle[TM]update default server list, remove offline and pre...
2013-04-28 ecdsamove network dialog in a new class; simplify interface...
2013-04-27 ecdsafix: print_log -> print_error
2013-04-27 ecdsahandle errno 10035
2013-04-27 ecdsafix: socket error
2013-04-10 ecdsafix is_connected with http protocol
2013-04-09 thomasvask users to enter their seed on create
2013-04-07 ecdsafix http session init
2013-04-06 ecdsashow pruning level in network dialog (expert mode)
2013-04-05 ecdsause ssl as default protocol
2013-03-17 ecdsado the banner request in interface, not in wallet
2013-03-13 thomasvdo not call exit() in the interface module
2013-03-10 ecdsafix
2013-03-10 ecdsaoptional wait parameter for interface
2013-03-10 ecdsado not wait for interface when launching gui
2013-03-04 ecdsacatch http exception when wallet is offline
2013-01-03 ThomasVtry http if tcp fails.
2013-01-03 thomasvfix previous commit
2013-01-03 thomasvauto_cycle option
2013-01-03 thomasvauto-reconnect to random server if server is not there
2013-01-02 Eagle[TM]revert pruning flag for default servers (too much compl...
2013-01-02 Eagle[TM]Update default servers with pruning flag
2012-11-27 Eagle[TM]updating default servers
2012-11-24 ThomasVno daemon
2012-11-20 thomasvallow offline creation/recovery within the gui
2012-11-20 thomasvshow server type (pruning or full)
2012-11-18 ThomasVmake a regular gui module for android
2012-11-14 ThomasVcompatibility with 0.6 protocol
2012-11-13 thomasvadding two more servers that upgraded
2012-11-07 ThomasVcheck consistency of results received by get_history
2012-11-06 ThomasVPROTOCOL_VERSION
2012-11-06 thomasvreadding bysh.me server
2012-11-05 ThomasVcomment out the servers that are not 0.5
2012-11-05 MaranUpdated the bytesized-hosting.com to the shorter bysh...
2012-11-05 thomasvset timestamps on startup
2012-11-04 ThomasVsend protocol version
2012-11-04 ThomasVsolve deadlock during restore
2012-11-04 ThomasVadd mnemonic functions to module
2012-11-04 ThomasVdo not use old servers
2012-10-28 ThomasVfix proxy index
2012-10-28 ThomasVfix: subscriptions
2012-10-27 thomasvfix: self.s is None if we are not connected
2012-10-27 ThomasVmove 'peers.subscribe' and 'server.version' calls into...
2012-10-27 ThomasVcosmetic change
2012-10-27 ThomasVcatch ssl exception caused by timeout
2012-10-26 ThomasVuse print_error
2012-10-25 thomasvsubscribe to / verify headers
next