summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-07-13[pkg] make the tap installer silentRuben Pollan
- Resolves: #4
2018-07-13[pkg] make windows installer remove the serviceRuben Pollan
- Resolves: #12
2018-07-11[pkg] add missing libraries to the installerRuben Pollan
2018-07-10[pkg] don't update the systray repoRuben Pollan
It will fail in the CI or if you have a custom version.
2018-07-10[pkg] cross fetch windows openvpnRuben Pollan
2018-07-10[pkg] cross build windows installerRuben Pollan
2018-07-10[bug] define daemonize for all OSesRuben Pollan
2018-07-09[style] move the daemoninze to be used only on darwinRuben Pollan
2018-07-09[pkg] set the version on windowsRuben Pollan
- Resolves: #5
2018-07-09[pkg] use the version string from the systrayRuben Pollan
2018-07-09[feat] provide gateways to the firewallRuben Pollan
- Resolves: #10
2018-07-07[feat] port osx firewall implementationKali Kaneko
2018-07-07[feat] daemonize helper in osxKali Kaneko
a daemon is expected
2018-07-07[pkg] get openvpn for osxKali Kaneko
for now I'm skipping the integration of the build step for openvpn. this is done manually, using the thirdparty scripts in bitmask-dev, and uploaded periodically to downloads.leap.se
2018-07-07[pkg] generate install scripts for helperKali Kaneko
2018-07-07[pkg] move info.plist to templateKali Kaneko