Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-20 | [feat] pure go bitmask vpn implemenation | Ruben Pollan | |
- Resolves: #42 | |||
2018-06-20 | [bug] fmt int is %d instead of %i | Ruben Pollan | |
2018-06-20 | [feat] display systray and bitmaskd version in about | Ruben Pollan | |
- Resolves: #47 | |||
2018-06-19 | [bug] wait for bitmaskd to be launched | Ruben 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-12 | [bug] check for errors on vpn check | Ruben Pollan | |
- Resolves: #44 | |||
2018-06-04 | [feat] use http to communicate with the core | Ruben Pollan | |
Instead of using zmq. | |||
2018-05-30 | [bug] use local appdata on windows0.0 | Ruben Pollan | |
The same way is used by bitmaskd. - Resolves: #36 | |||
2018-05-26 | [pkg] windows doesn't have curve | Ruben Pollan | |
Let's have our own hasCurve() func to don't use curve if is windows. | |||
2018-05-26 | [feat] configure the zmq bitmask endpoint per platform | Ruben Pollan | |
Windows uses tcp and linux/darwin uses a local socket. | |||
2018-04-19 | [feat] Ask for donations | Ruben Pollan | |
- Resolves: #24 | |||
2018-03-05 | [bug] remove unused import | Kali Kaneko (leap communications) | |
2018-03-05 | use /var/tmp in all cases for socket | Kali Kaneko (leap communications) | |
2018-02-26 | [bug] snap home is read-only | Kali Kaneko (leap communications) | |
2018-02-23 | [feat] use $SNAP if defined for the socket path | Ruben Pollan | |
- Resolves: #16 | |||
2018-02-14 | [feat] timeout if bitmaskd doesn't respond | Ruben Pollan | |
- Resolves: #7 | |||
2018-02-14 | [feat] install helpers if needed | Ruben Pollan | |
- Resolves: #6 | |||
2018-02-13 | [doc] add copyright notice | Ruben Pollan | |
2018-02-13 | Close bitmask when the systray quits | Ruben Pollan | |
2018-02-09 | [style] nicer looking | Ruben Pollan | |
2018-02-08 | [feat] use a config file to check when to produce the next notification | Ruben Pollan | |
2018-01-23 | [feat] add gateway selection | Ruben Pollan | |
2018-01-22 | [feat] add event support | Ruben Pollan | |
2018-01-19 | [feat] implement bitmask.core zmq comunication | Ruben Pollan | |