Yann Leboulanger
7ea237d8ea
typo
2005-09-19 16:27:10 +00:00
Yann Leboulanger
97b75de35b
split NOTIFY event into NOTIFY and GC_NOTIFY
2005-09-19 16:13:45 +00:00
Yann Leboulanger
6d0bf25adc
SRV lookup moved from xmpp to connection.py
2005-09-18 19:52:06 +00:00
Yann Leboulanger
67c9312d37
SRV lookup is now an option and is turned off when we use SSL
2005-09-16 15:19:01 +00:00
Yann Leboulanger
948d0a93e4
log outgoing subject when sending single message
2005-09-14 16:51:08 +00:00
Yann Leboulanger
de2fe68d40
don't send sha in gc presences
2005-09-14 16:19:42 +00:00
Alex Mauer
4c990ccb1e
Tooltip for account line in roster
2005-09-13 18:46:21 +00:00
Yann Leboulanger
2af3116b9d
fix TB
2005-09-13 10:52:51 +00:00
Alex Mauer
867dc64798
Fix my roster breakage from cs3613 -- accounts need to be referenced by
...
name, not name stored in jid field.
Use the new get_jid_from_account in a few places.
2005-09-12 22:46:41 +00:00
Nikos Kouremenos
43aef76dd9
[sef and me] now we also handle receiving invitations
2005-09-11 15:02:22 +00:00
Yann Leboulanger
25dfa506cd
reconnect is now launched in a thread
2005-09-10 12:05:48 +00:00
Yann Leboulanger
e8b3a5898c
remove unneeded print
2005-09-10 09:31:29 +00:00
Yann Leboulanger
d271c29a24
we are now informed when vcard publication faild / succeed
2005-09-10 09:25:06 +00:00
Nikos Kouremenos
a648d44fd3
add support for sending invite stanza /invite jid [reason]. I improved patch by Sef
2005-09-09 22:00:01 +00:00
Nikos Kouremenos
0bf0c36323
use gajim.get_jid_from_account in some places
2005-09-09 21:15:41 +00:00
Dimitur Kirov
50ac7f932b
fix blocker bug: tb on Resource binding
2005-09-08 18:16:38 +00:00
Yann Leboulanger
bceb6ad19e
typo
2005-09-08 08:33:35 +00:00
Yann Leboulanger
26e78f0a53
we now wait to receive the roster before continuing connection (send presence, get vcard / bookmarks)
2005-09-08 07:36:37 +00:00
Yann Leboulanger
f1fb1a13b6
do not send "I'm status" status message when we don't use gpg
2005-09-08 07:10:59 +00:00
Dimitur Kirov
6c5e687960
get server resource after auth (resource
...
binding is performed there)
2005-09-07 16:20:40 +00:00
Yann Leboulanger
ee64aa72ee
remove an unusefull option
2005-09-07 15:57:01 +00:00
Dimitur Kirov
3676f7f80b
keep resource that come from server
2005-09-07 15:32:31 +00:00
Yann Leboulanger
fec1eb1c5c
don't send sha-presence when we are invisible
2005-09-07 14:41:14 +00:00
Nikos Kouremenos
c535a06e13
imrpove suse string for download
2005-09-06 19:29:25 +00:00
Nikos Kouremenos
d90801de18
remove a print
2005-09-06 13:00:48 +00:00
Yann Leboulanger
ac5e1897b5
disco cleanup:
...
we don't use old jabber:iq:browse and jabber:iq:agents
we ask info only when we select the row
2005-09-06 11:54:23 +00:00
Nikos Kouremenos
5f5e54ffac
reviewed strings: HIG fix, transl comment, improvement on reconnect string
2005-09-06 09:44:34 +00:00
Yann Leboulanger
72393ac068
autoreconnect of account is ready
2005-09-05 13:28:09 +00:00
Nikos Kouremenos
a29c12a8b6
add a comment
2005-09-04 17:47:36 +00:00
Nikos Kouremenos
650bbdca39
catch all error codes for MUC JEP and issue translatable strings so non english user does not see english.
2005-09-03 17:18:07 +00:00
Nikos Kouremenos
d0ecafdcc2
add comments for some advanced settings, fix some stuff in glade too for that
2005-09-03 13:48:25 +00:00
Nikos Kouremenos
49b4eff2cc
[andreasvc] fix a string
2005-09-03 12:54:45 +00:00
Nikos Kouremenos
d26696bbe5
[Laurent Sartran] catch exception when SSL connection is reset during handshake
2005-09-01 17:44:57 +00:00
Yann Leboulanger
924b1e3df2
do not send online show in presence
2005-09-01 17:16:35 +00:00
Nikos Kouremenos
7d2a698fc9
[Hawke patches Lukas patch :D] now Gajim can use gpg-agent
2005-08-30 21:10:14 +00:00
Nikos Kouremenos
408aae5084
[nicfit] do keepalive without iq:last but just send " "
...
good because google talk (and other servers) do not support iq:last
good because we do not disconnect ourselves if time changes
good because we do not disconnect ourselves on modal dialogs
good because even stpeter thinks that is the best way to do keepalives
good because we do not flood the server with iq:last
bad because I say it is good :D
2005-08-27 00:07:43 +00:00
Nikos Kouremenos
cec336112d
[Stéphan K.] make most strings we use unicode instacnes
2005-08-26 00:52:44 +00:00
Dimitur Kirov
8adeb33fa1
fixed tb on server connect
2005-08-25 14:07:17 +00:00
Nikos Kouremenos
61f1c8c5d4
better message for nick conflict
2005-08-25 10:06:33 +00:00
Dimitur Kirov
fd83a95032
prevent TB on removing online account
2005-08-24 15:59:51 +00:00
Dimitur Kirov
a51c320245
prevent transfer to offline contact, remove
...
listener when last there are no more senders
2005-08-23 21:52:56 +00:00
Nikos Kouremenos
bd0a5230d9
xs:boolean is '0', '1', 'true', 'false'. so update bookmark to handle the last two
2005-08-18 19:06:24 +00:00
Yann Leboulanger
903941fe03
send priority on EVERY presences
2005-08-18 08:33:51 +00:00
Dimitur Kirov
98273d7aec
removed the last affinix non jep tag
2005-08-17 15:48:14 +00:00
Yann Leboulanger
54645ae409
temporary fix for the Event dispatcher to work with TLS connections
2005-08-16 16:10:36 +00:00
Dimitur Kirov
5f0b36004d
TB on connection timeout
2005-08-14 22:29:16 +00:00
Nikos Kouremenos
db97d20aec
do not set as status I'm invisible
2005-08-14 14:32:10 +00:00
Nikos Kouremenos
86443c4934
fix bad string, add comment for transl, pot/po
2005-08-13 15:06:04 +00:00
Dimitur Kirov
8eb530b91c
send error to stderr if another instance of
...
gajim is running on the same ft port
2005-08-12 19:09:20 +00:00
Dimitur Kirov
ba4e81095d
gethostbyname for the override host
2005-08-12 14:59:28 +00:00