Skip to content
Snippets Groups Projects
  1. Jan 02, 2007
  2. Jan 01, 2007
  3. Dec 30, 2006
  4. Dec 29, 2006
  5. Dec 28, 2006
  6. Dec 27, 2006
  7. Dec 26, 2006
  8. 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
  9. Dec 22, 2006
    • junglecow's avatar
      - Implement matching of fingerprints against servers.xml · 44674f7e
      junglecow authored
       - Add support for fingerprints to servers.xml parser.
       - Add support for 'hidden' servers to servers.xml parser.
       - Add some fingerprints to servers.xml, for testing and as example for the new format.
       - Force asynchronous (nonblocking) SSL handshake in all case
       - Add logging to c/connection.py
      
      Known issues:
       - Checking of fingerprints doesn't work on in-band SSL (Typically port 5222) because of stuff happening out of sequence. Workaround: use immediate SSL mode ("Legacy SSL" option in server config). Because there is as of yet no other way to /force/ SSL, this is also the most secure setting.
       - A lot of code is still looking for a better place to live.
      44674f7e
    • junglecow's avatar
  10. Dec 21, 2006
Loading