summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2020-09-25[pkg] go mod tidykali kaneko (leap communications)
2020-09-24[feat] send cmd flags to the go backendRuben Pollan
Also disable autostart if manual quit, remove custom printer that was used for i18n and disable previous autostart if -disable-autostart We didn't disable autostart after the migration to qt. - Resolves: #355 #289
2020-09-16[pkg] go mod tidykali kaneko (leap communications)
2020-06-26[refactor] several simplifications after reviewkali kaneko (leap communications)
- simplify notification routine (we dont need no rejected action). we just check every hour, as in the original code. - open links directly from Qt - rename some global variables to make them less cryptic - move cleanup function to the same module that created them
2020-06-12[pkg] go mod tidykali kaneko (leap communications)
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>
2020-06-12[feat] pickled helpers ftwkali kaneko (leap communications)
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>
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[feat] initial implementation of windows servicekali kaneko (leap communications)
2020-04-27[i18n] Update locales, add german and a README notice about transifexRuben Pollan
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-11-05[locale] Update languajesRuben Pollan
2019-09-08[pkg] bump go modulesKali Kaneko (leap communications)
2019-08-16[pkg] update go modules to latestKali Kaneko (leap communications)
2019-08-16[pkg] need to vendorize allendang w32 libKali Kaneko (leap communications)
we use go mod edit -replace
2019-08-06[pkg] update dependsKali Kaneko (leap communications)
2019-08-05[feat] osx build templatesKali Kaneko (leap communications)
2019-08-05[pkg] bump modulesKali Kaneko (leap communications)
2019-02-21[pkg] update modulesKali Kaneko (leap communications)
2019-01-24[pkg] add module files for go 1.11Kali Kaneko (leap communications)