electrum-nvc.git
2012-10-28 ThomasVupdate homepage
2012-10-28 ThomasVdon't include every file in scripts, because merchant...
2012-10-28 ThomasVupdate validate_tx script
2012-10-28 ThomasVadd callback to example script
2012-10-28 ThomasVrevert label change: this was breaking i18n translations.
2012-10-28 ThomasVdisable text gui, as it is not ready for release
2012-10-28 ThomasVincreasing version number, and wiki translation version
2012-10-27 ThomasVmerkle root too
2012-10-27 ThomasVfix flags
2012-10-27 ThomasVopen file with b flag
2012-10-27 ThomasVuse callback instead of wallet.was_updated
2012-10-27 thomasvredo verifications if a header verification fails
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 ThomasVrequest headers chunk if we need more than 50 blocks
2012-10-27 ThomasVcosmetic change
2012-10-27 ThomasVcosmetic change
2012-10-27 ThomasVcatch ssl exception caused by timeout
2012-10-27 ThomasVadd payment verifier and confirmations to merchant...
2012-10-26 ThomasVminor fix for settings dialog combo
2012-10-26 ThomasVfix: synchronizer
2012-10-26 ThomasVfix: below or equal in var_int encoding
2012-10-26 ThomasVfix: var_int encoding
2012-10-26 ThomasVuse print_error
2012-10-26 ThomasVbugfix: default to [], so that we do not create new...
2012-10-26 ThomasVby default, use user dir
2012-10-26 ThomasVnew command: 'get'
2012-10-26 thomasvbugfix: add channel when calling send
2012-10-26 thomasvbugfix: address->addr
2012-10-26 thomasvverifier: download chunks first for efficiency
2012-10-26 thomasvreadme for merchant script
2012-10-26 thomasvspv: request previous headers recursively in order...
2012-10-26 thomasvprotocol v0.4: use position for branching
2012-10-26 thomasvdocument public methods of verifier
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 ThomasVcallback everytime there is an update
2012-10-26 ThomasVset command: authorize by default, forbid only when...
2012-10-26 ThomasVreturn zero if unconfirmed
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-25 ThomasVsort pending headers before they get processed
2012-10-25 thomasvmake the Verifier class usable without a wallet instance
2012-10-25 thomasvsubscribe to / verify headers
2012-10-25 thomasvalt path for headers
2012-10-24 ThomasVsimple payment verification: check targets, use block...
2012-10-23 ThomasVhandle empty string (!= None)
2012-10-23 ThomasVfix: break the loop
2012-10-23 ThomasVfix order
2012-10-22 ThomasVfix: copy the default servers array
2012-10-22 thomasvwindow title
2012-10-22 thomasvwait until connected
2012-10-22 thomasvmore robust connection procedure: let the user start...
2012-10-22 thomasvsave list of verified tx only when needed
2012-10-22 thomasvsave to disk the list of verified transactions
2012-10-22 thomasvtypo: expected -> unexpected
2012-10-22 thomasvnew 'disconnecting' callback for requested disconnection
2012-10-22 thomasvsend another banner request on reconnect
2012-10-22 thomasvcatch exception when client is disconnected
2012-10-22 thomasvinit_up_to_date when connected
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 ThomasVpass config to randomly selected server
2012-10-20 ThomasVfix: random_choice -> random.choice
2012-10-20 ThomasVimport modules with imp
2012-10-20 thomasvtext gui
2012-10-20 thomasvtext ui: first commit
2012-10-20 ThomasVnew 'set' command for the CLI
2012-10-19 ThomasVsimplify validation script
2012-10-19 thomasvcompute merkle root from reduced list
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-19 thomasvmove theme_path functions from util to gui_lite
2012-10-19 thomasvsynchronous_get batch method for interface
2012-10-19 thomasvfix path in icons.qrc
2012-10-19 thomasvfix side effect and handle case where the initial serve...
2012-10-19 thomasvbetter protocol handling in gui
2012-10-19 thomasvfix connection_msg
2012-10-19 thomasvrename qt gui -> classic
2012-10-18 ThomasVrm noface icon
2012-10-18 ThomasVupdate message: cannot change -> not changing
2012-10-18 ThomasVadd data directory to MANIFEST
2012-10-18 ThomasVmove electrum.pnd to icons
2012-10-18 ThomasVversion 1.1
2012-10-18 ThomasVupdate MANIFEST.in
2012-10-18 ThomasVadd SSL protocols to network dialog
2012-10-18 thomasvremove binary file from source repo.
2012-10-18 thomasvcheck that tx_hash is in the merkle tree :)
2012-10-18 thomasvSPV example script (first commit)
2012-10-17 thomasvadd timeout
2012-10-17 thomasvuse SSLv23
2012-10-17 thomasvclient-side support for SSL
2012-10-17 ThomasVfix: update history when label changed
2012-10-16 thomasvset default button in seed dialog
2012-10-16 thomasvuse a small timeout value initially because the server...
2012-10-16 thomasvgtk: on create, use the server already picked by the...
2012-10-16 thomasvon create, use the server already picked by the interface
2012-10-16 thomasvsimplification: hex encode master_public_key directly
2012-10-15 ThomasVmove is_up_to_date method
next