Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-17 | [refactor] move helper into bitmask-systray repo | Ruben Pollan | |
2019-01-16 | [pkg] initial debianization | Kali Kaneko (leap communications) | |
2019-01-14 | [bug] let's stop using upx in windows | Ruben Pollan | |
Some antivirus detects the upxed binaries as viruses. - Related: #54 | |||
2019-01-10 | [feat] add /firewall/isup | Ruben Pollan | |
- Related: bitmask-systray#97 | |||
2019-01-10 | [docs] add changelog for tarball | Kali Kaneko (leap communications) | |
2019-01-03 | [pkg] Build a release tgz | Ruben Pollan | |
- Related: bitmask-systray#94 | |||
2018-12-28 | [bug] snap post install: add support to python2 | Ruben Pollan | |
Some old systems doesn't have python3 installed by default. Let's keep support for both python3 and python2 in our post installation script. `subprocess.run` doesn't exist on python2. - Resolves: #53 | |||
2018-12-28 | [doc] snap: add the right path to the generated post install script | Ruben Pollan | |
2018-12-19 | [pkg] do not fail in snap package when no tags | Kali Kaneko (leap communications) | |
2018-12-19 | [pkg] do not fail if no tags are found | Kali Kaneko (leap communications) | |
2018-11-29 | [docs] add changelog for 0.18.11 | Kali Kaneko (leap communications) | |
2018-11-21 | [docs] add notes about osx cross-compiling | Kali Kaneko (leap communications) | |
2018-11-21 | [pkg] get deps for helper | Kali Kaneko (leap communications) | |
2018-10-15 | [bug] use the proper binary name for bitmask-systray | Ruben Pollan | |
I missed the '.git' in the source of the snap. | |||
2018-10-11 | [pkg] standalone is now the default build | Ruben Pollan | |
2018-10-11 | [bug] fix path for the version file | Kali Kaneko (leap communications) | |
the version,sh script is normally executed from the parent folder. this was only working in tests because I wasn't deleting the file in my local builds. | |||
2018-10-11 | [docs] add snap version fix to changelog | Kali Kaneko (leap communications) | |
2018-10-11 | [feat] get version from file in snap | kali | |
this is the simplest way to get the version string from within the snap, since passing a ldflag to the golang plugin was going to be much more convoluted. - Resolves: #27 | |||
2018-10-11 | [docs] add tmp asset bugfix to changelog | Kali Kaneko (leap communications) | |
2018-10-09 | [docs] correct snap launcher entrypoint | Kali Kaneko (leap communications) | |
2018-10-09 | [docs] add troubleshooting section | Kali Kaneko (leap communications) | |
2018-10-09 | [docs] add hacking section to the readme | Kali Kaneko (leap communications) | |
I've tried to clarify a little the (confuse) relationships with other pieces and repos. - Resolves: #39 | |||
2018-10-09 | [docs] improve readme | Kali Kaneko (leap communications) | |
Adds some installation and build instructions. - Resolves: #35 | |||
2018-10-09 | [pkg] unlink system-wide desktop entry | Kali Kaneko (leap communications) | |
2018-10-05 | [pkg] add build_snap target | Kali Kaneko (leap communications) | |
2018-10-05 | [pkg] add desktop entry in debian | Kali Kaneko (leap communications) | |
as a workaround for snap desktop entries not being available system-wide there | |||
2018-10-03 | [ci] base docker image in ubuntu | Kali Kaneko (leap communications) | |
snapcraft is not properly packaged for debian | |||
2018-10-01 | [pkg] add docker files to build riseup-vpn | Kali Kaneko (leap communications) | |
2018-09-29 | [pkg] add README to the snap folder | Kali Kaneko (leap communications) | |
2018-09-19 | [bug] fix unloading of helper in osx | Kali Kaneko (leap communications) | |
- Resolves: riseup_vpn#18 | |||
2018-09-12 | [feat] abort installer if the app is still running | Kali Kaneko | |
Otherwise, the error is a bit more cryptic for the user. - Related: #14 | |||
2018-09-12 | [bug] use the tcp nameserver instead of the udp one | Ruben Pollan | |
2018-09-06 | [pkg] wget needs to be installed for bitmask-root | Ruben Pollan | |
2018-09-05 | [pkg] create snaps with the standalone version | Ruben Pollan | |
2018-09-03 | [pkg] add script to sign the bundle | Kali Kaneko (leap communications) | |
2018-08-23 | [osx] don't drop privieleges | Ruben Pollan | |
The script client.down.sh needs to be run as root. As long as we don't implement another way to execute it from the helper let's not drop privileges on OSX. - Resolves: #23 | |||
2018-08-23 | [osx] allow 10.4x.0.1 dns on client.up.sh | Ruben Pollan | |
- Resolves: #22 | |||
2018-08-02 | [bug] apply openvpn platform specific flags | Ruben Pollan | |
- Resolves: #20 | |||
2018-07-19 | [feat] add fixed openvpn args and parse the client ones | Ruben Pollan | |
2018-07-18 | [pkg] don't hung if OSX firewall is not up | Ruben Pollan | |
On reseting the gateway table we should not hung if the table doesn't exist. Let's just print a log message. | |||
2018-07-17 | [pkg] remove the uninstaller from the registry | Ruben Pollan | |
And the menu entry. - Resolves: #15 | |||
2018-07-17 | [pkg] remove log with the uninstaller | Ruben Pollan | |
2018-07-17 | [feat] register uninstaller in add/remove programs on windows | Ruben Pollan | |
- Resolves: #13 | |||
2018-07-13 | [pkg] make the tap installer silent | Ruben Pollan | |
- Resolves: #4 | |||
2018-07-13 | [pkg] make windows installer remove the service | Ruben Pollan | |
- Resolves: #12 | |||
2018-07-11 | [pkg] add missing libraries to the installer | Ruben Pollan | |
2018-07-10 | [pkg] don't update the systray repo | Ruben Pollan | |
It will fail in the CI or if you have a custom version. | |||
2018-07-10 | [pkg] cross fetch windows openvpn | Ruben Pollan | |
2018-07-10 | [pkg] cross build windows installer | Ruben Pollan | |
2018-07-10 | [bug] define daemonize for all OSes | Ruben Pollan | |