Skip to content
Snippets Groups Projects
  1. Apr 29, 2017
  2. Apr 25, 2017
  3. Apr 24, 2017
  4. Apr 22, 2017
  5. Apr 21, 2017
  6. Apr 19, 2017
  7. Apr 18, 2017
  8. Apr 15, 2017
  9. Apr 14, 2017
  10. Apr 12, 2017
    • Philipp Hörist's avatar
      Make PGP encoding configurable · 78b562f7
      Philipp Hörist authored
      python-gnupg uses latin1 as default encoding because GPG itself uses
      latin1 as default.
      We should not override this default with getpreferredencoding, because
      getpreferredencoding maybe returns something else than what GPG is configured
      on that system.
      
      Example: On Windows
      GPG is run in default mode with 'latin1'
      getpreferredencoding returns 'cp1252'
      
      The approach would be now to default to latin1 as it is GPGs default.
      And if the User sets a different ecoding for GPG he has to set it in
      Gajim aswell.
      78b562f7
    • Philipp Hörist's avatar
      Add version check for python-gnupg · a2785ba3
      Philipp Hörist authored
      a2785ba3
Loading