Merge branch 'master' of github.com:spesmilo/electrum-server
[electrum-server.git] / server.py
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