Skip to content
Snippets Groups Projects
  1. Jul 31, 2022
  2. Dec 22, 2021
  3. Nov 30, 2021
  4. Nov 29, 2021
  5. Nov 24, 2021
  6. Nov 23, 2021
  7. Jun 01, 2021
  8. May 04, 2021
  9. Mar 11, 2021
    • Kali Kaneko's avatar
      [bug] fail gracefully on connection initialization errors · da761575
      Kali Kaneko authored
      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
      da761575
  10. Nov 05, 2020
  11. Nov 04, 2020
    • kali's avatar
      [bug] remove debug console in windows · d3c7abb7
      kali authored and Kali Kaneko's avatar Kali Kaneko committed
      squashed in this commit: reintroduce the dummy autostart_win implementation that was
      removed by mistake. I did not manage to get autostart working in
      windows, this is pending to be re-worked. see #389
      d3c7abb7
  12. Oct 02, 2020
  13. Sep 30, 2020
  14. Sep 25, 2020
  15. Sep 24, 2020
    • meskio's avatar
      [feat] send cmd flags to the go backend · 998b5cb5
      meskio authored
      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
      998b5cb5
  16. Sep 16, 2020
    • meskio's avatar
      [bug] accept corrupted pid files · 5b6bb5ce
      meskio authored and Kali Kaneko's avatar Kali Kaneko committed
      A corrupted pid file, or a file that contains something else than a pid
      number used to block bitmask-vpn from launch. Now if the file contains
      something that is not expected it will log it and rewrite it.
      
      I refactor de code so the pid file will be released on quit instead of
      initialization.
      
      - Resolves: #349
      5b6bb5ce
  17. Sep 08, 2020
  18. Aug 20, 2020
  19. Aug 11, 2020
  20. Jun 26, 2020
  21. Jun 16, 2020
  22. Jun 12, 2020
  23. Aug 16, 2019
  24. Feb 04, 2019
    • meskio's avatar
      [feat] add -disable-autostart flag and config · b9ef49b5
      meskio authored
      Make possible to disable the autostart configuration for the next run. I
      can be done by configuring "DisableAustostart" to true in the
      systra.json or by passing the '-disable-autostart' flag to the binary.
      
      To make that possible I have rework how the Config struct work
      separating the file configuration with the runtime configuration.
      
      - Resolves: #100
      b9ef49b5
Loading