Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-03-27 | [i18n] simplify i18n strings | Ruben Pollan | |
Let's make the application name configurable. | |||
2018-03-22 | [feat] remove about | Ruben Pollan | |
2018-03-22 | [i18n] add pt-BR locale | Ruben Pollan | |
2018-03-20 | [feat] add windows icons | Ruben Pollan | |
2018-03-20 | [feat] let's not notify about donations for now | Ruben Pollan | |
As MVP we decided to remove the donations notifications for now. - Resolves: #21 | |||
2018-03-20 | [style] use upstream systray library | Ruben Pollan | |
Now that my patchers are merged we can revert back to use upstream. | |||
2018-03-20 | [test] add CI support | Ruben Pollan | |
- Resolves: #13 | |||
2018-03-20 | [feat] remove the hack on exit | Ruben Pollan | |
The systray quit is being fixed in our fork of the getlantern/systray. | |||
2018-03-20 | [feat] only one systray can be in execution | Ruben Pollan | |
Create a systray.pid file to check if another systray is in execution and only one systray is allowed to be running. - Resolves: #17 | |||
2018-03-20 | [bug] use our own fork of the systray library | Ruben Pollan | |
While we wait to get the fix to the hide menu items issue merged upstream let's use our own fork of the library. - Resolves: #8 | |||
2018-03-05 | [bug] remove unused import | Kali Kaneko (leap communications) | |
2018-03-05 | [feat] lighter icons for darwin | elijah | |
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-23 | [feat] discover the path of the svg for the notifications | Ruben Pollan | |
Try different known paths for the svg file. - Resolves: #10 | |||
2018-02-22 | [pkg] add a convenience target for installing deps | Kali Kaneko (leap communications) | |
2018-02-22 | [i18n] es-ES review | Kali Kaneko (leap communications) | |
2018-02-21 | [bug] ignore config parsing errors | Ruben Pollan | |
2018-02-21 | [feat] display the off icon while waiting for status | Ruben Pollan | |
- Resolves: #14 | |||
2018-02-21 | [feat] add i18n support | Ruben Pollan | |
Using golang.org/x/text, wich is still in early stages of development, but seems to work good enough for our needs. - Resolves: #2 | |||
2018-02-19 | [feat] nicer icons for mac (higher res, black lines) | elijah | |
2018-02-16 | [doc] typo in package | Kali Kaneko (leap communications) | |
2018-02-16 | [feat] add a command line flag to enable gateway selection | Ruben Pollan | |
- Resolves: #12 | |||
2018-02-15 | [bug] check if error is not nil before checking if it's nopolkit | Ruben Pollan | |