summaryrefslogtreecommitdiff
path: root/bitmask/events.go
AgeCommit message (Collapse)Author
2018-06-20[feat] pure go bitmask vpn implemenationRuben Pollan
- Resolves: #42
2018-06-04[feat] use http to communicate with the coreRuben Pollan
Instead of using zmq.
2018-05-26[pkg] windows doesn't have curveRuben Pollan
Let's have our own hasCurve() func to don't use curve if is windows.
2018-02-13[doc] add copyright noticeRuben Pollan
2018-02-09[style] nicer lookingRuben Pollan
2018-02-08[feat] use a config file to check when to produce the next notificationRuben Pollan
2018-01-22[feat] add event supportRuben Pollan
2018-01-19[feat] implement bitmask.core zmq comunicationRuben Pollan