Skip to content
Snippets Groups Projects
  1. Aug 03, 2024
    • jkito's avatar
      obfs4: filter out kcp bridges when transport is obfs4 · 3c9a86e1
      jkito authored and jkito's avatar jkito committed
      in case of KCP the transport.Type is still obfs4, but it has
      a different port than obfs4, without this commit KCP enabled
      bridges were also considered as valid obfs4 bridges
      
      in theory the same bridge can be running in both obfs4 and KCP
      mode and listening on different ports, but the eip-service.json
      schema separates this into different transport objects
      
      this fixes a bug where after selecting obfs4 transport it was
      trying connect to a KCP enabled bridge with plain obfs4 mode
      3c9a86e1
    • jkito's avatar
      gui: send error during stopVPN call to gui · 2844839b
      jkito authored and jkito's avatar jkito committed
      during startVPN any error occuring are set but
      this was not done for stopVPN
      2844839b
    • kwadronaut's avatar
      Update transifex config to remove unneeded language mappings · 051600cd
      kwadronaut authored and jkito's avatar jkito committed
      android, qt, tranxifex all have different ideas on how languages
      and locales should pose themselves. It is not relevant for  most
      languages where we only have one locale, like Turkish. But if we
      have different ones or different scripts, we need to tell  while
      downloading updates where to look for them.
      
      this updates the internationalization doc with explanation about
      transifex language mapping and removes duplicate language files
      
      solves #888
      051600cd
    • kwadronaut's avatar
      l10n: update translation files · 81740a9f
      kwadronaut authored and jkito's avatar jkito committed
      81740a9f
    • kwadronaut's avatar
      gui: show languages sorted alphabetically in lang list picker · 557f10c3
      kwadronaut authored and jkito's avatar jkito committed
      557f10c3
    • kwadronaut's avatar
      gui: Add region to language selections menu when available · f8dfe32f
      kwadronaut authored and jkito's avatar jkito committed
      we currently have language entries which appears to be repeated
      but infact they are different languages, e.g es_AR, es_CU  both
      show up as 'Spanish' in the language picker, to make it  easier
      to distinguish between them the region is added to the lanugage
      picker list, so es_CU now appears as 'Spanish (Cuba)'
      f8dfe32f
  2. Jul 31, 2024
  3. Jul 30, 2024
  4. Jul 29, 2024
  5. Jul 26, 2024
    • jkito's avatar
      motd: fix fetching of motd for riseup provider · 8bc5fc06
      jkito authored
      in b1796790 the config.Provider was changed from the provider
      URL to the provider name but the check fetching motd expected
      an URL this updates the case statement to match the  provider
      name instead of the provider URL
      8bc5fc06
  6. Jul 22, 2024
  7. Jul 21, 2024
  8. Jul 19, 2024
  9. Jul 17, 2024
Loading