check password for 'info' command. display version and load
[electrum-server.git] / server.py
2012-04-30 ThomasVcheck password for 'info' command. display version...
2012-04-30 ThomasVadd server info command. send command line commands...
2012-04-07 genjixre-raise ImportError exception until we find a way...
2012-04-07 genjixshow backend name when backend is not found.
2012-04-06 genjixRenamed: modules -> backends
2012-04-06 genjixImport backend using backend name.
2012-04-04 genjixload /etc/electrum.conf first, then ./electrum.conf...
2012-04-04 genjixSome tidying up and re-arranging.
2012-04-04 genjixcan specify backend in conf file
2012-04-04 genjixTypo with importing LibbitcoinProcessor
2012-04-04 genjixtry to load ./electrum.conf before /etc/electrum.conf
2012-03-29 ThomasVsimplification, server.stop
2012-03-29 ThomasVpassword
2012-03-29 ThomasVport numbers
2012-03-29 ThomasVnativeServer does not work with libbitcoin
2012-03-29 ThomasVmove files in modules dir
2012-03-29 ThomasVcreate dispatcher class; redefine processors as threads
2012-03-28 ThomasVdirectory for transports
2012-03-28 ThomasVgeneric processor; register backends
2012-03-28 ThomasVmore modularisation
2012-03-28 ThomasVmajor reorganisation, http works now
2012-03-28 ThomasVabstract services from processor; define server.peers...
2012-03-27 ThomasVnew workflow
2012-03-27 ThomasVcleanup dead code
2012-03-26 ThomasVadd two update methods for processor
2012-03-26 ThomasVdon't close session twice; get connection inside try...
2012-03-25 ThomasVuse stratum
2012-03-24 ThomasVnot used
2012-03-24 ThomasVmove abe backend into module
2012-03-24 ThomasVfix: update last_time
2012-03-23 ThomasVfixes
2012-03-21 ThomasVmove address_queue
2012-03-21 ThomasVmove store back into main
2012-03-20 ThomasVremove bccapi things; move send_tx to backend
2012-03-20 ThomasVfix
2012-03-20 ThomasVlicence
2012-03-20 ThomasVcleanup
2012-03-20 ThomasVcleanup
2012-03-20 ThomasVseparate backend
2012-03-19 ThomasVreduce verbosity
2012-03-19 ThomasVcleanup
2012-03-19 ThomasVstratum http server
2012-03-17 ThomasVjsonrpc
2012-03-17 ThomasVaddress.subscribe
2012-03-16 ThomasVpersistent
2012-03-16 ThomasVresult
2012-03-16 ThomasVuse IDs and json-rpc
2012-03-16 ThomasVoverload import_block
2012-03-16 ThomasVmempool fix, cache
2012-03-15 ThomasVhandle socket error
2012-03-14 ThomasVquit command for telnet
2012-03-14 ThomasVfix typo
2012-03-14 ThomasVserver.peers rpc
2012-03-14 ThomasVclose session
2012-03-13 ThomasVdo_update_address
2012-03-13 ThomasVsubscribed services
2012-03-12 ThomasVnew protocol
2012-02-19 ThomasVversion 0.40a
2012-02-14 ThomasVbanner
2012-02-08 ThomasVuse block_number=0 for no server; -1 means unknown...
2012-02-08 ThomasVblock_number should return -1 if we know the DB is...
2012-02-08 ThomasVrelease lock in finally statement
2012-01-19 ThomasVupdate imports
2012-01-17 ThomasVlog time
2012-01-15 ThomasVdirect interface for ultralight clients
2012-01-15 ThomasVfix: varname
2012-01-12 ThomasVstandardize send_tx and new_session parameters
2012-01-11 ThomasVadd json calls related to sessions
2011-12-26 ThomasVfixes
2011-12-23 ThomasVlog messages
2011-12-23 ThomasVmultithreaded
2011-12-23 ThomasVdon't use bitcoinrpc anymore
2011-12-22 ThomasVmore command separation
2011-12-22 ThomasVfirst jsonrpc commands
2011-12-22 ThomasVread password once
2011-12-22 ThomasVseparate commands from transport
2011-12-20 ThomasVbccapi commands: login and getAccountInfo
2011-12-15 ThomasVrename function; fix get_status
2011-12-12 ThomasVcleanup
2011-12-12 ThomasVgetmemorypool != database; use db to set address_has_me...
2011-12-10 ThomasVremove ismempool flag
2011-12-10 ThomasVmaintain a list of mempool keys; the database might...
2011-12-10 ThomasVbetter logs
2011-12-09 ThomasVdisambiguate mempool blocks
2011-12-09 ThomasVsessions: store client version
2011-12-08 ThomasVupdate session
2011-12-08 ThomasVcache commands
2011-12-06 ThomasVminor fix in recv loop
2011-12-05 ThomasVfix for memcache
2011-12-05 ThomasVfixes
2011-12-04 ThomasVservers not updating peers list properly; let us see...
2011-12-04 ThomasVcommand that displays number of blocks
2011-12-04 ThomasVdefault to localhost
2011-12-04 ThomasVfix memcache issue; turn it off by default
2011-12-03 ThomasVenable memory cache
2011-12-03 ThomasVMemory cache for addresses. Not activated for the momen...
2011-12-03 ThomasVreset peer list before update
2011-12-01 ThomasVMerge commit 'refs/merge-requests/6' of git://gitorious...
2011-12-01 ThomasVtypo
2011-11-30 Ovidiu Constantin* small IRC fix and doc
next