electrum-server.git
2014-04-28 ThomasVincrease delay between irc messages sent, to avoid...
2014-04-17 ThomasVcode cleanup
2014-04-16 wozzUpdate IRC parsing to avoid errors
2014-04-12 Eagle[TM]HOWTO: Recommend bitcoind 0.9.1; fix electrum path...
2014-04-09 wozzLog KICK messages from IRC
2014-03-27 Eagle[TM]HOWTO: Update for plyvel UTXO version, recommend bitcoi...
2014-03-15 ThomasVlet config file override default ports with empty string
2014-03-14 ThomasVhandle signals
2014-03-14 ThomasVsimplification
2014-03-08 ThomasVadd a separate channel for server commands
2014-03-07 ThomasVimport transports earlier
2014-03-07 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2014-03-07 ThomasVupdate documentation
2014-03-07 ThomasVadd log messages for irc
2014-03-04 Eagle[TM]hardening against multiple path_fulltree definitions...
2014-03-04 ThomasVfixes for start script
2014-03-04 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2014-03-04 ThomasVfixes
2014-03-01 ThomasVincrease db version
2014-03-01 ThomasVfix: use address and not key in db_addr
2014-03-01 ThomasVadd memory pool results to getaddressbalance
2014-02-25 ThomasVcheck pid before start
2014-02-24 ThomasVadd more debug messages to log
2014-02-24 ThomasVMerge branch 'fulltree'
2014-02-24 ThomasVfix typo
2014-02-23 Eagle[TM]start: use .gz archives for some basic compression
2014-02-23 Eagle[TM]start: strip one dir on tar unpack, electrum_config...
2014-02-19 ThomasVMerge branch 'fulltree' of github.com:spesmilo/electrum...
2014-02-19 ThomasVdon't display traceback if client does not send version...
2014-02-18 Eagle[TM]startup: error conditions for missing files, wget on...
2014-02-17 ThomasVcheck if a server is running before startup
2014-02-17 ThomasVfoundry url
2014-02-17 ThomasVadd foundry script
2014-02-17 ThomasVclean stop script
2014-02-17 ThomasVjoin threads during server shutdown
2014-01-30 ThomasVfix error message in get_address
2014-01-30 ThomasVfix variable name
2014-01-29 ThomasVaddress.get_proof, utxo.get_address
2014-01-25 ThomasVcompute and send utxo_root with header
2014-01-25 ThomasVuse more consistent names for databases
2014-01-24 ThomasVfix
2014-01-24 ThomasVfix prev_root_hash
2014-01-24 ThomasVfix
2014-01-24 ThomasVfix
2014-01-24 ThomasVfix excess flood
2014-01-24 ThomasVfix excess flood
2014-01-24 ThomasVfix
2014-01-24 ThomasVfixes
2014-01-24 ThomasVfix push_response session
2014-01-21 ThomasVversion number
2014-01-20 ThomasVMerge branch 'fulltree' of github.com:spesmilo/electrum...
2014-01-20 ThomasVupdate protocol
2014-01-20 ThomasVstore heights, and pruned histories
2014-01-20 ThomasVhash tree of unspents
2014-01-20 ThomasVupdate protocol
2014-01-15 ThomasVstore heights, and pruned histories
2014-01-14 ThomasVhash tree of unspents
2014-01-03 Eagle[TM]set IRC default to off, cleanup sample config
2013-12-30 ThomasVless verbose
2013-12-29 ThomasVplyvel
2013-12-16 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2013-12-16 ThomasVwait a bit before asking for a new socket if the link...
2013-12-09 Eagle[TM]HOWTO: Update bitcoind recommendation to 0.8.6
2013-12-09 ThomasVfix memleak with subscriptions
2013-12-06 ThomasVdon't use python's random for session IDs
2013-12-06 Eagle[TM]HOWTO: Step numbering (cosmetic)
2013-12-06 ThomasVuse set instead of list in memorypool_update
2013-12-06 Eagle[TM]irc: fix random nick generation with hex string in...
2013-12-06 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2013-12-06 ThomasVuse a dict for sessions, instead of a list. Deprecates #48
2013-12-04 Eagle[TM]HOWTO: re-add compile example for bitcoind
2013-12-04 ThomasVfix: restore method get_session_by_address
2013-12-04 ThomasVfix
2013-12-04 ThomasVadd a sleep() to sessions, and remove some dead code
2013-12-04 ThomasVfix locks
2013-12-03 ThomasVpass sessions to processors; fixes memory leak in watch...
2013-11-25 ThomasVstop session immediately if handshake fails; move some...
2013-11-25 ThomasVfix another memory leak
2013-11-24 ThomasVheapy commands
2013-11-24 ThomasVstop server if txindex not used
2013-11-24 ThomasVfix memory leak (caused by thread never terminating)
2013-11-14 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2013-11-14 ThomasVremove support for abe
2013-11-14 Eagle[TM]HOWTO: typo
2013-11-14 Eagle[TM]Update docs: txindex in README, reindex in HOWTO
2013-11-14 ThomasVno more patch
2013-11-14 ThomasVMerge branch '3M3RY-mainline_bitcoind'
2013-11-14 ThomasVminor fix
2013-11-10 Eagle[TM]HOWTO: Recommend downloading, update index stats, point...
2013-11-09 Eagle[TM]README.leveldb: no need for txindex
2013-11-07 Emery Hemingwayfixes to complete mainline_bitcoind merge
2013-11-07 Emery HemingwayMerge branch 'mainline_bitcoind' of github.com:luke...
2013-11-07 Luke DashjrAdjust code to work with unpatched bitcoind
2013-10-23 ThomasVcatch exceptions in script_GetOP
2013-10-16 Eagle[TM]HOWTO: Describe self-signed SSL cert creation and use
2013-09-13 Eagle[TM]HOWTO: minor formatting + headline change
2013-09-13 Eagle[TM]HOWTO: Update to 0.8.5, apt-get deps, other minor tweaks
2013-09-04 Eagle[TM]HOWTO: recommended bitcoind settings / restarts
2013-09-04 Eagle[TM]HOWTO: Mark 0.8.4 supported, add strip command, notice...
2013-09-03 Eagle[TM]HOWTO: Mark 0.8.3 as hightest supported version, add...
next