Skip to content
Snippets Groups Projects
  1. Dec 07, 2024
    • jkito's avatar
      ui: use NumberAnimation for state change animation · d92a1b6b
      jkito authored
      this fixes a bug where the UI was not updated when the
      window is not visible, turning vpn on/off via the tray
      didn't update the state correctly i.e the tray  icon's
      state would be stuck in the connecting state with  the
      yellow icon
      
      using NumberAnimation for the state transition instead
      of OpacityAnimator fixes the issue as it seems opacity
      animator only works when the window is visible
      d92a1b6b
  2. Dec 04, 2024
  3. Dec 03, 2024
  4. Nov 20, 2024
    • jkito's avatar
      chore: replace ioutil with io module · 685cb3c9
      jkito authored and jkito's avatar jkito committed
      685cb3c9
    • Pea Nut's avatar
      Strip port of menshen host before resolving with logDnsLookup · dd29081b
      Pea Nut authored and jkito's avatar jkito committed
      In case of an error, we try to logDnsLookup(url.Host). url is based on the
      provider api url. This can be localhost:8443, so we need to strip the
      port :8443 before.
      
      There is also a small change in pkg/vpn/status.go. When using an
      introducer, fetching information from menshen can take some time. Then
      it can be normal that the call to `GetBestLocation()` fails. This is not
      a big deal, as it is called later/periodically. But when we use .Err(),
      the output is printed bold to stdout and it looks like there is a big
      issue.
      dd29081b
  5. Nov 19, 2024
  6. Nov 11, 2024
  7. Nov 06, 2024
  8. Oct 19, 2024
  9. 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
  10. Oct 14, 2024
  11. Oct 13, 2024
  12. Oct 07, 2024
Loading