cleanup
[electrum-server.git] / server.py
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
2011-11-30 Ovidiu Constantin* when I said IP, I meant IP, not hostnames.
2011-11-30 Ovidiu Constantin* move server's hostname on IRC to realname, part 3...
2011-11-30 Ovidiu Constantin* move server's hostname on IRC to realname, part 2...
2011-11-30 root* move server's hostname on IRC to realname, part 1...
2011-11-29 Ovidiu Constantin* fix config file keys for MySQL.
2011-11-27 Ovidiu ConstantinPrivacy feature: allow running a private server, that...
2011-11-26 ThomasVMerge commit 'refs/merge-requests/2' of git://gitorious...
2011-11-23 Ovidiu Constantin* adding support for MySQL
2011-11-23 Ovidiu ConstantinMerge remote-tracking branch 'upstream/master'
2011-11-23 ThomasVsql fix
2011-11-23 Ovidiu ConstantinOk, *really* fix to use the correct bitcoinrpc module.
2011-11-23 ThomasVmultiline
2011-11-23 ThomasVfix
2011-11-23 ThomasVMerge commit 'refs/merge-requests/1' of git://gitorious...
2011-11-23 ThomasVshow hostnames
2011-11-23 Ovidiu Constantin* added support for ini-style config file
2011-11-23 Ovidiu Constantin* fix bitcoinrpc import library name
2011-11-22 ThomasVunnecessarily large
2011-11-22 ThomasVimproved page
2011-11-21 ThomasVfixes
2011-11-18 ThomasVget block num in locked section
2011-11-16 ThomasVretrieve peers list from IRC
2011-11-14 rootcreate cleaning thread, add commad line socket requests
2011-11-14 rootclean unused sessions
2011-11-14 rootmessages
2011-11-11 rootread message from file
2011-11-10 rootminor
2011-11-09 ThomasVfix
2011-11-09 ThomasVhandle http
2011-11-04 ThomasVserver code