move network dialog in a new class; simplify interface.get_servers
[electrum-nvc.git] / lib / interface.py
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
2012-10-24 ThomasVsimple payment verification: check targets, use block...
2012-10-23 ThomasVfix: break the loop
2012-10-23 ThomasVfix order
2012-10-22 ThomasVfix: copy the default servers array
2012-10-22 thomasvmore robust connection procedure: let the user start...
2012-10-22 thomasvtypo: expected -> unexpected
2012-10-22 thomasvnew 'disconnecting' callback for requested disconnection
2012-10-22 thomasvcatch exception when client is disconnected
2012-10-22 thomasvallow multiple callbacks for a given name
2012-10-22 thomasvinterface: do not connect inside the constructor
2012-10-22 thomasvuse named callbacks with the interface
2012-10-21 ThomasVbig refactoring of the interface
2012-10-20 ThomasVpass config to randomly selected server
2012-10-20 ThomasVfix: random_choice -> random.choice
2012-10-19 thomasvsynchronous_get batch method for interface
2012-10-19 thomasvfix connection_msg
2012-10-18 ThomasVadd SSL protocols to network dialog
2012-10-17 thomasvuse SSLv23
2012-10-17 thomasvclient-side support for SSL
2012-10-16 thomasvuse a small timeout value initially because the server...
2012-10-15 ThomasVmove is_up_to_date method
2012-10-14 ThomasVbootstrap: test all hardcodedservers until one is found...
2012-10-13 ThomasVsave config after checking qt version
2012-10-12 thomasvallow config to be None in constructor of Interface
2012-10-12 thomasvmove init_socket in constructor
2012-10-12 thomasvminor fix for proxy type
2012-10-11 ThomasVfix: inheritance
2012-10-11 ThomasVencapsulate parse_proxy_options
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-10 thomasvmove proxy fallback away from send method
2012-10-09 MaranMerge branch 'master' of https://github.com/spesmilo...
2012-10-09 MaranAdd fallback for users who ran master with the old...
2012-10-09 thomasvmake connection message slightly less invasive
2012-10-09 thomasvproxy: allow '-p none'
2012-10-01 thomasvremove ecdsa.org from default servers; too much downtime
2012-10-01 thomasvmake proxy an optional parameter
2012-10-01 thomasvdebugging options should not be parameters, it makes...
2012-09-21 MaranFixed merged conflict and added folder creation on...
2012-09-20 bkkcoinsAdded proxy settings save to config.json
2012-09-20 bkkcoinsRevert "Revert "Added proxy options to network dialog""
2012-09-20 bkkcoinsRevert "Added proxy options to network dialog"
2012-09-19 MaranRemoved uncle-enzo from default servers since it's...
2012-09-19 bkkcoinsAdded proxy options to network dialog
2012-09-19 bkkcoinsAdded SOCKS support, with cmdline and SimpleConfig...
2012-08-29 Amir TaakiRemove assert which isn't true for the commands (only...
2012-08-29 Amir TaakiWalletSynchronizer had a race condition caused by calli...
2012-08-29 Amir TaakiTidy up of code to comply with style guide.
2012-08-28 MaranMerge branch '1.0'
2012-08-28 MaranFix port number for bytesized
2012-08-27 Amir TaakiFixed bug where switching servers causes assert failure.
2012-08-20 Amir TaakiShow list of all the servers available in the menubar.
2012-07-07 Amir TaakiCorrected import paths for print_error.
2012-07-07 Julian ToshImplementing a better print_error routine
2012-07-07 Julian ToshStandardizing message format and implementing stderr...
next