[Trunk]
- 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)
Showing
- data/other/servers.xml 7 additions, 1 deletiondata/other/servers.xml
- src/common/configpaths.py 1 addition, 1 deletionsrc/common/configpaths.py
- src/common/connection.py 7 additions, 3 deletionssrc/common/connection.py
- src/common/connection_handlers.py 1 addition, 1 deletionsrc/common/connection_handlers.py
- src/common/gajim.py 1 addition, 1 deletionsrc/common/gajim.py
- src/gajim.py 4 additions, 0 deletionssrc/gajim.py
Loading
Please register or sign in to comment