summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-07[i18n] Update localesHEAD0.20.4masterRuben Pollan
2020-05-07[docs] document the new package release processkali kaneko (leap communications)
2020-05-07[pkg] add package_in_docker targetskali kaneko (leap communications)
2020-05-07[pkg] build snap in dockerkali kaneko (leap communications)
2020-05-06[pkg] update go.modkali kaneko (leap communications)
2020-04-30[bug] switch to keybase go-ps implementationRuben Pollan
The old mitchellh go-ps is not maintained and it has an issue where it truncates the process names: https://github.com/mitchellh/go-ps/issues/15 - Related: #152
2020-04-30[pkg] fix upgrade from 0.20.1kali kaneko (leap communications)
2020-04-30[pkg] two-stage build for windows to allow signed uninstallerkali kaneko (leap communications)
2020-04-30[bug] stop/remove new, renamed servicekali kaneko (leap communications)
2020-04-30[bug] do not use cross-compiling for the helper in winkali kaneko (leap communications)
- add -H windowsgui to avoid console popping up
2020-04-30[docs] document cross-compiling quirkkali kaneko (leap communications)
2020-04-30[bug] stop service before uninstalling itkali kaneko (leap communications)
- clear errors properly on each stop attempt - fix autostart
2020-04-30[feat] probe for the port of our matching helperkali kaneko (leap communications)
2020-04-30[pkg] uninstalling dance for old-style nssm installerskali kaneko (leap communications)
2020-04-30[pkg] initialize service early for windowskali kaneko (leap communications)
2020-04-30[pkg] another try at removing the nssm helperkali kaneko (leap communications)
2020-04-30[pkg] fail-safe for uninstallerkali kaneko (leap communications)
2020-04-30[pkg] target to build windows pkg in containerkali kaneko (leap communications)
2020-04-30[pkg] update to eoan, go versions, add helper scriptkali kaneko (leap communications)
2020-04-30[feat] write port in darwin tookali kaneko (leap communications)
2020-04-30[feat] handle versionkali kaneko (leap communications)
2020-04-30[pkg] remove nssm from build makefilekali kaneko (leap communications)
2020-04-30[pkg] update dockerfilekali kaneko (leap communications)
2020-04-30[pkg] change installer to use new windows servicekali kaneko (leap communications)
2020-04-30[ci] fix build errors in dockerfilekali kaneko (leap communications)
2020-04-30[refactor] move conditional build instance upkali kaneko (leap communications)
2020-04-30[feat] listen on available portkali kaneko (leap communications)
2020-04-30[pkg] add missing icon for demokali kaneko (leap communications)
2020-04-30[feat] initial implementation of windows servicekali kaneko (leap communications)
2020-04-27[i18n] Update locales, add german and a README notice about transifexRuben Pollan
2020-03-26[feat] bitmask-root: search for the system commands in the common pathsRuben 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.1Kali Kaneko (leap communications)
- Closes: #219
2019-12-17[pkg] modify windows git path in signing scriptKali Kaneko (leap communications)
2019-12-17[pkg] typo and missing dirKali Kaneko (leap communications)
2019-12-17[pkg] revert go modules0.19.11Kali Kaneko (leap communications)
trying to workaround missing webkit2gtk
2019-12-17[pkg] bump go modulesKali Kaneko (leap communications)
2019-12-17[locales] add turkish and update the restRuben Pollan
2019-12-13[ci] grab newest nsis version, backup copy of nssmKali Kaneko (leap communications)
2019-12-11[ci] manually upgrade golang-x-text-devKali Kaneko (leap communications)
2019-12-11[ci] use the right registry when pushing imageKali Kaneko (leap communications)
2019-12-06[pkg] no need for plugs with classic confinementKali Kaneko (leap communications)
2019-12-05[docs] copy over some snap docsKali Kaneko (leap communications)
2019-12-05[doc] comment dockerfileKali Kaneko (leap communications)
2019-12-05[pkg] fix icon in snapKali Kaneko (leap communications)
Also, fix the version string reported in the dialog.
2019-12-05[pkg] use plugs in snapKali 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 fileKali Kaneko (leap communications)
2019-11-28[ci] actually enable snap in make packagesKali Kaneko (leap communications)
2019-11-28[pkg] stop building snap from riseup_vpnKali Kaneko (leap communications)
2019-11-27[pkg] snap: get bitmask root from this repoKali Kaneko (leap communications)
2019-11-07[bug] fix typo on bitmask-rootRuben Pollan