Skip to content
Snippets Groups Projects
  1. Dec 03, 2024
  2. Oct 19, 2024
    • jkito's avatar
      helper: use unix socket for local api · d98efd23
      jkito authored
      bitmask-vpn installs a daemon called bitmask-helper
      which exposes a http api to handle firewall up/down
      and openvpn connect/disconnect (only in macos)
      
      this daemon was listening on localhost, since it is
      meant to be only accessible to local processes we'v
      changed it to listen on a unix domain socket
      
      using unix socket allows to apply file  permissions
      and restrict access to the api to only the intended
      user
      d98efd23
  3. Oct 15, 2024
    • jkito's avatar
      change obfsvpn version to v1.1.0 · 7e176df8
      jkito authored
      we found a bug on obfsvpn that prevents the app
      from being able to connect via bridge a  second
      time onwards after disconnecting from the first
      
      ref: obfsvpn#64
      7e176df8
  4. Oct 14, 2024
  5. Oct 13, 2024
  6. Jul 17, 2024
  7. Jul 13, 2024
  8. Jun 19, 2024
  9. May 13, 2024
    • Pea Nut's avatar
      Use zerolog for logging, #771 · 3fcf8881
      Pea Nut authored
      Multiple log levels are supported and can be set via env variable (LOG_LEVEL)
      - trace (LOG_LEVEL=TRACE)
      - debug (LOG_LEVEL=DEBUG)
      - everything else: INFO
      3fcf8881
  10. Apr 30, 2024
  11. Mar 01, 2024
    • jkito's avatar
      [go] update minimum go version to 1.19 and update modules · a0270cf2
      jkito authored
      this sets the minimum go version in go.mod to 1.19 as that is
      the version of golang currently available on debian stable
      
      this updates all dependencies to the their latest version except
      xtaci/kcp-go as the latest version needs go1.21, we use 5.5.15
      a0270cf2
  12. Aug 11, 2022
  13. Jul 26, 2022
  14. Jun 26, 2022
  15. Mar 15, 2022
  16. Nov 29, 2021
  17. Apr 14, 2021
  18. Sep 25, 2020
  19. 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
  20. Sep 16, 2020
  21. Jun 26, 2020
    • Kali Kaneko's avatar
      [refactor] several simplifications after review · 06a74539
      Kali Kaneko authored
      - simplify notification routine (we dont need no rejected action). we
        just check every hour, as in the original code.
      - open links directly from Qt
      - rename some global variables to make them less cryptic
      - move cleanup function to the same module that created them
      06a74539
  22. Jun 12, 2020
  23. Apr 30, 2020
  24. Apr 27, 2020
  25. Dec 17, 2019
  26. Nov 05, 2019
  27. Sep 08, 2019
  28. Aug 16, 2019
  29. Aug 06, 2019
  30. Aug 05, 2019
  31. Feb 21, 2019
  32. Jan 24, 2019
Loading