summaryrefslogtreecommitdiff
path: root/src/leap/common/events/catalog.py
AgeCommit message (Collapse)Author
2017-04-20[feature] add bonafide auth event0.5.5Kali Kaneko
2017-03-17[feat] add VPN_STATUS_CHANGED eventRuben Pollan
2017-03-13[feat] add MAIL_STATUS_CHANGED eventRuben Pollan
2016-03-24[doc] update event annotationKali Kaneko
2015-12-07[refactor] reorder and comment eventsKali Kaneko
Reorder blocks of events, and comment about which user-specific info it's being emitted with them.
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