summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2023-03-08bug: avoid crash when gateways not initialzedmainkali kaneko (leap communications)
fix also wrong call to sort by tz - should prefer menshen.
2023-02-21bug: increment counterKikki
2023-02-21feat: add polkit agentskali kaneko (leap communications)
As reported by Nilesh Patra. - Closes: #723
2023-02-15headless mode stubatanarjuat
2022-11-08[bug] windows: add missing struct field of the launcher structjkito
2022-11-08[bug] use struct field names to initialize launcher structjkito
since the no of values are not the same as the number of fields we need to mention the names
2022-11-08[pkg] rename launcher_osx.go to launcher_darwin.gojkito
newer go compilers looks for darwin as the go:build tag to identify macOS specific code files
2022-08-15[bug] bitmask-root needs to allow management password filekali kaneko (leap communications)
2022-07-25[feat] private bridges via env varskali kaneko (leap communications)
2022-07-31[feat] send password to management interfacekali
- Resolves: #104
2022-07-06[feat] use named pipe to launch openvpnkali
- Resolves: #339
2022-06-26[feat] use obfsvpnkali kaneko (leap communications)
2022-06-15[feat] upgrade tls-min to 1.2 in bitmask-rootkali kaneko (leap communications)
2022-06-15[bug] typo in --data-ciphers optionkali kaneko (leap communications)
2022-06-08[feat] dry-runkali kaneko (leap communications)
2022-06-08[pkg] allow colon in tls-cipherskali kaneko (leap communications)
2022-06-07[feat] add ability to manually override params and gwkali kaneko (leap communications)
2022-03-15Remove dependency on statik and use go:embedSam Whited
This removes a dependency by using the built-in go:embed functionality introduce in Go 1.16 instead of statik for embedding files. This means that Go 1.16+ would now be required to build the VPN. Signed-off-by: Sam Whited <sam@samwhited.com>
2022-02-28[debug] old debug loggingSam Whited
kali was sloppy leaving that there
2022-02-28[style] remove redundant nil/length check on sliceSam Whited
Nil slices are valid slices of length 0, so the nil check is not needed. Signed-off-by: Sam Whited <sam@samwhited.com>
2022-02-02[feat] expose snowflake to uikali kaneko (leap communications)
2021-12-23[ui] expose bonafide+snowflake bootstrap eventskali kaneko (leap communications)
2021-12-16[bug] fix osx quits from app menu and dockkali kaneko (leap communications)
aboutToQuit let us catch Quits coming from the osx menu or the dock.
2021-12-15[pkg] fix calyx build for osxkali
- binary name is different in the osx bundle, theme won't load - calyx is not ready for tls 1.2 yet
2021-12-14[pkg] bump versionkali kaneko (leap communications)
2021-12-13[cc] standardize uakali kaneko (leap communications)
2021-12-13[bug] initialize openvpn args for obfs4kali kaneko (leap communications)
2021-12-08[bug] panic no morekali kaneko (leap communications)
2021-12-06[pkg] transition certs for riseup cakali kaneko (leap communications)
2021-12-01[feat] disable autostartkali kaneko (leap communications)
we've agreed that the autostart behaviour can be unexpected; we'll expose the ability under preferences (it can be controlled via cli right now).
2021-12-01[bug] clean exitkali kaneko (leap communications)
2021-11-30[bug] avoid location corner casekali kaneko (leap communications)
2021-11-30[bug] initialize bitmask with persisted udp optionkali kaneko (leap communications)
2021-11-30[bug] version check in osxkali kaneko (leap communications)
2021-11-30[feat] udp nameserverskali kaneko (leap communications)
2021-11-30[bug] allow routing to be passedkali kaneko (leap communications)
2021-11-30[bug] validate ipskali kaneko (leap communications)
2021-11-30[bug] let's floatkali kaneko (leap communications)
2021-11-29[ui] style help linkskali kaneko (leap communications)
2021-11-29[feat] snowflake client supportkali kaneko (leap communications)
2021-11-29[feat] hook snowflake on bootstrapkali kaneko (leap communications)
2021-11-29[gui] motdkali kaneko (leap communications)
2021-11-29[feat] expose snowflake in preferenceskali kaneko (leap communications)
it will be disabled if Tor not present, for now
2021-11-24[feat] enable udp only if really announcedkali kaneko (leap communications)
2021-11-24[feat] hook motd during bootstrapkali kaneko (leap communications)
some refactor, plus fix docs
2021-11-23[pkg] add providers.json, fix buildkali kaneko (leap communications)
2021-11-23[pkg] allow multi-providerkali kaneko (leap communications)
2021-11-23[debug] more verbose logs about failurekali kaneko (leap communications)
2021-11-23[feat] simple update checkkali kaneko (leap communications)
2021-11-23[pkg] riseup beta providerkali kaneko (leap communications)