Skip to content
Snippets Groups Projects
  1. Apr 29, 2017
  2. Apr 24, 2017
  3. Apr 22, 2017
  4. Apr 21, 2017
  5. Apr 19, 2017
  6. Apr 18, 2017
  7. Apr 15, 2017
  8. Apr 14, 2017
  9. 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
    • Philipp Hörist's avatar
      Refactor exception handling for logger · a51ea32d
      Philipp Hörist authored
      - Handle exceptions inside write() instead of propagating the
          exception
      - Add error message to exception
      - Add dispatch() method in logger
      a51ea32d
    • Philipp Hörist's avatar
      Simplify log_message() · 54eb1cbb
      Philipp Hörist authored
      - Pass EventObj instead of variables
      - decrease indent level
      - check all conditions inside log_message() not before calling
      - fixed bug where gc private messages where not logged with the correct jid
      54eb1cbb
  10. Apr 10, 2017
  11. Apr 08, 2017
Loading