Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-06 | [bug] pass bitmask root path from snap | Kali Kaneko (leap communications) | |
2018-09-06 | [feat] check regularly the status | Ruben Pollan | |
Don't trust that the status will be reported by openvpn/bitmaskd correctly. Let's do polling every 5 seconds. | |||
2018-08-23 | [feat] fake state on click | Ruben Pollan | |
Let's change the systray state as soon as the user clicks on it, instead of waiting for openvpn to notify the status change. | |||
2018-08-21 | [test] get nsis from ubuntu cosmic | Ruben Pollan | |
- Resolves: #61 | |||
2018-08-21 | [doc] add instructions on how to report an issue | Ruben Pollan | |
2018-08-02 | [test] build standalone on the CI | Ruben Pollan | |
2018-08-02 | [doc] update readme to linux warnings and standalone | Ruben Pollan | |
2018-07-19 | [feat] most args are moved to the helper | Ruben Pollan | |
2018-07-11 | [pkg] build windows installer in the CI | Ruben Pollan | |
2018-07-10 | [feat] autostart the standalone systray if the vpn was on | Ruben Pollan | |
- Resolves: #8 | |||
2018-07-09 | [pkg] use powershell for the version number | Ruben Pollan | |
2018-07-04 | [feat] add logger file | Ruben Pollan | |
- Resolves: #56 | |||
2018-06-26 | [feat] add support for the helper in go | Ruben Pollan | |
2018-06-25 | [feat] rename bitmask_go to standalone | Ruben Pollan | |
2018-06-25 | [feat] change the donation notification timeout to 1 hour | Ruben Pollan | |
- Resolves: #57 | |||
2018-06-21 | [bug] fixup last commit string | Ruben Pollan | |
2018-06-21 | [bug] send a "null" to the openvpn_stop windows helper | Ruben Pollan | |
2018-06-21 | [bug] the nim helper wants the args as space separated | Ruben Pollan | |
2018-06-21 | [bug] clean up vpn args for windows | Ruben Pollan | |
2018-06-21 | [feat] pass the right windows args to openvpn | Ruben Pollan | |
2018-06-21 | [bug] add windows support to the pid file | Ruben Pollan | |
- Resolves: #43 | |||
2018-06-21 | [feat] add support for the windows launcher | Ruben Pollan | |
2018-06-20 | [feat] sort gateways by timezone | Ruben Pollan | |
And let us select gateways. - Resolves: #42 | |||
2018-06-20 | [feat] get openvpn args/gateways from the eip-service.json | Ruben Pollan | |
2018-06-20 | [feat] do a proper openvpn process management | Ruben Pollan | |
2018-06-20 | [feat] capture SIGINT and close properly | Ruben Pollan | |
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 | [docs] document sed incompatibility for osx | Kali Kaneko (leap communications) | |
2018-06-20 | [feat] return the correct svg path for snap | Ruben Pollan | |
2018-06-20 | [feat] display systray and bitmaskd version in about | Ruben Pollan | |
- Resolves: #47 | |||
2018-06-19 | [bug] lock main goroutine into OS thread | Ruben Pollan | |
- Resolves: #52 | |||
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-12 | [pkg] compile for gtk_3_18 or older | Ruben Pollan | |
- Resolves: #45 | |||
2018-06-06 | [bug] change donate url | Kali Kaneko (leap communications) | |
2018-06-04 | [feat] use http to communicate with the core | Ruben Pollan | |
Instead of using zmq. | |||
2018-06-04 | [feat] notify if it can't start the VPN0.0.1 | Ruben Pollan | |
- Resolves: #35 | |||
2018-06-04 | [feat] add version string | Ruben Pollan | |
The binary now has a --version that is extracted from the git tags/commits. - Resolves: #39 | |||
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] create config folder if it doesn't exist | Ruben Pollan | |
2018-05-26 | [feat] configure the zmq bitmask endpoint per platform | Ruben Pollan | |
Windows uses tcp and linux/darwin uses a local socket. | |||
2018-05-24 | [feat] add about page | Ruben Pollan | |
And update links. - Resolves: #34 | |||
2018-04-25 | [feat] don't notify in 30 days if systray/donate is clicked | Ruben Pollan | |
The same than if the user clicks on 'yes' on the donation dialog will happen now with the systray/donate button. | |||
2018-04-25 | [feat] set icon for the dialogs | Ruben Pollan | |
2018-04-19 | [test] update apt repositories | Ruben Pollan | |
2018-04-19 | [feat] Ask for donations | Ruben Pollan | |
- Resolves: #24 | |||
2018-04-11 | [feat] autoconnect if is the first run or was not manually stopped | Ruben Pollan | |
- Resolves: #23 | |||
2018-04-11 | [feat] if quit stop vpn | Ruben Pollan | |
As a side effect if the user shuts down the systray it will not autostart next time. - Related: #19 |