Yann Leboulanger
|
21a65d2568
|
minor typo
|
2006-03-18 08:13:27 +00:00 |
|
Yann Leboulanger
|
3a255e5102
|
fix indentation in common/helpers.py
|
2006-03-17 19:56:05 +00:00 |
|
Yann Leboulanger
|
3b4f6e20fe
|
we can now have emoticons themes in ~/.gajim/emoticons/ see #1182
|
2006-03-17 14:24:58 +00:00 |
|
Nikos Kouremenos
|
8b49efd38d
|
[multani] fix syntax typo
|
2006-03-17 12:32:56 +00:00 |
|
Yann Leboulanger
|
618e429d82
|
migrate the old useemoticons option to emoticons_theme. Fixes #1715
|
2006-03-17 12:15:31 +00:00 |
|
Yann Leboulanger
|
b4ed754b51
|
we now have emoticons themes. Fixes #1182
TODO: fill animated folder with his emoticons file
|
2006-03-16 23:37:06 +00:00 |
|
Dimitur Kirov
|
b3de43ae3f
|
disconnect after stream end tag, unregister
two more handlers
|
2006-03-16 17:29:30 +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
|
d316c6d8b4
|
reconnect (if configured), instead of
disconnect on expat error
|
2006-03-15 20:46:50 +00:00 |
|
Dimitur Kirov
|
7afb58426a
|
property last_connection, used to prevend
double connections
|
2006-03-15 20:10:52 +00:00 |
|
Dimitur Kirov
|
032ed4f22c
|
typo
|
2006-03-15 19:47:11 +00:00 |
|
Dimitur Kirov
|
5e19b20377
|
return unregister attemped on undefined
namespace handlers
|
2006-03-15 19:43:22 +00:00 |
|
Dimitur Kirov
|
c8b27da04f
|
don't disconnect after server inabillity to
receive long data. Unregister all handlers in
disconnect
|
2006-03-15 19:39:27 +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 |
|
Nikos Kouremenos
|
036265081b
|
fix typo; also saner defaults [only first time] for last_save_dir and last_send_dir
|
2006-03-15 02:09:57 +00:00 |
|
Nikos Kouremenos
|
396c66f8f8
|
set avatar filechooser defaults to My Pictures in the OS that understand user needs [aka Windows]
|
2006-03-15 01:40:10 +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 |
|
Dimitur Kirov
|
59283050e1
|
close connection when invalid xml is received
call sys.exc_clear in catched exceptions
|
2006-03-10 20:36:15 +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 |
|
Yann Leboulanger
|
9d045fc69b
|
avatar is now 200x200 max in vcar window. Fixes #1582
|
2006-03-08 16:01:01 +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
|
119c5ed55f
|
typo
|
2006-03-08 08:29:09 +00:00 |
|
Yann Leboulanger
|
213b36a692
|
[avm] add -lpython2.[3/4] in Makefiles. Fixes #1668
|
2006-03-07 17:53:05 +00:00 |
|
Nikos Kouremenos
|
80c58110e2
|
now we can save preset messages from change status message dialog. we also use ComboBox and not ComboBoxEntry because the first shows clearer that it is not editable. fixes #1407
|
2006-03-07 14:02:45 +00:00 |
|
Yann Leboulanger
|
e6200b599a
|
add 2 advanced options: confirm_close_muc_rooms and noconfirm_close_muc_rooms. Fixes #1622
|
2006-03-07 13:13:36 +00:00 |
|
Dimitur Kirov
|
bc7d9a2943
|
clean last exception to prevent printing TB
( #1629 )
|
2006-03-07 11:54:45 +00:00 |
|
Yann Leboulanger
|
d3417371c0
|
clear _expected dict when callback is called. This way when another stanza arrives with the same id, it isn't catched as expected.
|
2006-03-05 20:30:38 +00:00 |
|
Nikos Kouremenos
|
0349c4ad23
|
fix typo
|
2006-03-05 19:43:41 +00:00 |
|
Yann Leboulanger
|
d54915c62a
|
base64.encodestring() adds some \n in the string. Remove it
|
2006-03-05 19:39:07 +00:00 |
|
Nikos Kouremenos
|
9ec5e798b1
|
improve a comment
|
2006-03-05 11:42:42 +00:00 |
|
Yann Leboulanger
|
9a340cabaf
|
[zloygod] Show "need gajim restart" label in ACE only when needed. Fixes #1645
|
2006-03-04 00:25: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 |
|
Nikos Kouremenos
|
6a6ab0b7f1
|
[rituko_a] intro ACE ascii_formatting
|
2006-03-02 16:05:52 +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 |
|
Nikos Kouremenos
|
91691221c6
|
fix a bug which appeared after a patch which caused us to stop at 27 or 28 or 29 or 30 instead of 28 or 29 or 30 or 31 accordinly. [eg. count one more day. xrange logic fix]
|
2006-03-01 21:15:01 +00:00 |
|
Yann Leboulanger
|
aa90dc35a6
|
typo
|
2006-03-01 19:25:55 +00:00 |
|
Yann Leboulanger
|
6505d57f38
|
some check in meta contacts. See #1627
|
2006-03-01 18:58:28 +00:00 |
|
Yann Leboulanger
|
4b327b5682
|
[Geobert] JEP-0022 partial support (composing). Tunned by me. Fixes #1317
|
2006-03-01 18:16:54 +00:00 |
|
Dimitur Kirov
|
8945173e51
|
update banner font with theme font
|
2006-03-01 11:03:56 +00:00 |
|
Nikos Kouremenos
|
9d6c1888c0
|
bye bye to noconfirm_close_muc_rooms
|
2006-02-27 17:18:56 +00:00 |
|
Dimitur Kirov
|
810a377156
|
added TODO, ensure we close all descriptors
|
2006-02-27 16:26:00 +00:00 |
|
Nikos Kouremenos
|
3e2ec2495e
|
rm trailing spaces from helpers.py
|
2006-02-27 15:29:13 +00:00 |
|
Nikos Kouremenos
|
09bce24b11
|
add clearer comment
|
2006-02-27 15:27:54 +00:00 |
|