big refactoring of the interface
[electrum-nvc.git] / electrum
2012-10-21 ThomasVbig refactoring of the interface
2012-10-20 thomasvtext gui
2012-10-20 thomasvtext ui: first commit
2012-10-20 ThomasVnew 'set' command for the CLI
2012-10-19 thomasvrename qt gui -> classic
2012-10-13 ecdsaMerge pull request #42 from samueltardieu/find-wallet
2012-10-11 ThomasVmove prompt_password from wallet.py to main script
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-11 thomasvencapsulation: that kind of exception handling should...
2012-10-09 thomasvuse proxy with command line too
2012-10-09 thomasvfix proxy issues: override config with command line...
2012-10-05 thomasvremove remote wallet (broken, will be replaced)
2012-10-03 Samuel Tardieumake command-line [un]freeze/prioritize find the wallet...
2012-10-02 thomasvwarning against redeem private key services
2012-10-01 thomasvmake proxy an optional parameter
2012-09-21 bkkcoinsMerge branch 'fix-offline-restore' into merged
2012-09-20 bkkcoinsRevert "Fix for wallet restore when offline"
2012-09-20 bkkcoinsfix offline restore
2012-09-20 bkkcoinsFix for wallet restore when offline
2012-09-19 bkkcoinsAdded SOCKS support, with cmdline and SimpleConfig...
2012-09-07 Samuel TardieuImport SimpleConfig from electrum if installed
2012-08-30 MaranReworked the qt warning dialog
2012-08-30 MaranRefactored user_dir to utils and replaced it in wallet...
2012-08-30 MaranAdded a set_key setter method that can also write out...
2012-08-29 MaranWrite out the config file to <= 4.7 QT when QT > 4...
2012-08-29 MaranAdded SimpleConfig class to deal with simple config...
2012-08-29 MaranFix merge conflict with master
2012-08-29 Amir TaakiWalletSynchronizer had a race condition caused by calli...
2012-08-27 MaranFix tab issue for password
2012-08-27 Amir Taakibe more permissive with catching exceptions here as...
2012-08-27 Amir Taakipw_decode returns ValueError on fail.
2012-08-26 MaranMade the error message for verifymessage more transparent
2012-08-26 MaranAdded a message to the sign/verify message help text...
2012-08-26 Amir TaakiExplanation: Doesn't preserve the same behaviour as...
2012-08-25 Jimbo77needed to include absolute path for optparse methods
2012-08-25 Jimbo77reverted commit 31aaf473c81a7358eb711c3117d396b218f11ff...
2012-08-24 Jimbo77Added more descriptive error if wallet cannot be loaded
2012-08-24 Jimbo77removed optparse import statment
2012-08-24 Jimbo77Merge branch 'optparse_upgrade'
2012-08-24 Jimbo77upgraded optparse with the newer module argparse. Can...
2012-08-23 Amir TaakiUnneeded exception raised. sys.exit returns before...
2012-08-22 Jimbo77changed print_error to NameError exception to reduce...
2012-08-22 Jimbo77another small toolkit comment
2012-08-22 Jimbo77small comment explaining gui importation section of...
2012-08-20 Amir Taakibugfix: wrong indentation level for prompt_password.
2012-08-20 Jimbo77getting rid of more unnecessary print_errors()
2012-08-20 Jimbo77getting rid of more unnecessary print_errors()
2012-08-20 Jimbo77got rid of another unneeded print_error()
2012-08-20 Jimbo77got rid of another unneeded print_error()
2012-08-19 Jimbo77got rid of print_error() to reduce coupling
2012-08-19 Jimbo77added ImportError and replaced print_error() with sys...
2012-08-18 MaranLoad qt gui when qt 4.7 is not available
2012-08-16 MaranMade the window a little prettier
2012-08-16 MaranChanging around where we issue the messages
2012-08-01 MaranDont require private key on import, patch by ErebusBat
2012-08-01 MaranDont confirm password from command line, patch by ErebusBat
2012-07-17 Amir Taakibugfix: signmessage expects 2 arguments. check for...
2012-07-17 Amir Taakishow help switches when using help command without...
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-07 Julian Toshmodified password input routines to allow for input...
2012-07-03 Amir TaakiMake lite gui the default.
2012-06-27 Amir Taakishow btc balance (no fiat balance yet)
2012-06-27 Amir Taakimoved lite gui into lib/ and added -g lite to ./electrum
2012-06-18 MaranFixed list index out of range when supplying no argumen...
2012-06-18 MaranAdded some more information for certain help commands...
2012-06-12 thomasvreconstruct message if it contains spaces
2012-06-08 ThomasVfix: distinguish between addr and m_addr
2012-06-07 ThomasVdistinguish between ImportError and SyntaxError
2012-06-07 thomasvdefine method get_address_flags
2012-06-07 thomasvfix import from lib
2012-06-07 thomasvmove freeze and prioritize functions into wallet class
2012-06-07 thomasvimprove 'addresses' console command
2012-06-06 ThomasVuse a dict for commands and help texts
2012-06-06 ThomasVadd prioritize and freeze console commands. fix choose_...
2012-06-06 thomasvtry to import local directory before module
2012-05-30 thomasvimport lib directory as electrum if the library is...
2012-05-30 thomasvbetter error messages
2012-05-17 ThomasVhandle imported keys as well with deseed and reseed
2012-05-17 ThomasVfix: password on creation
2012-05-17 ThomasVbugfix: encryption of encrypted keys
2012-05-16 ThomasVwallet.path
2012-05-16 ThomasVreplace options.wallet_path with wallet.path
2012-05-16 ThomasVupdate help message
2012-05-16 ThomasVrm mnemonic option, paste seed as both hexadecimal...
2012-05-16 thomasvslightly more robust connection procedure
2012-05-15 ThomasVpath
2012-05-14 ThomasVdo not derive private keys when there is no seed
2012-05-14 thomasvbetter messages
2012-05-14 thomasv--mnemonic option, and improved help messages
2012-05-14 thomasvmake the history command an online command; option...
2012-05-14 thomasvtest the existence of modules in the main script
2012-05-13 ThomasVoffline option for command line
2012-05-13 ThomasVdeseed: error if wallet is encrypted
2012-05-12 ThomasVdeseed and reseed
2012-05-12 ThomasVdeseed command
2012-05-11 thomasvfix import
2012-05-10 thomasvsetup package in lib subdirectory
2012-04-30 ThomasVfix: is_input
next