- Dec 30, 2006
-
-
nkour authored
-
- Dec 29, 2006
-
-
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
-
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
-
- 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
-
- Dec 20, 2006
-
-
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)
-
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)
-
- Dec 19, 2006
-
-
jimpp authored
-
Yann Leboulanger authored
-
- Dec 18, 2006
-
-
Yann Leboulanger authored
translate correctly song status. ♪ was badly understood by msgfmt, so moved out from translated string.
-
Yann Leboulanger authored
-
- Dec 17, 2006
-
-
Yann Leboulanger authored
-
jimpp authored
-
Yann Leboulanger authored
-
nkour authored
-