summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-31[pkg] increment debian changelog from git versionKali Kaneko (leap communications)
2019-01-24[pkg] add missing build-depKali Kaneko (leap communications)
2019-01-24[pkg] add iconKali Kaneko (leap communications)
2019-01-24[pkg] update deb after code refactorKali Kaneko (leap communications)
this must be run from the Makefile. it also needs recent changes to bitmask-vpn, including the removal of golang.org/x/text and others from the vendor.
2019-01-18[pkg] Rename the missing pieces to bitmask-vpnRuben Pollan
It fixes the windows build.
2019-01-17[pkg] snap: don't use subprocess.run on the post-install hookRuben Pollan
- Resolves: #53
2019-01-17[pkg] update package generation after the refactor of bitmask-systrayRuben Pollan
2019-01-17[refactor] move helper into bitmask-systray repoRuben Pollan
2019-01-16[pkg] initial debianizationKali Kaneko (leap communications)
2019-01-14[bug] let's stop using upx in windowsRuben Pollan
Some antivirus detects the upxed binaries as viruses. - Related: #54
2019-01-10[feat] add /firewall/isupRuben Pollan
- Related: bitmask-systray#97
2019-01-10[docs] add changelog for tarballKali Kaneko (leap communications)
2019-01-03[pkg] Build a release tgzRuben Pollan
- Related: bitmask-systray#94
2018-12-28[bug] snap post install: add support to python2Ruben 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 scriptRuben Pollan
2018-12-19[pkg] do not fail in snap package when no tagsKali Kaneko (leap communications)
2018-12-19[pkg] do not fail if no tags are foundKali Kaneko (leap communications)
2018-11-29[docs] add changelog for 0.18.11Kali Kaneko (leap communications)
2018-11-21[docs] add notes about osx cross-compilingKali Kaneko (leap communications)
2018-11-21[pkg] get deps for helperKali Kaneko (leap communications)
2018-10-15[bug] use the proper binary name for bitmask-systrayRuben Pollan
I missed the '.git' in the source of the snap.
2018-10-11[pkg] standalone is now the default buildRuben Pollan
2018-10-11[bug] fix path for the version fileKali 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 changelogKali Kaneko (leap communications)
2018-10-11[feat] get version from file in snapkali
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 changelogKali Kaneko (leap communications)
2018-10-09[docs] correct snap launcher entrypointKali Kaneko (leap communications)
2018-10-09[docs] add troubleshooting sectionKali Kaneko (leap communications)
2018-10-09[docs] add hacking section to the readmeKali 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 readmeKali Kaneko (leap communications)
Adds some installation and build instructions. - Resolves: #35
2018-10-09[pkg] unlink system-wide desktop entryKali Kaneko (leap communications)
2018-10-05[pkg] add build_snap targetKali Kaneko (leap communications)
2018-10-05[pkg] add desktop entry in debianKali Kaneko (leap communications)
as a workaround for snap desktop entries not being available system-wide there
2018-10-03[ci] base docker image in ubuntuKali Kaneko (leap communications)
snapcraft is not properly packaged for debian
2018-10-01[pkg] add docker files to build riseup-vpnKali Kaneko (leap communications)
2018-09-29[pkg] add README to the snap folderKali Kaneko (leap communications)
2018-09-19[bug] fix unloading of helper in osxKali Kaneko (leap communications)
- Resolves: riseup_vpn#18
2018-09-12[feat] abort installer if the app is still runningKali 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 oneRuben Pollan
2018-09-06[pkg] wget needs to be installed for bitmask-rootRuben Pollan
2018-09-05[pkg] create snaps with the standalone versionRuben Pollan
2018-09-03[pkg] add script to sign the bundleKali Kaneko (leap communications)
2018-08-23[osx] don't drop privielegesRuben 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.shRuben Pollan
- Resolves: #22
2018-08-02[bug] apply openvpn platform specific flagsRuben Pollan
- Resolves: #20
2018-07-19[feat] add fixed openvpn args and parse the client onesRuben Pollan
2018-07-18[pkg] don't hung if OSX firewall is not upRuben 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 registryRuben Pollan
And the menu entry. - Resolves: #15
2018-07-17[pkg] remove log with the uninstallerRuben Pollan
2018-07-17[feat] register uninstaller in add/remove programs on windowsRuben Pollan
- Resolves: #13