Tomasz Melcer
|
b9f5755ad6
|
Use iterators, better for memory usage.
|
2006-11-20 16:51:35 +00:00 |
|
Yann Leboulanger
|
2ebf1309de
|
fix logic for #2680
|
2006-11-19 23:58:14 +00:00 |
|
Yann Leboulanger
|
483ccdf35a
|
use isinstance instead of type. fixes #2680
|
2006-11-19 23:55:06 +00:00 |
|
Tomasz Melcer
|
d9d5f5a841
|
Fixed last fix.
|
2006-11-18 21:04:24 +00:00 |
|
Tomasz Melcer
|
4b97eddee4
|
Comparing types: type(x)==type(self) => isinstance(x, self.__class__)
|
2006-11-18 21:01:41 +00:00 |
|
Tomasz Melcer
|
175a792cfe
|
Merging changes from trunk (6774:7465)
|
2006-11-18 20:52:28 +00:00 |
|
Tomasz Melcer
|
68703a1d5d
|
'Server' part switched to use new forms.
|
2006-11-18 18:39:02 +00:00 |
|
Tomasz Melcer
|
289928050c
|
Reworked dataforms, not finished yet.
|
2006-11-06 12:23:39 +00:00 |
|
Tomasz Melcer
|
9b29c4c8b8
|
Merging changes from trunk (6561:6774)
|
2006-09-13 16:47:58 +00:00 |
|
Tomasz Melcer
|
585ab90e92
|
Merging changes from trunk (6496:6561)
|
2006-07-17 19:30:53 +00:00 |
|
Tomasz Melcer
|
c75bdcb63c
|
Ad-Hoc commands window now uses new dataform wrapper. /me dances
|
2006-07-07 15:49:44 +00:00 |
|
Yann Leboulanger
|
59c3b7b3c8
|
JEP 172 support (user nickname) Fixes #464 and #884
|
2006-06-01 15:23:38 +00:00 |
|
Dimitur Kirov
|
f9e874a1a3
|
make sure NBClientCommon, dispatcher and
NodeBuilder are callected when we close the
connection
|
2006-05-03 16:12:10 +00:00 |
|
Dimitur Kirov
|
9c37887ea0
|
handle challenge response multiple qops: #1907
|
2006-04-30 17:33:10 +00:00 |
|
Dimitur Kirov
|
9768940b3a
|
show connect failure dialog when Unhandled data
is received (wrong protocol)
|
2006-04-15 09:43:15 +00:00 |
|
Dimitur Kirov
|
2fa30b7e1e
|
use realm from first challenge response
|
2006-04-08 15:58:50 +00:00 |
|
Dimitur Kirov
|
6556d01cbe
|
change(s) from xmpppy
|
2006-04-08 15:39:37 +00:00 |
|
Dimitur Kirov
|
71314f2b08
|
don't try to reconnect if socket was never
connected
|
2006-04-08 00:30:33 +00:00 |
|
Dimitur Kirov
|
114264ca13
|
stop if Process has return 0, meaning that it
closed the connection
|
2006-03-29 23:33:17 +00:00 |
|
Dimitur Kirov
|
a9622c9a09
|
EISCONN shows that connection is already
established
|
2006-03-27 15:19:17 +00:00 |
|
Yann Leboulanger
|
ff7eb2356a
|
handle correctly when server return answer to register request when we create a new account. Fixes #1725
|
2006-03-27 09:53:47 +00:00 |
|
Yann Leboulanger
|
bdda6d1555
|
show correct error message when we fail to create an account. See #1725
|
2006-03-26 23:42:36 +00:00 |
|
Dimitur Kirov
|
b3de43ae3f
|
disconnect after stream end tag, unregister
two more handlers
|
2006-03-16 17:29:30 +00:00 |
|
Dimitur Kirov
|
d316c6d8b4
|
reconnect (if configured), instead of
disconnect on expat error
|
2006-03-15 20:46:50 +00:00 |
|
Dimitur Kirov
|
7afb58426a
|
property last_connection, used to prevend
double connections
|
2006-03-15 20:10:52 +00:00 |
|
Dimitur Kirov
|
032ed4f22c
|
typo
|
2006-03-15 19:47:11 +00:00 |
|
Dimitur Kirov
|
5e19b20377
|
return unregister attemped on undefined
namespace handlers
|
2006-03-15 19:43:22 +00:00 |
|
Dimitur Kirov
|
c8b27da04f
|
don't disconnect after server inabillity to
receive long data. Unregister all handlers in
disconnect
|
2006-03-15 19:39:27 +00:00 |
|
Yann Leboulanger
|
4cbc0666ff
|
show an error dialog when a transport answers wrongly to register request. Fixes #1702
|
2006-03-15 08:56:36 +00:00 |
|
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 |
|
Yann Leboulanger
|
d3417371c0
|
clear _expected dict when callback is called. This way when another stanza arrives with the same id, it isn't catched as expected.
|
2006-03-05 20:30:38 +00:00 |
|
Nikos Kouremenos
|
0349c4ad23
|
fix typo
|
2006-03-05 19:43:41 +00:00 |
|
Yann Leboulanger
|
d54915c62a
|
base64.encodestring() adds some \n in the string. Remove it
|
2006-03-05 19:39:07 +00:00 |
|
Dimitur Kirov
|
810a377156
|
added TODO, ensure we close all descriptors
|
2006-02-27 16:26:00 +00:00 |
|
Dimitur Kirov
|
acdb712838
|
remove FORM FEED and ESC from sent data
|
2006-02-22 13:09:33 +00:00 |
|
Nikos Kouremenos
|
105616cfc3
|
sasl not support msg using debug. Dimitur, maybe it is time to remove blocking versions from svn?
|
2006-02-19 20:50:59 +00:00 |
|
Dimitur Kirov
|
e748ad7990
|
make sure data tuple is deleted
|
2006-02-18 10:16:34 +00:00 |
|
Dimitur Kirov
|
32bfde61e2
|
faster CharacterDataHandler in NodeBuilder
|
2006-02-18 02:08:49 +00:00 |
|
Dimitur Kirov
|
eacf5fb900
|
revert to self.DEBUG when SASL is not supported
|
2006-02-18 00:01:39 +00:00 |
|
Dimitur Kirov
|
6b615a8d72
|
delete debug error message, which causes TB
to be printed
|
2006-02-14 18:13:20 +00:00 |
|
Dimitur Kirov
|
f84e410e5b
|
plug_idle can have readable and writable False
in this case we wait only for close events
|
2006-02-12 02:23:20 +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
|
79d39ac119
|
remove fd from selector and timeouts
when pollend event is raised
|
2006-02-11 21:27:44 +00:00 |
|
Dimitur Kirov
|
d6fee1ea49
|
added missing argument to NBCommonClient call
|
2006-02-06 11:28:05 +00:00 |
|
Dimitur Kirov
|
c3ef6cfbbc
|
I'm losing the logic of this condition, but
this is a copy of the original, so it should
work
|
2006-02-06 10:00:23 +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 |
|