Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-04 | Don't expose the full gateway out of the vpn module | Ruben Pollan | |
We just care about locations and fullness. | |||
2021-05-04 | add some todos | kali kaneko (leap communications) | |
2021-05-04 | radio buttons for automatic/manual selection | kali kaneko (leap communications) | |
2021-05-04 | center stuff | kali kaneko (leap communications) | |
2021-05-04 | remove ugly on/off buttons | kali kaneko (leap communications) | |
2021-05-04 | fix uninitialized byCity bug | kali kaneko (leap communications) | |
2021-05-04 | document functions | kali kaneko (leap communications) | |
2021-05-04 | fix filter gws by transport | kali kaneko (leap communications) | |
2021-05-04 | some design notes | kali kaneko (leap communications) | |
2021-05-04 | wip: select by city from the gui | kali kaneko (leap communications) | |
2021-05-04 | select by city | kali kaneko (leap communications) | |
2021-05-04 | undo qualified namespace | kali kaneko (leap communications) | |
2021-05-04 | remove map for now | kali kaneko (leap communications) | |
2021-05-04 | remove flag, we need windows with bar | kali kaneko (leap communications) | |
2021-05-04 | [style] qmlfmt | kali kaneko (leap communications) | |
2021-05-04 | [tests] fix gateways tests | kali kaneko (leap communications) | |
2021-05-04 | [config] test with riseup config | kali kaneko (leap communications) | |
2021-05-04 | [feat] expose gateway selector in gui | kali kaneko (leap communications) | |
2021-05-04 | [feat] expose gateway selection in webapi | kali kaneko (leap communications) | |
2021-05-04 | [feat] svg map for gateway panel | kali kaneko (leap communications) | |
2021-05-04 | [feat] gateway pool | kali kaneko (leap communications) | |
2021-05-04 | [refactor] some renaming, preliminar refactor | kali kaneko (leap communications) | |
2021-05-04 | [feat] store gateway we connect to | kali kaneko (leap communications) | |
firs step on an usable gateway selector | |||
2021-04-14 | [pkg] skip tests since they contact outside | kali kaneko (leap communications) | |
that makes build fail in launchpad | |||
2021-04-14 | [pkg] skip bitmask-helper build in linux | kali kaneko (leap communications) | |
2021-04-14 | [pkg] go mod vendor to build debian/ubuntu packages | kali kaneko (leap communications) | |
2021-04-14 | [pkg] modify version gen to read static version file | kali kaneko (leap communications) | |
this can be used from any build script to distinguish the version string that will be displayed (ie: 0.21.2-debian-1) - Resolves: #468 | |||
2021-04-14 | [pkg] lintian happy | kali kaneko (leap communications) | |
2021-04-14 | [pkg] exclude garbage from source file | kali kaneko (leap communications) | |
2021-04-14 | [pkg] no not fail on make clean | kali kaneko (leap communications) | |
2021-04-10 | [pkg] force rebuild of libs | kali kaneko (leap communications) | |
2021-04-05 | [docs] comment about sudo in osx | kali kaneko (leap communications) | |
2021-03-27 | [pkg] fix post-install path in osx | admin | |
there was a mismatch after latest changes to the plist template location. also revert latest osx depends, since some are not installable via homebrew in osx. | |||
2021-03-26 | [docs] update depends | kali kaneko (leap communications) | |
2021-03-25 | [docs] link to xcode downloads | kali kaneko (leap communications) | |
2021-03-11 | [pkg] hash and sign artifacts | kali kaneko (leap communications) | |
2021-03-11 | [docs] document AUR package in readme | kali kaneko (leap communications) | |
2021-03-11 | [bug] fail gracefully on connection initialization errors | kali kaneko (leap communications) | |
There's some corner cases that were very badly captured. On the first place, it's confusing to quit on connection errors. Secondly, a side-effect of aborting the initialization of the bitmask object was a semi-random segfault when trying to access the object. Here I pass any connection errors to the gui, but leave to the user to quit the app. This probably will need more work when we want to terminate the app on unrecoverable errors (no polkit, etc...), but for now it makes the systray much more usable. - Resolves: #465 | |||
2021-03-11 | [bug] inform backend when donate dialog is shown | kali kaneko (leap communications) | |
a rather annoying bug, since it keeps popping up for every status change. to be included in a hotfix for 0.21.2 release. - Release: 0.21.2 - Closes: #459 | |||
2021-03-11 | [bug] avoid style plugins mixing up and crashing gui | kali kaneko (leap communications) | |
forcing a style override looks like a good workaround to avoid system qt plugins mixing up with the libs in the snap. - Resolves: #458 | |||
2021-03-11 | [bug] increase bonafide timeout | kali kaneko (leap communications) | |
10 seconds might be too low nowadays when accessed from some regions. - Related: #463 | |||
2021-03-10 | [pkg] static openvpn build for osx | kali | |
Let's use openssl for the time being, there's a compilation issue with mbedtls that I don't seem to be able to solve. - Closes: #311, #453 | |||
2021-03-05 | [docs] rename docs for coherence | kali kaneko (leap communications) | |
2021-03-05 | [style] fmt | kali kaneko (leap communications) | |
2021-03-05 | [pkg] abort install if we running an old version0.21.2 | kali | |
stop if: - bitmask is running (we don't want to mess with the helper if the app is running) - we cannot stop the service for some reason. powershell gives more flexibility to stop services, but Remove-Service is not present in PS < 6, so we try to remove the service from the post-install too (the golang helper will complain about an eventlog registry key). this could probably be improved in the helper, but we'll be moving to the official openvpnserv2 service for 0.21.4. we might want to revisit the current helper for the firewall/killswitch. | |||
2021-03-03 | [i18n] update locales | kali kaneko (leap communications) | |
2021-03-03 | [pkg] relax reflect 1.14 requirement | kali kaneko (leap communications) | |
2021-03-03 | attempt workarounds for segfault at libQt5XcbQpa | kali kaneko (leap communications) | |
2021-03-03 | [pkg] skip dwz to be able to build in buster | kali kaneko (leap communications) | |
2021-02-26 | [docs] blank lines needed | kali kaneko (leap communications) | |