summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-04[feat] svg map for gateway panelkali kaneko (leap communications)
2021-05-04[feat] gateway poolkali kaneko (leap communications)
2021-05-04[refactor] some renaming, preliminar refactorkali kaneko (leap communications)
2021-05-04[feat] store gateway we connect tokali kaneko (leap communications)
firs step on an usable gateway selector
2021-04-14[pkg] skip tests since they contact outsidekali kaneko (leap communications)
that makes build fail in launchpad
2021-04-14[pkg] skip bitmask-helper build in linuxkali kaneko (leap communications)
2021-04-14[pkg] go mod vendor to build debian/ubuntu packageskali kaneko (leap communications)
2021-04-14[pkg] modify version gen to read static version filekali 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 happykali kaneko (leap communications)
2021-04-14[pkg] exclude garbage from source filekali kaneko (leap communications)
2021-04-14[pkg] no not fail on make cleankali kaneko (leap communications)
2021-04-10[pkg] force rebuild of libskali kaneko (leap communications)
2021-04-05[docs] comment about sudo in osxkali kaneko (leap communications)
2021-03-27[pkg] fix post-install path in osxadmin
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 dependskali kaneko (leap communications)
2021-03-25[docs] link to xcode downloadskali kaneko (leap communications)
2021-03-11[pkg] hash and sign artifactskali kaneko (leap communications)
2021-03-11[docs] document AUR package in readmekali kaneko (leap communications)
2021-03-11[bug] fail gracefully on connection initialization errorskali 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 shownkali 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 guikali 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 timeoutkali 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 osxkali
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 coherencekali kaneko (leap communications)
2021-03-05[style] fmtkali kaneko (leap communications)
2021-03-05[pkg] abort install if we running an old version0.21.2kali
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 localeskali kaneko (leap communications)
2021-03-03[pkg] relax reflect 1.14 requirementkali kaneko (leap communications)
2021-03-03attempt workarounds for segfault at libQt5XcbQpakali kaneko (leap communications)
2021-03-03[pkg] skip dwz to be able to build in busterkali kaneko (leap communications)
2021-02-26[docs] blank lines neededkali kaneko (leap communications)
2021-02-26[docs] format code chunkskali kaneko (leap communications)
2021-02-26[pkg] improve osx installerkali
- install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435
2021-02-25https not httpԜаӀtеr Ⅼарсһуnѕkі
2021-02-25"Revert" change of URL to onion.ԜаӀtеr Ⅼарсһуnѕkі
2021-02-24Escape pound sign so as not to link to issue five.ԜаӀtеr Ⅼарсһуnѕkі
2021-02-24Clarify when to `make install_go` and when not to.ԜаӀtеr Ⅼарсһуnѕkі
2021-02-19[bug] yet another deprecated callkali kaneko (leap communications)
2021-02-19[bug] fix missing deprecated call to decodestringkali kaneko (leap communications)
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431
2021-02-18swap 3 dots for ellipsiskwadronaut
2021-02-17Update localesRuben Pollan
2021-02-16[bug] write headers before sending responsekali kaneko (leap communications)
- Closes: #436
2021-02-11[pkg] build debian packagekali kaneko (leap communications)
2021-02-10[pkg] add build depskali kaneko (leap communications)
2021-02-10[pkg] initial debian package - yet anotherkali kaneko (leap communications)
2021-02-09[style] qmlfmt ftwkali kaneko (leap communications)
2021-02-08[style] formattingkali kaneko (leap communications)
we should try to use qmlfmt, indeed
2021-02-08[style] cleanupkali kaneko (leap communications)
- remove unused debug - uncomment notification function, leftover from debug - comment about go-land mutexes
2021-02-08[feat] add menu entry for reporting bugskali
Let's make it easier to tell us how buggy our software is, or how happy they are to use it :) - Closes: #422
2021-02-08[docs] document osx build processkali