Fixed download URL (from github to electrum.bitcoin.cz)
[electrum-nvc.git] / electrum
2013-01-13 ThomasVupdate help for importprivkey
2013-01-08 ThomasVrestore from mpk (text)
2013-01-08 thomasvexport seed in gui/restore from seed
2013-01-07 slushImport WalletFactory instead of Wallet
2013-01-06 ThomasVfix: unencrypted seed
2013-01-06 ThomasVfix bug with undetected incorrect password that can...
2013-01-05 ThomasVuse the same syntax as bitcoind for key import
2013-01-03 ThomasVtry http if tcp fails.
2013-01-02 thomasvcall set_language only if gui is used.
2013-01-02 thomasvoption to set gui language from command line
2013-01-02 thomasvfix: exit if no password is provided when needed
2012-12-17 thomasvuse portable flag on android instead of explicit path...
2012-12-17 thomasvchange headers path for android
2012-12-17 thomasvcommand line option for portable wallets
2012-12-05 thomasvnew command: signtx (offline transaction signing)
2012-12-05 thomasvallow multiple-outputs transactions with mktx()
2012-12-05 thomasvrevert to daemon threads because some clients do not...
2012-12-01 ThomasVfix path for android
2012-11-27 ThomasVprint_error -> print_msg
2012-11-24 ThomasVno daemon
2012-11-24 ThomasVnodaemon
2012-11-23 ThomasVreturn True in retore_wallet
2012-11-23 ThomasVreturn True in network dialog, because None means offline
2012-11-23 ThomasVuse adhoc print function
2012-11-23 thomasvreturn parser object because it is needed to display...
2012-11-22 thomasvfix balance display in flatfly's bug. restore the walle...
2012-11-21 flatflyFix wallet path in deseed and reseed
2012-11-20 ThomasVfix network dialog
2012-11-20 ThomasVsimplify the create/restore procedure
2012-11-20 ThomasVsimplification
2012-11-20 ThomasVadd version to android path
2012-11-20 ThomasVandroid: update create and recover dialogs
2012-11-20 thomasvallow offline creation/recovery within the gui
2012-11-19 thomasvpop all options that are None before passing them to...
2012-11-18 ThomasVmake a regular gui module for android
2012-11-16 thomasvdo not include fee in the transaction amount shown...
2012-11-05 thomasvstart synchronizer only after verifier is created
2012-11-04 ThomasVfix CLI restore
2012-11-04 ThomasVsolve deadlock during restore
2012-11-04 ThomasVadd mnemonic functions to module
2012-11-04 ThomasVverbose option
2012-11-04 ThomasVfix: get_tx_value
2012-10-29 thomasvImprove text gui. Disable print_error when text gui...
2012-10-28 ThomasVsecurity fix: do not let user change seed
2012-10-28 ThomasVadd option to disable spv; just in case
2012-10-27 ThomasVmove 'peers.subscribe' and 'server.version' calls into...
2012-10-26 ThomasVnew command: 'get'
2012-10-26 thomasvuse WalletVerifier.add() method to register transactions
2012-10-26 thomasvstart verifier thread only after the first wallet synch...
2012-10-26 ThomasVset command: authorize by default, forbid only when...
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-25 thomasvmake the Verifier class usable without a wallet instance
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 ThomasVinterface for command line mode
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...
next