Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | [bug] stop service before uninstalling it | kali kaneko (leap communications) | |
- clear errors properly on each stop attempt - fix autostart | |||
2020-04-30 | [feat] probe for the port of our matching helper | kali kaneko (leap communications) | |
2020-04-30 | [pkg] uninstalling dance for old-style nssm installers | kali kaneko (leap communications) | |
2020-04-30 | [pkg] initialize service early for windows | kali kaneko (leap communications) | |
2020-04-30 | [pkg] another try at removing the nssm helper | kali kaneko (leap communications) | |
2020-04-30 | [pkg] fail-safe for uninstaller | kali kaneko (leap communications) | |
2020-04-30 | [pkg] target to build windows pkg in container | kali kaneko (leap communications) | |
2020-04-30 | [pkg] update to eoan, go versions, add helper script | kali kaneko (leap communications) | |
2020-04-30 | [feat] write port in darwin too | kali kaneko (leap communications) | |
2020-04-30 | [feat] handle version | kali kaneko (leap communications) | |
2020-04-30 | [pkg] remove nssm from build makefile | kali kaneko (leap communications) | |
2020-04-30 | [pkg] update dockerfile | kali kaneko (leap communications) | |
2020-04-30 | [pkg] change installer to use new windows service | kali kaneko (leap communications) | |
2020-04-30 | [ci] fix build errors in dockerfile | kali kaneko (leap communications) | |
2020-04-30 | [refactor] move conditional build instance up | kali kaneko (leap communications) | |
2020-04-30 | [feat] listen on available port | kali kaneko (leap communications) | |
2020-04-30 | [pkg] add missing icon for demo | kali kaneko (leap communications) | |
2020-04-30 | [feat] initial implementation of windows service | kali kaneko (leap communications) | |
2020-04-27 | [i18n] Update locales, add german and a README notice about transifex | Ruben Pollan | |
2020-03-26 | [feat] bitmask-root: search for the system commands in the common paths | Ruben Pollan | |
Find the right path of the system commands looking into /sbin, /usr/sbin and /usr/local/sbin - Resolves: #254 | |||
2019-12-20 | [pkg] add windowsgui flag to windows cross-compilation0.20.1 | Kali Kaneko (leap communications) | |
- Closes: #219 | |||
2019-12-17 | [pkg] modify windows git path in signing script | Kali Kaneko (leap communications) | |
2019-12-17 | [pkg] typo and missing dir | Kali Kaneko (leap communications) | |
2019-12-17 | [pkg] revert go modules0.19.11 | Kali Kaneko (leap communications) | |
trying to workaround missing webkit2gtk | |||
2019-12-17 | [pkg] bump go modules | Kali Kaneko (leap communications) | |
2019-12-17 | [locales] add turkish and update the rest | Ruben Pollan | |
2019-12-13 | [ci] grab newest nsis version, backup copy of nssm | Kali Kaneko (leap communications) | |
2019-12-11 | [ci] manually upgrade golang-x-text-dev | Kali Kaneko (leap communications) | |
2019-12-11 | [ci] use the right registry when pushing image | Kali Kaneko (leap communications) | |
2019-12-06 | [pkg] no need for plugs with classic confinement | Kali Kaneko (leap communications) | |
2019-12-05 | [docs] copy over some snap docs | Kali Kaneko (leap communications) | |
2019-12-05 | [doc] comment dockerfile | Kali Kaneko (leap communications) | |
2019-12-05 | [pkg] fix icon in snap | Kali Kaneko (leap communications) | |
Also, fix the version string reported in the dialog. | |||
2019-12-05 | [pkg] use plugs in snap | Kali Kaneko (leap communications) | |
with this we can get rid of ugly hack that got gtk environment inside the snap manually, and forced us to stage libc6 into the snap because of linker incompatibility problems. seems whatever problem made me go that way is already solved by snap. | |||
2019-11-30 | [pkg] fix missing variable for custom desktop file | Kali Kaneko (leap communications) | |
2019-11-28 | [ci] actually enable snap in make packages | Kali Kaneko (leap communications) | |
2019-11-28 | [pkg] stop building snap from riseup_vpn | Kali Kaneko (leap communications) | |
2019-11-27 | [pkg] snap: get bitmask root from this repo | Kali Kaneko (leap communications) | |
2019-11-07 | [bug] fix typo on bitmask-root | Ruben Pollan | |
2019-11-05 | [locale] Update languajes | Ruben Pollan | |
2019-10-22 | [pkg] install the right helper service on windows | Ruben Pollan | |
We were trying to install the wrong path for the bitmask helper service. - Resolves: #199 | |||
2019-10-21 | fix donate url Riseup, vpn, not generic | kwadronaut | |
2019-10-11 | [feat] donate menuitem is configurable | Kali Kaneko (leap communications) | |
2019-10-10 | [docs] add documents stub | Kali Kaneko (leap communications) | |
2019-10-07 | [feat] configure pt demo provider | Ruben Pollan | |
2019-10-07 | Style: remove errenous space | kwadronaut | |
Just a tiny space too much in vendor.conf Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2019-10-07 | Fix (makefile): symlink in vendored to built binaries | kwadronaut kwadronaut@leap.se | |
Closese #195 Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2019-10-04 | [pkg] build calyx | Kali Kaneko (leap communications) | |
2019-10-04 | [test] the gateway IPs has changed | Ruben Pollan | |
2019-10-04 | [bug] firewall isup return 1 is not an error | Ruben Pollan | |
bitmask-root firewall isup uses the return code to signal if the firewall is up or not. We should not report it as an error. - Resolves: #179 |