fix: rename method subscribe2
[electrum-server.git] / processor.py
2012-11-04 ThomasVfix: rename method subscribe2
2012-11-04 ThomasVnew protocol (version 0.5), sending serialized transactions
2012-10-25 ThomasVblockchain.headers subscription service
2012-06-28 ThomasVcatch exceptions in dispatch thread
2012-06-13 ThomasVrestructuring: each processor has its own queue
2012-06-13 ThomasVthreadsafe get_session
2012-06-05 ThomasVadd timeout for http sessions
2012-06-05 ThomasVmove http sessions into dispatcher
2012-05-14 ThomasVAccess-Control-Allow-Origin ; session bug workaround
2012-05-02 ThomasVdo not log connections with no subscriptions
2012-04-30 ThomasVadd server info command. send command line commands...
2012-04-30 ThomasVfix logging info: address
2012-04-29 ThomasVfix for sending notifications
2012-04-29 ThomasVrelax json rules for 0.43 clients. do not add None...
2012-04-23 genjixbe stricter with response typing.
2012-04-22 genjixBugfix: allow blockchain.address.subscribe notification...
2012-04-22 genjixC++ core with working memory pool
2012-04-19 genjixmempool subscribe works with outputs of transactions.
2012-04-15 genjix"methods" and "params" shouldnt be in response json.
2012-04-01 ThomasVimproved logging
2012-03-29 ThomasVcreate dispatcher class; redefine processors as threads
2012-03-28 ThomasVfix for http server
2012-03-28 ThomasVgeneric processor; register backends
2012-03-28 ThomasVmore modularisation
2012-03-28 ThomasVmajor reorganisation, http works now