Commit graph

462 commits

Author SHA1 Message Date
Yann Leboulanger
ac0f22887e fix GC logs: when we create a new room, we call get_last_date_that_has_logs(), which call get_jid_jid, which create a new id for the room, but with type = JID_NORMAL_TYPE instead of JID_ROOM_TYPE. It's now fixed 2006-03-24 18:46:48 +00:00
Yann Leboulanger
f8db75e255 New metacontact way. JEP is not published yet, but I talked with the author. Old metacontact info are removed automaticaly 2006-03-24 12:55:56 +00:00
Dimitur Kirov
3f0ac6b3d9 fix imports 2006-03-21 15:57:44 +00:00
Dimitur Kirov
c16167025c disconnect pending proxy resolve actions when
account is disconnected from server
2006-03-20 22:09:16 +00:00
Dimitur Kirov
8d15ac84be restored send_stanza, needed by xml console 2006-03-19 16:53:17 +00:00
Dimitur Kirov
540103f381 arranged some methods from connection.py in
classes defeined in connection_handlers.py
2006-03-19 14:54:00 +00:00
Dimitur Kirov
d33055c3bc don't try to connect, when we are in state
'connecting'
2006-03-15 21:06:22 +00:00
Dimitur Kirov
7afb58426a property last_connection, used to prevend
double connections
2006-03-15 20:10:52 +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
Yann Leboulanger
f355cb043a replace / in gc nicks by _ before we save vcard / avatars 2006-03-14 18:09:09 +00:00
Yann Leboulanger
b1ce1107de we can now talk to a specific resource 2006-03-14 13:10:09 +00:00
Yann Leboulanger
dce057d29e avatars are in gc roster. gc avatar images are saved in room_jid folder. Fixes #1121 2006-03-13 13:25:51 +00:00
Yann Leboulanger
3d61688111 typo. Fixes #1684 2006-03-10 22:06:21 +00:00
Yann Leboulanger
adb62eb628 jids are now punycoded before we store avatars on HD. Fixes #1030 2006-03-10 18:58:28 +00:00
Yann Leboulanger
f9d0421d33 jids and nicks are now punycoded before we store on HD. See #1030 2006-03-10 18:48:14 +00:00
Yann Leboulanger
3355cf4ea3 room_contacts vcards are now saved in room_jid folder. Fixes #1105 2006-03-09 18:41:57 +00:00
Nikos Kouremenos
7515e1d433 better varname for list of jids for auto auth 2006-03-08 11:42:15 +00:00
Yann Leboulanger
d4cbe39fc2 auto_authorization is now keept in mem. This way it works correctly, but doesn't if you close gajim before your contact ask your auth. Fixes #1630 2006-03-08 10:46:36 +00:00
Yann Leboulanger
1c13fcd648 [Geobert] Don't send bot JEP85 and JEP22 when only JEP22 is supported by contact. Fixes #1317 2006-03-03 14:41:55 +00:00
Yann Leboulanger
a4839a720c don't ask twice the password when we create an account and show correct page in vcard even we receive an empty vcard. Fixes #1560 2006-03-02 15:47:21 +00:00
Yann Leboulanger
9209a98764 fix logic/TB. See #1639 2006-03-02 06:49:25 +00:00
Yann Leboulanger
4b327b5682 [Geobert] JEP-0022 partial support (composing). Tunned by me. Fixes #1317 2006-03-01 18:16:54 +00:00
Nikos Kouremenos
09bce24b11 add clearer comment 2006-02-27 15:27:54 +00:00
Nikos Kouremenos
7a666ca03b fix logic 2006-02-27 15:25:06 +00:00
Nikos Kouremenos
a1b1538c54 [Artur Tulyulya] Also detect CRUX. fixes #1626 2006-02-27 15:19:56 +00:00
Nikos Kouremenos
506e6752ea nickname changes do instant apply now. fixes #1612 2006-02-23 14:36:41 +00:00
Yann Leboulanger
0b2f9d4617 we now keep last_status_time, show it in tooltip and information window, ask it (jabber:iq:last, JEP-0012) when we open information window. Fixes #1133 2006-02-22 14:31:01 +00:00
Yann Leboulanger
e85c373a95 don't take into account chatstate when message is delayed (offline message, ...). Fixes #1294 2006-02-21 09:52:55 +00:00
Yann Leboulanger
3317383918 put contact in observer group when we remove it but let him see our status. Fixes #1494 2006-02-20 22:08:02 +00:00
Nikos Kouremenos
cb6f163f02 VCARDPATH --> VCARD_PATH 2006-02-15 10:44:41 +00:00
Yann Leboulanger
59e6377546 follow RFC 3921 section 8 for subscription. This also fixes #1400 2006-02-07 23:11:24 +00:00
Yann Leboulanger
6ceb13430b remove files from AVATAR_PATH when contacts changes his avatar or removes it 2006-02-06 16:04:55 +00:00
Dimitur Kirov
f52144c803 socks5 classes now use Gajim idlequeue
still there are several TODOs
2006-02-06 00:11:45 +00:00
Travis Shirk
ec03a1d853 Added name='Gajim' to disco identity 2006-02-04 20:27:17 +00:00
Yann Leboulanger
5344bd3ff5 we now reply when someone discover us 2006-02-04 13:47:29 +00:00
Yann Leboulanger
327f07c6aa catch traceback when decoding avatar. Fixes #1470 2006-02-03 12:32:18 +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
Yann Leboulanger
7313d38e1a continue connecting even if server doesn't support JEP49 (Private XML Storage). Fixes #1499 2006-02-02 06:57:37 +00:00
Yann Leboulanger
9b29bbe324 prevent TB 2006-01-30 17:23:18 +00:00
Yann Leboulanger
ec927d3a4b We can now add and remove meta contacts by drag and drop from same group 2006-01-26 23:20:27 +00:00
Nikos Kouremenos
3dee7e4be4 rm a line commited by mistake 2006-01-26 12:53:25 +00:00
Yann Leboulanger
4f21775305 we can now get meta contacts from server and display them 2006-01-26 11:23:15 +00:00
Yann Leboulanger
c6dadfbab2 Ignore message from room in which we are not. Fixes #1325 2006-01-23 12:10:25 +00:00
Yann Leboulanger
a78ad2ff45 recognize correctly gc invitation. Fixes #1366 2006-01-21 22:12:13 +00:00
Yann Leboulanger
8458730327 [Campey] handle optional muc bookmark tags. Fixes #1438 2006-01-21 22:02:00 +00:00
Yann Leboulanger
89bf45a2c6 when wrong GPG passphrase is entered, we re-ask to user twice. Fixes [1410] 2006-01-21 21:19:14 +00:00
Nikos Kouremenos
c9d98a9494 use helper func and do 80 margin 2006-01-19 09:50:53 +00:00
Nikos Kouremenos
e556473f29 You not User 2006-01-18 23:50:21 +00:00
Nikos Kouremenos
9e08e1d597 docstrings use single quote 2006-01-18 23:04:31 +00:00
Nikos Kouremenos
1c5eab53d3 [knuckles] GMail notifications now always work and are enabled on gajim startup 2006-01-18 22:54:07 +00:00