Anaël Verrier
|
9133960fbc
|
* added one table in logs.db to save roster
* added "roster_version" in configuration to save roster version for the account
* added "ver" attribute when gajim requests the roster
|
2009-06-02 22:48:32 +02:00 |
Yann Leboulanger
|
1a8def3341
|
prevent traceback when we get a presence from an invalid JID
|
2009-04-29 17:34:27 +00:00 |
Yann Leboulanger
|
533e36c22c
|
close filtransfers when we get an offline presence, but only for this resource. Fixes #4980
|
2009-04-29 07:46:24 +00:00 |
Yann Leboulanger
|
6ce94752d4
|
add a pubsub_supported variable in connection
|
2009-04-22 14:24:04 +00:00 |
Yann Leboulanger
|
8ccba78a15
|
[tpatnoe] don't add a to attribut to roster pushes if we don't get a from. Fixes #4978
|
2009-04-22 08:39:10 +00:00 |
Yann Leboulanger
|
c7c5d0f66d
|
don't fail when we get a wrong time format when requesting contact time
|
2009-03-18 11:04:25 +00:00 |
Yann Leboulanger
|
9a6913053d
|
acknowledge roster pushes. Fixes #4826
|
2009-02-19 09:52:23 +00:00 |
Yann Leboulanger
|
3d23320697
|
[Petr Menšík] correct 2 typos
|
2009-02-15 09:28:56 +00:00 |
Yann Leboulanger
|
49d32e84f6
|
ignore wrong answer to XEP-202 (entity time) requests (Adium don't reply correctly). Fixes #4816
|
2009-02-14 18:56:17 +00:00 |
Yann Leboulanger
|
200069062e
|
fix localetime() call. Fixes #4798
|
2009-02-11 10:58:57 +00:00 |
Yann Leboulanger
|
626b080457
|
fix sending correct time with DST / non-DST time
|
2009-02-10 22:25:04 +00:00 |
Yann Leboulanger
|
7c96178126
|
add XEP-202 in vcard window. Fixes #4007
|
2009-02-10 21:45:44 +00:00 |
Yann Leboulanger
|
26d8624377
|
[Zod] convert GPG decrypted string to unicode. Fixes #4788
|
2009-02-08 09:56:38 +00:00 |
Yann Leboulanger
|
a4f9764f21
|
stanza sent at startup now start with Gajim_ instead of p. Fixes #4774
|
2009-02-07 12:47:13 +00:00 |
Yann Leboulanger
|
e0123f0c24
|
encrypt and decrypt GPG messages in a thread, and call a callback when it's finished (sending a message is now asyncronous). Fixes #4445
|
2009-02-06 19:01:36 +00:00 |
Yann Leboulanger
|
ffb52eb626
|
[Dicson] option have moved per account. Fixes #4748
|
2009-01-29 20:16:34 +00:00 |
Yann Leboulanger
|
2804251df6
|
infor user about success or failure of registration with an agent. Fixes #3474
|
2009-01-26 10:27:46 +00:00 |
Yann Leboulanger
|
15ab37043e
|
remove duplicated STATUS_LIST variable
|
2009-01-10 16:45:52 +00:00 |
Stephan Erb
|
e00f871b26
|
Use hashlib module in favor of sha and md5.
|
2009-01-08 16:51:26 +00:00 |
Yann Leboulanger
|
ad7c64998a
|
better handling of error when receiving a filetransfer without bytestream feature. Fixes #4607
|
2008-12-24 12:11:02 +00:00 |
Yann Leboulanger
|
b317ffcdae
|
merge BOSH branch to trunk
|
2008-12-15 21:06:08 +00:00 |
Brendan Taylor
|
aeff9046ab
|
a fix for autonegotiation after esessions were disabled
|
2008-12-13 18:10:37 +00:00 |
Yann Leboulanger
|
d0c3b6fd44
|
prevent sending messages to invalid JIDs. Fixes #4577
|
2008-12-13 14:43:46 +00:00 |
Yann Leboulanger
|
5f6c7d858f
|
ignore show that are not in RFC-3921.
|
2008-12-11 22:04:25 +00:00 |
Yann Leboulanger
|
0830a5fe73
|
[thorstenp] use sorted() and list comprehension
|
2008-12-03 22:07:44 +00:00 |
Yann Leboulanger
|
89f02b1feb
|
[thorstenp] replace filter lambda with list comprehension
|
2008-12-03 22:04:42 +00:00 |
Yann Leboulanger
|
e389e0b16b
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
Yann Leboulanger
|
3392c54dd0
|
[thorstenp] fix empty exception clauses
|
2008-12-03 21:37:05 +00:00 |
Yann Leboulanger
|
1865294a25
|
[thorstenp] fix access to members before definition
|
2008-12-03 19:56:37 +00:00 |
Yann Leboulanger
|
31dc32eeb9
|
[thorstenp] fix redefined builtins
|
2008-12-03 17:16:04 +00:00 |
Yann Leboulanger
|
c163e90b10
|
[thorstenp] fix unused variables
|
2008-12-02 15:53:23 +00:00 |
Yann Leboulanger
|
eed5dc4e72
|
[thorstenp] remove useless semicolons
|
2008-12-02 13:58:54 +00:00 |
Yann Leboulanger
|
e90375bad3
|
check if remote contact support esession or session. If it supports esession, it supports session but may not announce it. see #4429
|
2008-12-02 09:49:49 +00:00 |
Yann Leboulanger
|
3a548491a9
|
strftime doesn't support %T. It works under linux (why?) but not under windows. Fixes #4526
|
2008-12-01 10:56:14 +00:00 |
Yann Leboulanger
|
3e88fdf41e
|
check session support instead of Esession support, and announce we support it. Fixes #4429
|
2008-11-30 18:53:02 +00:00 |
Yann Leboulanger
|
8907f71c86
|
fix session problem when other part don't support sessions. Fixes #4429
|
2008-11-29 18:50:03 +00:00 |
Yann Leboulanger
|
8babbb1de3
|
revert [10593]. see #4449
|
2008-11-12 20:04:25 +00:00 |
Yann Leboulanger
|
67d19a226d
|
handle mood in messages, send mood in message if pep is not supported on server. Fixes #4449
|
2008-11-03 14:25:08 +00:00 |
Yann Leboulanger
|
223dc0a8f2
|
don't count echo as a file transfer proxy. Fixes #4411
|
2008-11-02 15:02:49 +00:00 |
Brendan Taylor
|
bd7bac578f
|
partial fix for renegotiating pm e2e sessions after one party
disconnects
|
2008-10-25 19:48:01 +00:00 |
Yann Leboulanger
|
6c41d9ecd4
|
show a link to wiki to restore malformed database. see #4428
|
2008-10-22 17:31:45 +00:00 |
Yann Leboulanger
|
e2a511b379
|
inform user when databas is malformed. Fixes #4428
|
2008-10-22 15:48:35 +00:00 |
Yann Leboulanger
|
06ab4a7b6d
|
revert thorstenp patches for now. They introduce bugs.
|
2008-10-20 21:38:06 +00:00 |
Yann Leboulanger
|
f801a50260
|
[thorstenp] fix unused variables
|
2008-10-20 21:17:48 +00:00 |
Yann Leboulanger
|
98255a0671
|
[thorstenp] remove useless ;
|
2008-10-20 15:16:01 +00:00 |
Yann Leboulanger
|
158538b81c
|
[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)
|
2008-10-11 10:22:04 +00:00 |
Yann Leboulanger
|
196dd7e30a
|
[thorstenp] use isinstance rather than type(x) == y. use sorted()
|
2008-10-11 09:59:52 +00:00 |
Yann Leboulanger
|
567f1e17c1
|
[thorstenp] di not use emtpy except clauses
|
2008-10-11 09:37:13 +00:00 |
Yann Leboulanger
|
84e717c8df
|
[thorstenp] use startswith and endswith instead of array indices on strings
|
2008-10-11 09:32:59 +00:00 |
Yann Leboulanger
|
9d7c80d522
|
[thorstenp] replace has_key by key in dict. Fixes #4392
|
2008-10-07 20:41:59 +00:00 |