summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-06[bug] on quit don't wait for notifications that might not come0.18.9Ruben Pollan
2018-09-06[bug] pass bitmask root path from snapKali Kaneko (leap communications)
2018-09-06[feat] check regularly the statusRuben 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 clickRuben 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 cosmicRuben Pollan
- Resolves: #61
2018-08-21[doc] add instructions on how to report an issueRuben Pollan
2018-08-02[test] build standalone on the CIRuben Pollan
2018-08-02[doc] update readme to linux warnings and standaloneRuben Pollan
2018-07-19[feat] most args are moved to the helperRuben Pollan
2018-07-11[pkg] build windows installer in the CIRuben Pollan
2018-07-10[feat] autostart the standalone systray if the vpn was onRuben Pollan
- Resolves: #8
2018-07-09[pkg] use powershell for the version numberRuben Pollan
2018-07-04[feat] add logger fileRuben Pollan
- Resolves: #56
2018-06-26[feat] add support for the helper in goRuben Pollan
2018-06-25[feat] rename bitmask_go to standaloneRuben Pollan
2018-06-25[feat] change the donation notification timeout to 1 hourRuben Pollan
- Resolves: #57
2018-06-21[bug] fixup last commit stringRuben Pollan
2018-06-21[bug] send a "null" to the openvpn_stop windows helperRuben Pollan
2018-06-21[bug] the nim helper wants the args as space separatedRuben Pollan
2018-06-21[bug] clean up vpn args for windowsRuben Pollan
2018-06-21[feat] pass the right windows args to openvpnRuben Pollan
2018-06-21[bug] add windows support to the pid fileRuben Pollan
- Resolves: #43
2018-06-21[feat] add support for the windows launcherRuben Pollan
2018-06-20[feat] sort gateways by timezoneRuben Pollan
And let us select gateways. - Resolves: #42
2018-06-20[feat] get openvpn args/gateways from the eip-service.jsonRuben Pollan
2018-06-20[feat] do a proper openvpn process managementRuben Pollan
2018-06-20[feat] capture SIGINT and close properlyRuben Pollan
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[docs] document sed incompatibility for osxKali Kaneko (leap communications)
2018-06-20[feat] return the correct svg path for snapRuben Pollan
2018-06-20[feat] display systray and bitmaskd version in aboutRuben Pollan
- Resolves: #47
2018-06-19[bug] lock main goroutine into OS threadRuben Pollan
- Resolves: #52
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-12[bug] check for errors on vpn checkRuben Pollan
- Resolves: #44
2018-06-12[pkg] compile for gtk_3_18 or olderRuben Pollan
- Resolves: #45
2018-06-06[bug] change donate urlKali Kaneko (leap communications)
2018-06-04[feat] use http to communicate with the coreRuben Pollan
Instead of using zmq.
2018-06-04[feat] notify if it can't start the VPN0.0.1Ruben Pollan
- Resolves: #35
2018-06-04[feat] add version stringRuben 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.0Ruben Pollan
The same way is used by bitmaskd. - Resolves: #36
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-05-26[feat] create config folder if it doesn't existRuben Pollan
2018-05-26[feat] configure the zmq bitmask endpoint per platformRuben Pollan
Windows uses tcp and linux/darwin uses a local socket.
2018-05-24[feat] add about pageRuben Pollan
And update links. - Resolves: #34
2018-04-25[feat] don't notify in 30 days if systray/donate is clickedRuben 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 dialogsRuben Pollan
2018-04-19[test] update apt repositoriesRuben Pollan
2018-04-19[feat] Ask for donationsRuben Pollan
- Resolves: #24
2018-04-11[feat] autoconnect if is the first run or was not manually stoppedRuben Pollan
- Resolves: #23