Commit graph

205 commits

Author SHA1 Message Date
Nikos Kouremenos
f0b336364b bugfix in remembering last lines [avoid duplication when unread messages] {still needs to be small and grey} 2005-06-02 16:28:01 +00:00
Nikos Kouremenos
8506568722 fix a bug with some locales. start using unicode instance for strings 2005-06-01 21:40:33 +00:00
Yann Leboulanger
74fd69cb0c we now add default emoticons / status messages only if there is no in the config file 2005-06-01 20:03:37 +00:00
Yann Leboulanger
9ad357ab3d no more force_nonSASL option 2005-06-01 12:33:29 +00:00
Nikos Kouremenos
dc6541ff7f really nothing [ok.. a comment] 2005-05-31 17:53:28 +00:00
Yann Leboulanger
19e7cd6fb5 catch exception when we disconnect 2005-05-31 16:47:05 +00:00
Yann Leboulanger
0758769092 don't use the force_nonSASL option (doesn't work in xmpp)
we can now be disconected while registering a new account, it won't TB
2005-05-31 13:53:22 +00:00
Nikos Kouremenos
b34b3c8e55 remember last lines after reopening chat window (thanks Sergey Kuleshov, and don't fail on gtkspell-lang not available 2005-05-30 21:00:04 +00:00
Nikos Kouremenos
92aa1838d1 mention account name on couldnt connect 2005-05-30 14:08:48 +00:00
Yann Leboulanger
f9f341f104 we can now use SSL
(we can't force to not use TLS: bug in xmpp)
2005-05-30 11:01:08 +00:00
Yann Leboulanger
efd470a44f chat window now print when encryption in enabled / disabled and automatically activate/desactivate the gpg_toggle button 2005-05-30 10:41:55 +00:00
Yann Leboulanger
088b3870dd we can now attach a GPG key to a contact 2005-05-29 21:34:01 +00:00
Yann Leboulanger
aeae5df459 verbose is now on when it is set to True in the config file 2005-05-29 19:04:01 +00:00
Yann Leboulanger
560f0665f8 new option to be able to sort contacts by show 2005-05-29 18:41:13 +00:00
Yann Leboulanger
8a974c8af6 verbose is False by default
we can launch gajim with -v to enable verbose
2005-05-28 18:20:27 +00:00
Nikos Kouremenos
14985bf5d1 mention name and not hostanem when failing to connect to a account 2005-05-27 16:43:38 +00:00
Yann Leboulanger
cb0368ae09 messages stanza without <body> field are not printed 2005-05-27 15:36:41 +00:00
Yann Leboulanger
4097578005 recipients must be a list 2005-05-27 14:16:34 +00:00
Nikos Kouremenos
1d628069b1 svn to say 0.7.1 2005-05-27 13:20:34 +00:00
Nikos Kouremenos
e92bb9ec38 fix a typo 2005-05-27 12:11:07 +00:00
Yann Leboulanger
74f0e11948 we are now warned when we are disconnected from a server 2005-05-27 12:07:20 +00:00
Yann Leboulanger
87d90e7aaf improved status messages 2005-05-27 05:56:17 +00:00
Nikos Kouremenos
bc1a96e740 this should fix #329 2005-05-26 22:02:01 +00:00
Yann Leboulanger
b24e6d80ce we can now edit non-root line in advanced configuration editor 2005-05-26 21:09:01 +00:00
Nikos Kouremenos
c9d2e9123c Available instead of Online 2005-05-26 19:56:04 +00:00
Nikos Kouremenos
81b28a9cff Client's connect() does not raise exception on error as it was in jabberpy
in xmpppy it connect() returns connection type in a string
apparently that string can be 'tls', 'tcp' (simple without tls) and '' when it fails to connect
2005-05-26 13:35:58 +00:00
Yann Leboulanger
92b1c8226c SASL auth is back, ths Alexey 2005-05-26 06:50:17 +00:00
Nikos Kouremenos
3f890b8063 completing gtkspell support
adding escape to close accounts_window
using %s instead of + for joining strings [gives us better translation] and fixing a typo there
sorry for big commit
2005-05-26 00:07:49 +00:00
Yann Leboulanger
693aad9b19 show transports rows when we are online, and hide them when we are offline 2005-05-25 18:25:39 +00:00
Yann Leboulanger
e871c22772 we can now disable the use of transports iconsets 2005-05-25 17:13:50 +00:00
Yann Leboulanger
4338bc348f when we receive a 505 presence error we show the error pixmap 2005-05-24 21:32:52 +00:00
Yann Leboulanger
553b842972 fix vcard problems (we can receive iq without from field when we receive our vcard) 2005-05-24 19:18:32 +00:00
Yann Leboulanger
8a7a399288 we can now force to not use SASL for each account in advanced configuration editor 2005-05-24 18:19:53 +00:00
Yann Leboulanger
e3ddf04b9b Alexey's patch to disable SASL protocole 2005-05-24 18:08:37 +00:00
Yann Leboulanger
392c1dc7f4 fix DIGEST auth with Alexey patch 2005-05-24 17:50:27 +00:00
Yann Leboulanger
476cd9a9a0 we can receive empty message (for ex for gc_subjects) 2005-05-23 18:16:51 +00:00
Nikos Kouremenos
d44955c81b first the print then the action 2005-05-23 17:01:13 +00:00
Nikos Kouremenos
12f1ea0517 reducing default autoaway/xa time 2005-05-23 16:58:14 +00:00
Nikos Kouremenos
16b6745a90 adding error for uf_show as else 2005-05-23 16:57:35 +00:00
Yann Leboulanger
667eb618b7 os.path.mkdir crashes under win9x if the folder already exists 2005-05-23 15:32:35 +00:00
Yann Leboulanger
f0be64c460 under win9x dot_gajim = '' 2005-05-23 11:35:58 +00:00
Yann Leboulanger
517211b63f check if we have a connection before we send it sth 2005-05-23 10:46:22 +00:00
Yann Leboulanger
0f41e49758 set default timeout of xmpp to 45 instead of 25 2005-05-23 09:53:05 +00:00
Yann Leboulanger
fe53843edb we wait 45 for keepalive packages 2005-05-22 17:24:20 +00:00
Yann Leboulanger
6f6f45d07b check for KeyError (fix #311) 2005-05-22 10:10:41 +00:00
Nikos Kouremenos
0bb2fceb16 typo 2005-05-21 23:37:11 +00:00
Nikos Kouremenos
bdd436e1f4 check for not in the roster too 2005-05-21 23:34:51 +00:00
Yann Leboulanger
d94941015d translate status messages too 2005-05-21 16:01:52 +00:00
Nikos Kouremenos
a3f3d8f766 do not default to check_for_new_version True until we have a pseudo thread doing that [or else in heavy net load Gajim takes a long time and user think we need to hugely optimize our code] 2005-05-21 14:37:36 +00:00
Nikos Kouremenos
77ddf66a14 rename the config vars [for signin/out] 2005-05-21 13:53:09 +00:00