add log messages for irc
[electrum-server.git] / server.py
2014-02-17 ThomasVcheck if a server is running before startup
2014-02-17 ThomasVjoin threads during server shutdown
2014-01-03 Eagle[TM]set IRC default to off, cleanup sample config
2013-12-06 ThomasVuse a dict for sessions, instead of a list. Deprecates #48
2013-11-24 ThomasVheapy commands
2013-11-14 ThomasVremove support for abe
2013-04-20 ThomasVvarious fixes
2013-04-10 ThomasVdefault to leveldb, use limit=100
2013-01-16 Eagle[TM]emtpy default ssl ports to make ssl optional
2013-01-14 ThomasVMerge pull request #17 from WyseNynja/master
2013-01-14 Bryan Stittpep8 and utility cleanup
2013-01-13 Eagle[TM]add empty defaults for ssl key/cert config for assert...
2012-11-26 Eagle[TM]adding report_ config fields for different host and...
2012-11-20 ThomasVpassword protect unsubscribe
2012-11-19 ThomasVchange name for config file
2012-11-16 ThomasVadd timestamp to all log lines
2012-11-15 ThomasVslightly improved messages
2012-11-14 ThomasVbitcoind + levelDB processor integration
2012-11-11 ThomasVnew bitcoind backend (experimental)
2012-11-10 ThomasVbc2
2012-10-18 ThomasVassert cert files
2012-10-17 ThomasVserver-side support for ssl
2012-07-19 cobleeGeneralize the way to setup the server to use Litecoin.
2012-07-08 ThomasVwarning to 32bit users
2012-06-27 ThomasVmove code that is specific to abe
2012-06-17 ThomasVraise limit
2012-06-15 ThomasVcatch_up database before launching transports
2012-06-14 ThomasVadd sql limit to config
2012-06-13 ThomasVadding server.load command
2012-06-05 ThomasVdisplay session type
2012-06-05 ThomasVadd timeout for http sessions
2012-06-04 ThomasVremove support for native protocol
2012-06-04 ThomasVlogging
2012-05-26 ThomasVrecv loop
2012-05-18 ThomasVports are set to empty string when disabled in confif...
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
next