Yann Leboulanger
|
00543277e4
|
[thorstenp] replace ` with repr
|
2008-10-11 09:51:27 +00:00 |
|
Yann Leboulanger
|
2ffad66473
|
[thorstenp] replace reduce instances
|
2008-10-11 09:49:30 +00:00 |
|
Yann Leboulanger
|
73aee40542
|
[thorstenp] replace none equality test with identity test
|
2008-10-11 09:44:12 +00:00 |
|
Yann Leboulanger
|
ed748fdda3
|
[thorstenp] replace list with tuple in for and if
|
2008-10-11 09:42:59 +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
|
6cc8204319
|
[thorstenp] replace if statement with dict.get()
|
2008-10-11 09:31:48 +00:00 |
|
Yann Leboulanger
|
9262133315
|
reconnect correctly when you were conencted with plain connection. Fixes #4390
|
2008-10-10 18:03:25 +00:00 |
|
Yann Leboulanger
|
9d7c80d522
|
[thorstenp] replace has_key by key in dict. Fixes #4392
|
2008-10-07 20:41:59 +00:00 |
|
Yann Leboulanger
|
96dd7b8ba7
|
revert [10494]. see #4388
|
2008-10-07 15:09:39 +00:00 |
|
Yann Leboulanger
|
46e958902f
|
start xmpp ping after we received the roster. Fixes #4388
|
2008-10-07 13:59:42 +00:00 |
|
Yann Leboulanger
|
e0a7fb8966
|
don't create None sub-option. Fixes #4379
|
2008-10-05 21:11:40 +00:00 |
|
Yann Leboulanger
|
feab799c3e
|
auto-create per_option config when trying to write in a non-existing one. Fixes #4370
|
2008-10-04 10:20:14 +00:00 |
|
Yann Leboulanger
|
349f8bd276
|
really remove avatar from roster when a contact removes his avatar. Fixes #4060
|
2008-10-01 16:07:58 +00:00 |
|
Yann Leboulanger
|
a36edae2f6
|
prevent traceback when removing an inexistant session. Fixes #1288
|
2008-09-30 10:22:55 +00:00 |
|
Yann Leboulanger
|
7e5b9ab20d
|
reply to XEP-0184 receipt requests in pm too. see #4339
|
2008-09-27 18:04:29 +00:00 |
|
Yann Leboulanger
|
32b583986f
|
[Jelmer Vernooij] Kerberos (GSSAPI) SASL authentication mechanism added
|
2008-09-27 14:59:12 +00:00 |
|
Yann Leboulanger
|
3d46bf0b6e
|
[dwd] fix reconnection when we get wrong XML with undeclared namespaces. Fixes #3083
|
2008-09-27 14:26:50 +00:00 |
|
Yann Leboulanger
|
c797a14b8c
|
fix listing and leaving groupchats from adhoc commands. Fixes #4344
|
2008-09-26 17:41:07 +00:00 |
|
Yann Leboulanger
|
22cc993fa7
|
ability to sort by status in roster and in muc separatly. Fixes #3823
|
2008-09-26 15:22:16 +00:00 |
|
Yann Leboulanger
|
e236382f3d
|
handle XEP-0203 (Delayed Delivery) and use it when forwarding unread messages via adhoc commands. Fixes #4347
|
2008-09-26 11:11:38 +00:00 |
|
Yann Leboulanger
|
10af522af6
|
disable proxy resolution. See #4299.
|
2008-09-23 12:43:59 +00:00 |
|
Yann Leboulanger
|
363277cc69
|
allow all features if a contact has no resource until we fall back to disco query. Fixes #4327
|
2008-09-22 09:35:19 +00:00 |
|
Yann Leboulanger
|
c71269c9ec
|
remove event for full jid and bar jid when we scroll conversation window. Fixes #4243
|
2008-09-17 19:16:08 +00:00 |
|
Yann Leboulanger
|
6df6e9ddf1
|
coding standards
|
2008-09-17 19:04:17 +00:00 |
|
Yann Leboulanger
|
3e2f9fcbec
|
prevent affiliatio spoofing by checking namespace. Fixes #4323
|
2008-09-16 08:30:27 +00:00 |
|
Yann Leboulanger
|
8d3c1c59ad
|
decode string before splitting it.
|
2008-09-08 18:36:15 +00:00 |
|
Yann Leboulanger
|
3b4875e38e
|
[avm] always encode data in utf-8 in database. see #4254
|
2008-09-08 17:37:44 +00:00 |
|
Yann Leboulanger
|
a4bab043b9
|
[avm] Gzip don't support unicode strings. Fixes #4254
|
2008-09-08 16:31:02 +00:00 |
|
Yann Leboulanger
|
5f2e4c818c
|
[Alex V. Myltsev] idle.c: cleanup.
Replace METH_VARARGS with METH_NOARGS, discard win32 ifdefs (it's no more compiled on win32 anyway).
|
2008-09-08 12:00:27 +00:00 |
|
js
|
f260d83c80
|
Fix #4290
|
2008-09-05 19:09:01 +00:00 |
|
Yann Leboulanger
|
238ee10039
|
prevent traceback when connection is lost while waiting for user to accept plain connection or ssl certificate. Fixes #4285
|
2008-09-05 18:24:51 +00:00 |
|
Yann Leboulanger
|
66f8bab7d6
|
show number of participants in groupchats. fixes #3418
|
2008-09-02 07:00:35 +00:00 |
|
tomk
|
a7c36048b9
|
- renamed src/common/nslookup.py to resolver.py
- refactored resolver code and added asynchronous resolver based on patch by Damien Thebault[1]
* Uses libasyncns-python[2]. If it's not available, old nslookup resolver is used)
* works for SRV requests only at the moment
[1] https://www.lagaule.org/pipermail/gajim-devel/2008-July/000460.html
[2] https://code.launchpad.net/libasyncns-python
|
2008-08-31 23:40:06 +00:00 |
|
Yann Leboulanger
|
c335a96199
|
correctly parse nslookup result. fixes #4194
|
2008-08-31 19:40:45 +00:00 |
|
Julien Pivotto
|
59b8506cf2
|
remove unsed tupples
|
2008-08-31 14:14:00 +00:00 |
|
Yann Leboulanger
|
1607000c5c
|
revoke tune when disconnecting only for current account. fixes #4267
|
2008-08-31 13:40:53 +00:00 |
|
Yann Leboulanger
|
ab694e09ee
|
revert [10361]: doesn't work in a non-utf-8 environment
|
2008-08-31 12:24:45 +00:00 |
|
Yann Leboulanger
|
643e47175a
|
get result of nslookup command using unicode. really fixes #4194
|
2008-08-31 11:53:54 +00:00 |
|
Yann Leboulanger
|
b2e3c2cc72
|
fix missing import
|
2008-08-30 18:48:06 +00:00 |
|
Yann Leboulanger
|
b5b27227ea
|
fix parsing SRV result with idna names. Fixes #4194
|
2008-08-30 18:24:07 +00:00 |
|
Yann Leboulanger
|
aa6c163506
|
check that connection is still active in all handlers. Fixes #4261, #4258
|
2008-08-30 17:14:27 +00:00 |
|
Brendan Taylor
|
5d6b60be68
|
fix GPG mysteriously turning on when you open a chat window
|
2008-08-30 02:50:10 +00:00 |
|
Brendan Taylor
|
32b56a2328
|
move most of is_loggable out of the session object. fixes #4103
|
2008-08-30 01:31:25 +00:00 |
|
Yann Leboulanger
|
bcc39c4e1c
|
ask to change nickname for a groupchat only once. Fixes #4250
|
2008-08-29 08:06:28 +00:00 |
|
Julien Pivotto
|
45122a3381
|
beter way to delete PEP when a user goes oflline
|
2008-08-28 22:43:28 +00:00 |
|
Julien Pivotto
|
1c2ce732b1
|
E2E dialogs
* String changes
* Improve SAS visibility
* Add ability to re-verify
* espace text and buttons
* Should fix #3468
|
2008-08-28 13:14:54 +00:00 |
|
Yann Leboulanger
|
a0e9a0d905
|
handle correctly forwarded messages. fixes #4246
|
2008-08-28 12:24:31 +00:00 |
|
Julien Pivotto
|
269e5a31c7
|
hide pep-stuffs if a contact goes offline. fix #4206
|
2008-08-28 11:43:10 +00:00 |
|
Yann Leboulanger
|
9618bb77a4
|
fix FT proxy testing. We needed a receiver to connect to proxy to really test it
|
2008-08-27 13:11:46 +00:00 |
|