Dimitur Kirov
|
59283050e1
|
close connection when invalid xml is received
call sys.exc_clear in catched exceptions
|
2006-03-10 20:36:15 +00:00 |
|
Dimitur Kirov
|
bc7d9a2943
|
clean last exception to prevent printing TB
( #1629 )
|
2006-03-07 11:54:45 +00:00 |
|
Dimitur Kirov
|
810a377156
|
added TODO, ensure we close all descriptors
|
2006-02-27 16:26:00 +00:00 |
|
Dimitur Kirov
|
eacf5fb900
|
revert to self.DEBUG when SASL is not supported
|
2006-02-18 00:01:39 +00:00 |
|
Dimitur Kirov
|
7576bb4f3e
|
shutdown the reading and writing side of the
socket and close it, when we disconnect
|
2006-02-12 02:21:18 +00:00 |
|
Dimitur Kirov
|
81873919c5
|
remove error debug statement,use stderr instead
isinstance, instead of __class__.__name__
|
2006-02-11 21:49:17 +00:00 |
|
Dimitur Kirov
|
19ee5917bf
|
try to reconnect when socket error
is raised during data receiving
|
2006-02-11 21:30:04 +00:00 |
|
Dimitur Kirov
|
f52144c803
|
socks5 classes now use Gajim idlequeue
still there are several TODOs
|
2006-02-06 00:11:45 +00:00 |
|
Dimitur Kirov
|
ec1d354c80
|
use old select.select for polling on win-gtk2.8
untill there is a stable 2.8 version
|
2006-02-03 22:54:05 +00:00 |
|
Dimitur Kirov
|
f62db4acfe
|
Switched to non-blocking connections.
Removed threads and mutexes in connection.py
and gajim.py.
Add resolver through nslookup command, removed
dnspython and pydns (for now).
|
2006-02-03 12:17:34 +00:00 |
|