Skip to content
Snippets Groups Projects
  1. Jan 05, 2009
  2. Dec 03, 2008
  3. Aug 15, 2008
    • roidelapluie's avatar
      See #4200. · de4a23e7
      roidelapluie authored
       * remove js from some headers
       * set coding:utf-8 to allow real names in headers
      de4a23e7
    • roidelapluie's avatar
      * Big headers review · 8bc9bc29
      roidelapluie authored
       * Remove some licencing problems
       * To do: same for images
       * See #4200
      8bc9bc29
  4. Jul 29, 2008
  5. Jul 28, 2008
  6. Jul 22, 2008
  7. Dec 12, 2007
  8. Dec 04, 2007
  9. Sep 29, 2007
  10. Aug 19, 2007
  11. Aug 09, 2007
  12. Aug 05, 2007
  13. Jul 25, 2007
  14. Jul 17, 2007
  15. Jul 13, 2007
  16. Jan 06, 2007
  17. Jan 02, 2007
  18. Dec 23, 2006
    • junglecow's avatar
      - Started new way of logging, with configurable level for each subsystem · 9deb76a8
      junglecow authored
         - Added -q, --quiet (speaks for itself)
         - Added -l, --loglevel subsystem=LEVEL,subsystem2=LEVEL2,...
       - Quell winsock 10035 error. (Equivalent of EINPROGRESS, but winsock likes to have its own error numbers.)
       - Hide SSL certificate debug stuff unless gajim.c.x.transports loglevel is DEBUG or lower
       - Avoid unicode problems if we set a profile
       - Move fingerprint checks from _register_handlers to _connect_success
       - Some enhancements to fpr checking code
      9deb76a8
  19. Dec 22, 2006
  20. Dec 20, 2006
    • junglecow's avatar
      [Trunk] · a4655276
      junglecow authored
       - In verbose mode, print encodings. (Especially for Windows users who don't have Python) (gajim.py)
       - Attempt at fixing traceback when getting user's home directory in Windows. See #2812. (c/configpaths.py)
       - Show 'error' icon next to account while waiting for reconnect. Fixes #2786. (c/connection_handlers.py, c/gajim.py, c/connection.py)
      [PyOpenSSL]
       - Fix 100% CPU usage and hanging connection when server closes connection on us. (c/x/transports_nb.py)
       - Fix 'hanging' connection when server closes the connection on us before we can open the XML stream. (Disconnect handler didn't get called.) (c/x/client_nb.py)
       - Change prints to logger calls, various enhancements to debug printing, reduce spam (c/x/transports_nb.py)
       - this → self (c/x/transports_nb.py)
       - Call _do_receive() once to collect error message from socket, when error flag is raised in scheduler. (c/x/transports_nb.py)
      a4655276
  21. Nov 21, 2006
    • jimpp's avatar
      JID->Jabber ID in gc tooltip · f041f8dd
      jimpp authored
      if print_time==sometimes : Show the day if needed also. Use locale for time format (do
      not force
      24h)
      Delete a lot of unused locale variables (thanks pychecker)
      del gajim.py useless global vars after use
      configpaths.py : use self. not this.
      f041f8dd
  22. Nov 18, 2006
  23. Nov 04, 2006
Loading