summaryrefslogtreecommitdiff
path: root/bitmask/main.go
AgeCommit message (Collapse)Author
2018-06-20[feat] pure go bitmask vpn implemenationRuben Pollan
- Resolves: #42
2018-06-20[bug] fmt int is %d instead of %iRuben Pollan
2018-06-20[feat] display systray and bitmaskd version in aboutRuben Pollan
- Resolves: #47
2018-06-19[bug] wait for bitmaskd to be launchedRuben Pollan
In the snap, launching both bitmaskd and the systray at once bitmaskd might not be ready to answer http posts when the systray starts. - Resolves: #46
2018-06-04[feat] use http to communicate with the coreRuben Pollan
Instead of using zmq.
2018-05-26[feat] configure the zmq bitmask endpoint per platformRuben Pollan
Windows uses tcp and linux/darwin uses a local socket.
2018-04-19[feat] Ask for donationsRuben Pollan
- Resolves: #24
2018-03-05[bug] remove unused importKali Kaneko (leap communications)
2018-03-05use /var/tmp in all cases for socketKali Kaneko (leap communications)
2018-02-26[bug] snap home is read-onlyKali Kaneko (leap communications)
2018-02-23[feat] use $SNAP if defined for the socket pathRuben Pollan
- Resolves: #16
2018-02-14[feat] timeout if bitmaskd doesn't respondRuben Pollan
- Resolves: #7
2018-02-13[doc] add copyright noticeRuben Pollan
2018-02-13Close bitmask when the systray quitsRuben Pollan
2018-01-22[feat] add event supportRuben Pollan
2018-01-19[feat] implement bitmask.core zmq comunicationRuben Pollan