Skip to content
Snippets Groups Projects
  1. Feb 04, 2019
    • meskio's avatar
      [feat] Add -start-vpn flag · d0703ec2
      meskio authored
      The -start-vpn flag can be set to on or off to turn the vpn on or off
      just after launching bitmask-vpn. So it doesn't depend on the status of
      the vpn of the last run.
      
      - Resolves: #114
      d0703ec2
    • 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
    • meskio's avatar
      [locales] update bengali translation · 51a4d191
      meskio authored
      51a4d191
    • kalimero's avatar
      Basque translation · 12aa7afc
      kalimero authored and meskio's avatar meskio committed
      12aa7afc
  2. Jan 31, 2019
  3. Jan 29, 2019
  4. Jan 24, 2019
  5. Jan 17, 2019
  6. Jan 15, 2019
  7. Jan 12, 2019
  8. Jan 09, 2019
  9. Jan 03, 2019
  10. Dec 21, 2018
    • meskio's avatar
      [bug] get vpn cert on vpn start · 276eb57b
      meskio authored
      Is not uncommon for the systray to be launched without internet access.
      For example in the autostart if the network hasn't come up yet.
      
      Let's fetch the vpn cert when the vpn is starting, instead of in the
      initialization of the standalone bitmask. So if the initialization
      happens when there is no network the systray doesn't fail to start.
      
      - Resolves: #88
      276eb57b
    • meskio's avatar
      [bug] launch the systray ASAP so notifications work · 43b06b2e
      meskio authored
      The linux version of the notifications library we are using doesn't
      handle the gtk.main loop. It requires the systray to be running to be
      able to display a notification.
      
      Spliting the start of the systray and the loop we can start the systray
      pretty early and later on launch the main loop once we have bitmask and
      other stuff ready.
      
      - Related: #88
      43b06b2e
  11. Dec 20, 2018
  12. Dec 19, 2018
    • Kali Kaneko's avatar
      [feat] use geolocated gateways · c9163f22
      Kali Kaneko authored
      we try to use the geoip service, and if the answer has an entry for the
      sorted gateways, we just use it instead of using the timezone heuristic.
      
      - Resolves: #84
      c9163f22
  13. Dec 13, 2018
  14. Dec 12, 2018
    • meskio's avatar
      [test] make bonafide more testable · d8e683ef
      meskio authored
      Get local timezone and http client as configurable things in bonafide,
      so tests can set them. Also separate integration tests and unit tests.
      d8e683ef
  15. Nov 29, 2018
  16. Nov 23, 2018
  17. Nov 22, 2018
  18. Nov 21, 2018
Loading