summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2016-07-11[test] toxify testsdrebs
2016-04-01[pkg] update to versioneer 0.16Kali Kaneko
2015-08-28[style] pep8 fixesKali Kaneko
2015-08-17[tests] add pep8/flake8 ignoresKali Kaneko
2015-05-27[feat] refactor events to use ZMQdrebs
Before this commit, protobuf and protobuf.socketrpc were used to serialize and transmit messages between events clients. This change implements a simpler ZMQ client/server events mechanism that uses ZMQ sockets for transmitting messages from clients to server and to redistribute such messages to subscribed clients. Closes: #6359