- Jan 02, 2007
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Jan 01, 2007
-
-
junglecow authored
- Demoted some error messages from error to debug level.
-
- Dec 30, 2006
- Dec 29, 2006
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
junglecow authored
- Add debug message on import failure of PyOpenSSL - Update gajim.org digest after migration to new server
-
- Dec 28, 2006
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Josef Vybíral authored
-
junglecow authored
- Fixed name of transport_nb's logger
-
Yann Leboulanger authored
-
- Dec 27, 2006
-
-
junglecow authored
- Check for presence of PyOpenSSL in fingerprint check. Fixes #2841.
-
junglecow authored
-
junglecow authored
-
Yann Leboulanger authored
-
junglecow authored
-
junglecow authored
- It's unnecessary - It confuses people See [7433] and #1575. This is an old workaround for psyco braindeadness, which we don't use anymore. If there's a reason this should stay in code, please document clearly, and re-add. Thanks.
-
junglecow authored
- Demote one message w/exception to debug - Hopefully improved user error message when fingerprint is bad
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
nkour authored
-
- Dec 26, 2006
-
-
Yann Leboulanger authored
reconnect only previously connected account when connection manager detect the reconnection, and with correct status message. fixes #2813
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Dec 23, 2006
-
-
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
-
- Dec 22, 2006
-
-
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.
-
junglecow authored
-
- Dec 21, 2006
-
-
junglecow authored
- Remove debug prints in stdlib ssl compatibility code
-