Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |
2021-02-26 | [docs] format code chunks | kali kaneko (leap communications) | |
2021-02-26 | [pkg] improve osx installer | kali | |
- 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-25 | https not http | ԜаӀtеr Ⅼарсһуnѕkі | |
2021-02-25 | "Revert" change of URL to onion. | ԜаӀtеr Ⅼарсһуnѕkі | |
2021-02-24 | Escape pound sign so as not to link to issue five. | ԜаӀtеr Ⅼарсһуnѕkі | |
2021-02-24 | Clarify when to `make install_go` and when not to. | ԜаӀtеr Ⅼарсһуnѕkі | |
2021-02-19 | [bug] yet another deprecated call | kali kaneko (leap communications) | |
2021-02-19 | [bug] fix missing deprecated call to decodestring | kali kaneko (leap communications) | |
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431 | |||
2021-02-18 | swap 3 dots for ellipsis | kwadronaut | |
2021-02-17 | Update locales | Ruben Pollan | |
2021-02-16 | [bug] write headers before sending response | kali kaneko (leap communications) | |
- Closes: #436 | |||
2021-02-11 | [pkg] build debian package | kali kaneko (leap communications) | |
2021-02-10 | [pkg] add build deps | kali kaneko (leap communications) | |
2021-02-10 | [pkg] initial debian package - yet another | kali kaneko (leap communications) | |
2021-02-09 | [style] qmlfmt ftw | kali kaneko (leap communications) | |
2021-02-08 | [style] formatting | kali kaneko (leap communications) | |
we should try to use qmlfmt, indeed | |||
2021-02-08 | [style] cleanup | kali 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 bugs | kali | |
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 process | kali | |
2021-02-08 | [bug] fix segfault in osx with activation | kali | |
this is a regression that was introduced with previous changes to the menus in windows. activation segfaults in linux and osx, so capture the event only for windows. did not investigate further about the causes, but it seems like a good workaround for the time being. | |||
2021-02-08 | [bug] add mutex to critical region | kali | |
This fixes the segfault. mRootItem has to be deallocated to avoid memory leaks, but doing it concurrently with the dump of the json was a terrible idea. - Closes: #360 | |||
2021-02-08 | [pkg] add uninstaller to pre-install in osx | kali | |
2021-02-03 | Describe what the patron id is for translations | Ruben Pollan | |
- Resolves: #413 | |||
2021-02-03 | Don't document html parameters | Ruben Pollan | |
They are hidden in transifex. - Resolves: #414 | |||
2021-01-21 | [bug] use decodebytes | kali kaneko (leap communications) | |
decodestring is an alias that was deprecated in 3.1 - Resolves: #412 | |||
2020-11-23 | [bug] fix my syntax error | kali kaneko (leap communications) | |
sorry about that :( | |||
2020-11-23 | [feat] let's use the notification only in windows for now | kali kaneko (leap communications) | |
We really need this for windows. However, I'm afraid for regular users in linux/mac the notification might be too obstrusive. As we commented in the mr, one way around this might be to only display that tip the first few times - and then persist a flag about it having been shown. | |||
2020-11-23 | [feat] use the branded appname if available | kali kaneko (leap communications) | |
2020-11-23 | [feat] windows: pop-up on left click and notification on app start | t h | |
- Related: #367, #370 | |||
2020-11-21 | [pkg] add notarization steps for installer in osx | kali | |
2020-11-21 | [docs] add AUTHORS file | kali kaneko (leap communications) | |