New port numbers
[electrum-nvc.git] / lib / interface.py
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...
2012-07-06 Julian ToshAdding user enabled debug messages for server communica...
2012-06-29 Amir Taakispawn both guis at start. clicking expand hides the...
2012-06-23 ThomasVMerge branch 'master' of gitorious.org:electrum/electrum
2012-06-23 ThomasVfilter old servers
2012-06-23 ThomasVupdate list of default servers
2012-06-15 ThomasVupdate gui on new block
2012-06-13 ThomasVpatch by Soultaker; fix old_to_new
2012-05-20 ThomasVset timeout to 1 minute
2012-05-19 ThomasVfix: make sure that the message is completely sent
2012-05-17 ThomasVdisplay kilobytes received
2012-05-16 ThomasVvirtual method init_socket
2012-05-16 thomasvslightly more robust connection procedure
2012-05-12 ThomasVbugfix: poke to reconnect
2012-05-10 thomasvsetup package in lib subdirectory