Yann Leboulanger
b583fa2479
fix missing import in trunk. Fixes #5078
2009-06-07 20:59:04 +02:00
Yann Leboulanger
2281527a5e
put latest filetransfer on top
2009-06-06 19:05:49 +02:00
Yann Leboulanger
610a747c79
really execute ad hoc command when clicking on Execute command in disco window
2009-06-05 21:26:23 +02:00
Yann Leboulanger
d844f7f632
fix os info / client info / contact time in vcard of groupchat contacts
2009-06-04 22:46:05 +02:00
Yann Leboulanger
0e11e16bc2
mark groupchat messages as read when we scroll at the end in groupchat window
2009-06-04 21:45:46 +02:00
Yann Leboulanger
a2d6d25324
export time when exporting logs. see #5060
2009-06-04 20:48:04 +02:00
Yann Leboulanger
b6475d07e6
add ossplay to the list of tested soundplayer. Fixes #5061
2009-06-04 18:26:25 +02:00
Yann Leboulanger
c7d4dc8bee
prevent a traceback when we get a groupchat presence from unknown participant. see #5067
2009-06-04 18:06:50 +02:00
Yann Leboulanger
daa86b240e
prevent traceback when trying to open a second search window. Fixes #5073
2009-06-04 17:34:38 +02:00
Anaël Verrier
9133960fbc
* added one table in logs.db to save roster
...
* added "roster_version" in configuration to save roster version for the account
* added "ver" attribute when gajim requests the roster
2009-06-02 22:48:32 +02:00
Yann Leboulanger
b18d79b0a0
handle 210 status code in groupchat (Server changed our nickname)
2009-06-02 19:35:57 +02:00
Yann Leboulanger
e6efcebfa8
add -c option to history_manager. Fixes #5058
2009-05-29 09:18:55 +02:00
Yann Leboulanger
5a72c9b3ac
fix disconnection of client_zeroconf. Fixes #5049
2009-05-29 08:59:08 +02:00
Yann Leboulanger
8a70c5a679
no need of IF NOT EXISTS when creating the database
2009-05-27 09:50:12 +02:00
Yann Leboulanger
05e63acc22
clean gpg call when we list keys. Fixes #5043
2009-05-22 19:44:43 +02:00
Yann Leboulanger
798bed6838
prevent traceback when writing avatar file to HD fails. Fixes #5005
2009-05-22 19:19:23 +02:00
Yann Leboulanger
731c8f691f
prevent traceback when receiving a disco info while we are disconnected. Fixes #5042
2009-05-21 21:12:11 +02:00
Yann Leboulanger
796c5084c5
prevent traceback when trying to show event from gajim-remote while there is no event. Fixes #5031
2009-05-20 10:58:46 +02:00
Yann Leboulanger
ffd82a69a4
prevent traceback when we receive a presence but we are no more connected. Fixes #5028
2009-05-20 10:33:19 +02:00
Yann Leboulanger
428a0c8eba
[egaz] prevent GTK Warning about color. Fixes #5035
2009-05-19 14:34:57 +02:00
Yann Leboulanger
07d552b656
prevent traceback when trying to print error message in a non existing message window. Fixes #5036
2009-05-19 14:12:38 +02:00
Yann Leboulanger
7d725fc1ab
[Dicson] Don't try to translate empty string. Fixes #5032
2009-05-18 22:33:09 +02:00
Yann Leboulanger
b2e0e4cc86
prevent traceback when notification daemon doesn't support GetCapabilities. Fixed #5015
2009-05-18 16:17:14 +02:00
Yann Leboulanger
c48f4c409f
prevent traceback when negociating E2E. see #5015
2009-05-17 17:59:00 +02:00
Yann Leboulanger
6672075683
prevent traceback when receiving wrong E2E negotiation stanza. Fixes #5015
2009-05-11 11:48:32 +00:00
Yann Leboulanger
c15f487deb
don't call gtk.gdk/threads_init() under windows. Fixes #5020
2009-05-10 20:02:46 +00:00
Yann Leboulanger
1290a751e1
prevent traceback when we click on Rename in accounts window, but no account is selected. Fixes #5019
2009-05-10 19:37:39 +00:00
Yann Leboulanger
f02dcaca6a
don't show _last_* status message in GUI, they are internal only.
2009-05-10 19:36:04 +00:00
Yann Leboulanger
fd01f7aa4d
[brubru] better sound file managment, Fixes #5016
2009-05-10 19:32:57 +00:00
Yann Leboulanger
23c6c708cd
except: -> except Exception:
2009-05-07 11:30:46 +00:00
Yann Leboulanger
d71e82921e
fix an unhandled traceback under windows
2009-05-07 11:18:48 +00:00
Yann Leboulanger
5dd9756bfd
[Florob] mpris DBUS API has changed
2009-05-01 10:15:56 +00:00
Yann Leboulanger
ef281d8608
roster.get_status_message don't take pep_dict anymore.
2009-05-01 10:03:38 +00:00
Yann Leboulanger
1c1d6b6c26
no pep with default status messages.
2009-05-01 09:51:48 +00:00
Yann Leboulanger
f8267ad047
missing commit. see #4643
2009-05-01 09:40:03 +00:00
Yann Leboulanger
5d8e96ad47
don't call gtk.main_quit() from outside of a mainloop
2009-05-01 09:37:13 +00:00
Yann Leboulanger
e6aea43665
When saving last_status_msg_*, save also pep info
2009-05-01 09:33:50 +00:00
Yann Leboulanger
8182363b76
missing options for ping alive. see #4643
2009-05-01 09:20:26 +00:00
Yann Leboulanger
a7f0022bb4
Add a second timeout to differenciate keepalive and ping alive packets. We now wait 55s before sending a keepalive (whitespace packet) and 2 minutes before sendind a xmpp ping (and then we wait for 1min the answer before reconnecting) Fixes #4643
2009-05-01 09:18:21 +00:00
Yann Leboulanger
38b4e54011
ignore invalid presences
2009-04-30 15:20:37 +00:00
Yann Leboulanger
4458db5d2c
[Yrogirg & I] add a first quote ability. see #2943
2009-04-30 13:36:29 +00:00
Yann Leboulanger
e4029dddd6
prevent traceback when identifying stream error. Fixes #4946
2009-04-30 08:32:32 +00:00
Yann Leboulanger
5b001701f0
save roster window / position when Gajim is shut down not intentionally. Fixes #4868
2009-04-29 17:40:50 +00:00
Yann Leboulanger
1a8def3341
prevent traceback when we get a presence from an invalid JID
2009-04-29 17:34:27 +00:00
Yann Leboulanger
533e36c22c
close filtransfers when we get an offline presence, but only for this resource. Fixes #4980
2009-04-29 07:46:24 +00:00
Yann Leboulanger
bdc291cb04
typo
2009-04-27 19:30:54 +00:00
Yann Leboulanger
9ea2a5c677
we now depend on GTK2.12. Remove test for older versions. Fixes #4996
2009-04-27 19:28:53 +00:00
Yann Leboulanger
6f3b32d9fd
correctly create session (pm / not pm) when we send a message in a control without a session (after disabling E2E). Fixes #4818
2009-04-27 16:57:09 +00:00
Yann Leboulanger
52be3170c7
reorder import in common helpers. Fixes #4764
2009-04-27 11:27:42 +00:00
Yann Leboulanger
f74ec76e57
ability to select status message and room subject in banner. Fixes #4879
2009-04-26 18:57:18 +00:00
Yann Leboulanger
412d9b4d87
add tooltip explaining why file transfer button is diabled. Fixes #3948
2009-04-25 22:29:22 +00:00
Yann Leboulanger
5419b2cb36
call gtk.gdk.threads_init() to initialise threads used when en/decrypting GPG. Fixes #4959
2009-04-25 22:10:03 +00:00
Yann Leboulanger
665016ccc0
don't overwrite stanza ID in zeroconf so that we reply with correct ID to requests. Thanks Mattj
2009-04-25 16:29:49 +00:00
Yann Leboulanger
fdcf75ae59
minimize groupchats when closing several windows at the same time. Fixes #4987
2009-04-23 07:26:08 +00:00
Yann Leboulanger
0e76e17bcb
[punchagan] search in option name and description in ACE. Fixes #4727
2009-04-23 06:58:55 +00:00
Yann Leboulanger
6ce94752d4
add a pubsub_supported variable in connection
2009-04-22 14:24:04 +00:00
Yann Leboulanger
27ea3d9f14
[tpatnoe] add In and Out comment in XML console. Fixes #4977
2009-04-22 08:43:04 +00:00
Yann Leboulanger
8ccba78a15
[tpatnoe] don't add a to attribut to roster pushes if we don't get a from. Fixes #4978
2009-04-22 08:39:10 +00:00
Yann Leboulanger
44e0ec913a
save pep things (activity and mood) in preset status messages.
2009-04-13 21:00:33 +00:00
Yann Leboulanger
ad125ecaac
fix missing argument.
2009-04-13 15:15:45 +00:00
Yann Leboulanger
84b65054b1
[premysl.vyhnal] optimize get_days_with_logs(). Fixes #4964
2009-04-13 09:05:22 +00:00
Yann Leboulanger
2986ceb830
change background of editable cells in default status message treeview and make columns resizable. Fixes #4746
2009-04-12 21:57:49 +00:00
Yann Leboulanger
4c754a00ea
add activity / mood in change status dialog. Fixes #4419
2009-04-12 18:13:37 +00:00
Yann Leboulanger
67fb611bd3
add * when we print /me in html text
2009-04-12 10:14:27 +00:00
Yann Leboulanger
4ac97dae2b
make instruction label of dataforms wrapable. see #4724
2009-04-08 18:52:50 +00:00
Yann Leboulanger
77714f15b4
remove useless line
2009-04-08 18:13:08 +00:00
Yann Leboulanger
dbce8b36c7
request to add contact when it's in not in roster group and we get a subscription request
2009-04-08 16:49:09 +00:00
Yann Leboulanger
f24b92cfc5
missing option to save if we want the warning when closing message windows with several tabs
2009-04-08 16:43:34 +00:00
Yann Leboulanger
dc69e49db6
don't send NS_MUX <x> element when we change nickname in room
2009-04-08 16:38:28 +00:00
Yann Leboulanger
0c27b86cc1
Warn user before closing chat window with tabs where we can loose data. Fixes #3645
2009-04-08 16:28:51 +00:00
Yann Leboulanger
16456b3b96
prevent traceback when we have in our roster a groupchat. Fixes #4957
2009-04-08 09:58:49 +00:00
Yann Leboulanger
d3eb181758
don't expand big brother when we get a message in a metacontact. Fixes #4867
2009-04-08 07:55:52 +00:00
Yann Leboulanger
a562bfdcb6
[punchagan & me] print /me in history correctly. Fixes #4852
2009-04-08 07:31:56 +00:00
Yann Leboulanger
72d3c578d4
import indicate in file where it's used. Fixes #4942
2009-04-08 07:31:11 +00:00
Yann Leboulanger
d37d1e973f
remove latest \n in bosh received messages (one is added when we send)
2009-04-07 17:12:35 +00:00
Yann Leboulanger
8514e51675
factorize send_file action in chat / groupchat / private chat. see #3948
2009-04-07 17:07:04 +00:00
Yann Leboulanger
2fc1532104
don't show "file-send-real-jid-is-known-warning" dialog when contact is known. see #3948
2009-04-07 11:08:12 +00:00
Yann Leboulanger
a6f62ac7c6
ignore port in bosh URL, it's entered separetly. Take into account proxy username when using bosh
2009-04-06 14:05:07 +00:00
Yann Leboulanger
1c336ede9f
add advanced option to ask offline status on connection. Fixes #3597
2009-04-06 10:06:26 +00:00
Yann Leboulanger
e749d5941f
re-draw contct in roster after we get offline status. see #3597
2009-04-05 18:49:43 +00:00
Yann Leboulanger
1e5d5ca9a8
fix typo
2009-04-05 18:35:59 +00:00
Yann Leboulanger
b7493cf580
[steelman] position dialogs centered on parent. Fixes #4936
2009-04-05 18:31:22 +00:00
Yann Leboulanger
2be80422a0
[punchagan] fix rename group dialog with & char. Fixes #4937
2009-04-05 17:59:31 +00:00
Yann Leboulanger
fabadfd778
use iconify_initially to know if window has been iconified (works under linux and windows). Fixes #4938
2009-04-05 17:35:05 +00:00
Yann Leboulanger
5d6ad7853a
don't remove the possibility to add twice the same account. Fixes #4948
2009-04-05 15:26:59 +00:00
Yann Leboulanger
e0f0871ea6
[ken.vandine] add indicator support. Fixes #4942
2009-04-04 05:06:46 +00:00
Yann Leboulanger
952dab118b
[Simon Morgan] don't hide() window when we click on systray, but iconify() it. Fixes #4938
2009-04-03 18:48:31 +00:00
Yann Leboulanger
876f429119
fix kde notificatinos (they don't support capabilities). Fixes #4940
2009-04-01 13:39:52 +00:00
Yann Leboulanger
e763627a6c
disable send_file button when we don't know the resource. Fixes #4884
2009-03-25 12:12:23 +00:00
Yann Leboulanger
9bc7c4aa95
add missing var to connection_zeroconf.py
2009-03-25 06:56:39 +00:00
Yann Leboulanger
2913a9c80d
win.get_property('has-toplevel-focus') doesn't work under windows when we click on systray: focus is on systray icon. Fixes #4888
2009-03-22 08:53:31 +00:00
Yann Leboulanger
1b34a125c0
escape file name in file transfer accept dialog
2009-03-20 21:05:45 +00:00
Yann Leboulanger
d2f1f20c1e
don't add a self contact row when we get an offline presence from an unknown resource. Fixes #4582
2009-03-20 20:17:13 +00:00
Yann Leboulanger
5e44243758
fix traceback with kerberos GSSError handling.
2009-03-20 20:02:05 +00:00
Yann Leboulanger
c7c5d0f66d
don't fail when we get a wrong time format when requesting contact time
2009-03-18 11:04:25 +00:00
Yann Leboulanger
9d307570df
missing )
2009-03-18 11:03:16 +00:00
Yann Leboulanger
346dbc04b2
handle GSSError exceptions. Fixes #4913
2009-03-18 09:14:10 +00:00
Yann Leboulanger
9900698dc5
typo. Fixes #4912
2009-03-18 07:10:18 +00:00
Yann Leboulanger
cfd0b4835a
prevent traceback when password is not entered. Fixes #4912
2009-03-17 19:35:52 +00:00
Yann Leboulanger
9b5c8db2ce
prevent Traceback when server replies badly to resource binding request. Fixes #4880
2009-03-16 09:54:57 +00:00
Yann Leboulanger
a9f233d2cd
show only contact with subscription none of from in the bottom of roster. Fixes #4877 , see #4778
2009-03-16 09:37:40 +00:00
Yann Leboulanger
f1ae7fc984
do not enable zeroconf if avahi or bonjour is not available. Fixes #4891
2009-03-16 08:43:13 +00:00
Yann Leboulanger
a802edbf65
fix typo in dbus handling. Fixes #4905
2009-03-15 12:11:50 +00:00
Yann Leboulanger
28f443dd21
copyright is until 2009
2009-03-14 12:36:02 +00:00
Yann Leboulanger
92ee243829
close passphrases dialog when we are disconnected. Fixes #4702
2009-03-14 11:30:09 +00:00
Yann Leboulanger
4b3206f043
[James Westby] Don't use actions in notifications if the server doesn't support them. Fixes #4862
2009-03-13 21:51:49 +00:00
Yann Leboulanger
dccf065418
better way to add http://. see #4857
2009-03-11 19:12:56 +00:00
Yann Leboulanger
1dd6ee0390
[Florob] add http:// to URLs before giving them to gnome-open. Fixes #4857
2009-03-11 17:48:34 +00:00
Yann Leboulanger
8fccef98c7
add missing file. Fixes #4898 , #4874
2009-03-11 17:00:28 +00:00
Yann Leboulanger
3eb203a504
typo
2009-03-11 09:58:25 +00:00
Yann Leboulanger
cbef579dd8
decode error message returnd by GPG. Fixes #4893
2009-03-11 09:57:24 +00:00
Yann Leboulanger
93fd47256d
[brubru] fallback to field 's identifier (var) when there is no Human-readable name (label). Fixes #4894
2009-03-11 09:47:16 +00:00
Yann Leboulanger
5bc09c2a6a
[brubru] don't fail when open pref window with no accoutn configured. Fixes #4895
2009-03-11 09:40:08 +00:00
Yann Leboulanger
5301dcd4a0
check OSError from gtkspell.py. Fixes #4897
2009-03-11 09:17:23 +00:00
Yann Leboulanger
aa44b8466a
[brubru] colored output of logging system. Fixes #4875
2009-03-11 09:16:07 +00:00
Yann Leboulanger
8f4d15f527
remove no more used code. Fixes #4853
2009-03-05 20:14:08 +00:00
Yann Leboulanger
46d1f0298d
add missing file. Fixes #4289
2009-03-04 13:44:01 +00:00
Yann Leboulanger
1dbdfce11b
[Dicson] don't take into account ask_on(ff)line_status when we send a custon suatus. Fixes #4828
2009-03-02 17:41:51 +00:00
Yann Leboulanger
be6fe24630
hide XEP-184 tooltip when needed. Fixes #4855
2009-03-01 16:59:06 +00:00
Yann Leboulanger
4ac8b1eb96
[Sergiy Yegorov] typo
2009-03-01 13:51:20 +00:00
Yann Leboulanger
596327860c
[Sergiy Yegorov] typo
2009-03-01 13:49:11 +00:00
Yann Leboulanger
5194387338
put gajim application log file in application data/gajim folder. Fixes #4832
2009-03-01 13:12:38 +00:00
Yann Leboulanger
53de0bda9a
fix typo. Fixes #4834
2009-02-20 18:56:04 +00:00
Yann Leboulanger
5834a2ae82
ability to block all contacts (from privacy list editor). Fixes #4831
2009-02-20 10:15:16 +00:00
Yann Leboulanger
bf8c12ee9f
ask user what to do when GPG key is not trusted.
2009-02-19 22:47:38 +00:00
Yann Leboulanger
c1e6cd17b7
detect expires GPG keys. Fixes #4263
2009-02-19 20:17:05 +00:00
Yann Leboulanger
0724a4ffea
show Error Dialog with full error message instead of popup when Stream Error arrives. see #4660
2009-02-19 14:46:54 +00:00
Yann Leboulanger
16fa30a1e7
handle stream error and show message to user. Fixes #4660 , #4823
2009-02-19 13:18:23 +00:00
Yann Leboulanger
9a6913053d
acknowledge roster pushes. Fixes #4826
2009-02-19 09:52:23 +00:00
Yann Leboulanger
3f5a2d9017
handle nick changement in another resource. See #4826
2009-02-19 09:34:27 +00:00
Yann Leboulanger
d6c2092977
save default custom host/port. Fixes #4820
2009-02-17 12:15:25 +00:00
Yann Leboulanger
4ddcdcc40a
fix parsing length in html. Fixes #3781
2009-02-16 10:15:44 +00:00
Yann Leboulanger
a2b534c040
really fix dispatcher to support several waiting stanza at the same time. Fix #4299
2009-02-15 14:13:21 +00:00
Yann Leboulanger
f443673bfd
allow to wait for more than one answer at the same time with SendAndCallForResponse. Fixes #4299
2009-02-15 13:17:33 +00:00
Yann Leboulanger
06d4188411
don't draw a black square for groupchat occupants that have no affiliation
2009-02-15 10:16:08 +00:00
Yann Leboulanger
3d23320697
[Petr Menšík] correct 2 typos
2009-02-15 09:28:56 +00:00
Yann Leboulanger
49d32e84f6
ignore wrong answer to XEP-202 (entity time) requests (Adium don't reply correctly). Fixes #4816
2009-02-14 18:56:17 +00:00
Yann Leboulanger
4ec93e6ea7
re-enable proxy testing. see #4299
2009-02-14 16:41:31 +00:00
js
b2ebb4cbc9
Fix serious copyright and license issues, which were introduced as a
...
reaction to #4200 .
2009-02-14 15:02:10 +00:00
js
db5f9bab05
statusicon.py was incompatible with r11080. Fixed.
2009-02-14 13:01:57 +00:00
Yann Leboulanger
fd088b09f5
[shivan] network manager 0.7 support. Fixes #4536
2009-02-14 10:07:31 +00:00
Yann Leboulanger
531ab92651
don't log as error, but as info, connection lost. Fixes #4800
2009-02-13 22:37:51 +00:00
Yann Leboulanger
cba0ae51cf
fix traceback when connecting with PLAIN. Fixes #4815
2009-02-13 22:20:13 +00:00
Yann Leboulanger
521239377b
option to disable sound when we are busy. Fixes #2256
2009-02-13 21:14:50 +00:00
Yann Leboulanger
849108b11f
request connection password only when neede. No need to request it for GSSAPI or ANONYMOUS login. see #2465
2009-02-13 20:24:23 +00:00
Yann Leboulanger
95d7e157da
handle (un)subscription events as messages (don't force to popup a window) Fixes #2243
2009-02-13 19:35:30 +00:00
Yann Leboulanger
01bcfe2007
[thorstenp] use ctype to have gtkspell. No need to compile it from C. Fixes #4289
2009-02-12 22:15:18 +00:00
Yann Leboulanger
85d758d75d
add jid to remove_contact dialog. Fixes #4708
2009-02-12 20:17:18 +00:00
Yann Leboulanger
43fe19d73e
add a small square ti differentiate room member's affiliation. Fixes #3964
2009-02-12 13:12:38 +00:00
Yann Leboulanger
70ade3b845
restore old behaviour of systray: left click open pending event if any, else hide/show roster. Fixes #4436
2009-02-12 11:07:09 +00:00
Yann Leboulanger
a1c40f9b08
unset custom status icon only when remote contact goes offline or connects. Fixes #4801
2009-02-11 20:48:41 +00:00
Yann Leboulanger
0cf86f5a8f
[Dicson] Fix meta contact order by DND. Fixes #4797 , #4779
2009-02-11 17:55:00 +00:00
Yann Leboulanger
200069062e
fix localetime() call. Fixes #4798
2009-02-11 10:58:57 +00:00
Yann Leboulanger
7dba2f909f
[brubru] replace $(libdir)/gajim by $(pkglibdir) see #4770
2009-02-11 10:50:39 +00:00
Yann Leboulanger
ba9836af65
[brubru] Load LOCALEDIR from configure (with defs.py). see #4770
2009-02-11 10:46:07 +00:00
Yann Leboulanger
062d6877b7
[brubru] fix glade dir. see #4770
2009-02-11 09:44:17 +00:00
Yann Leboulanger
626b080457
fix sending correct time with DST / non-DST time
2009-02-10 22:25:04 +00:00
Yann Leboulanger
7c96178126
add XEP-202 in vcard window. Fixes #4007
2009-02-10 21:45:44 +00:00
Yann Leboulanger
bec8b7ff15
small comment
2009-02-10 21:42:55 +00:00
Yann Leboulanger
37665a9a42
when sorting by status, sort by subscription first. Fixes #4778
2009-02-10 10:45:03 +00:00
Yann Leboulanger
89a1e55a85
fix potential traceback. Fixes #4780
2009-02-09 19:46:26 +00:00
Yann Leboulanger
beb32a3d1c
handle error messages correctly. Fixes #4783
2009-02-09 19:38:05 +00:00
Yann Leboulanger
6f951d20d0
remove useless code
2009-02-08 22:37:39 +00:00
Yann Leboulanger
894dbc3e73
delete account from gajim.config when creation fails.
2009-02-08 19:29:27 +00:00
Yann Leboulanger
e49c64a452
reorder functions in common/helpers.py. Fixes #4764 . Thanks Vardo!
2009-02-08 13:47:28 +00:00
Yann Leboulanger
baa208d0b6
remove duplicate code. Fixes #4790
2009-02-08 10:21:50 +00:00
Yann Leboulanger
26d8624377
[Zod] convert GPG decrypted string to unicode. Fixes #4788
2009-02-08 09:56:38 +00:00
Yann Leboulanger
a4f9764f21
stanza sent at startup now start with Gajim_ instead of p. Fixes #4774
2009-02-07 12:47:13 +00:00
Yann Leboulanger
20edebbd33
handle XFCE notification-daemon. Fixes #4556
2009-02-07 09:11:40 +00:00
Yann Leboulanger
e0123f0c24
encrypt and decrypt GPG messages in a thread, and call a callback when it's finished (sending a message is now asyncronous). Fixes #4445
2009-02-06 19:01:36 +00:00
Yann Leboulanger
36f8280620
prevent traceback when closing a transport chat window. Fixes #4767
2009-02-03 15:10:56 +00:00
Yann Leboulanger
f4101fbb8b
fix traceback with atom pubsub. Fixes #4763
2009-02-02 06:43:19 +00:00
Yann Leboulanger
9d3cc64197
typo in string splitting
2009-02-01 21:12:11 +00:00
Yann Leboulanger
289cd81caa
[pvgoran] use correct function to get custom status message. Don't ask it if there is a default message configured. Fixes #4762
2009-02-01 21:09:48 +00:00
Yann Leboulanger
25f0ee832f
[knuckles] KDE notifications. Fixes #4749
2009-02-01 10:28:48 +00:00
Yann Leboulanger
0a8100df4a
[raa.lkml] disable photo viewer in GnuPG when verifying keys. Fixes #4760
2009-02-01 09:15:07 +00:00
Yann Leboulanger
d673e04935
negotiate esession only if enable_esessions is activated. Fixes #4738
2009-01-30 16:48:15 +00:00
Yann Leboulanger
ac05e57aa7
fix decode error in latex errors. Fixes #4744
2009-01-30 09:09:54 +00:00
Yann Leboulanger
5e2c8da594
new show_only_active_contact option. Fixes #3497
2009-01-30 07:53:26 +00:00
Mateusz Biliński
405f2d11b3
Removed premature triple-dots in contact's status message (MUC). Fixes #4741 (caused by changeset [11042]).
2009-01-30 00:52:48 +00:00
Yann Leboulanger
ffb52eb626
[Dicson] option have moved per account. Fixes #4748
2009-01-29 20:16:34 +00:00
Mateusz Biliński
b6b1f2bdb0
[dicson] fix #4741 (removed TBs in MUC)
2009-01-28 16:50:32 +00:00
Yann Leboulanger
0e452e55b9
fix missing commit. see [11033]
2009-01-28 13:16:45 +00:00
Yann Leboulanger
eba3911dd7
set speller language correctly, and show correct error message. Fixes #4737
2009-01-28 13:16:02 +00:00
Yann Leboulanger
554764400b
coding standards
2009-01-28 12:12:13 +00:00
Yann Leboulanger
816dc776b0
fix missing var
2009-01-28 12:10:10 +00:00
Yann Leboulanger
46e2b408de
add a parameter in GCMessage dbus event: highlight. Fixes #4739
2009-01-28 12:00:31 +00:00
Yann Leboulanger
086232adaa
fixed fields in dataforms don't have multiple <value/> elements. see #3200
2009-01-28 07:54:22 +00:00
Yann Leboulanger
6d9ea872e8
coding standards
2009-01-28 07:47:38 +00:00
Yann Leboulanger
0b7f2c3fe7
escape & in HTML messages.
2009-01-27 20:33:54 +00:00
Yann Leboulanger
f11c1b226a
allow ignore_unknown_contacts, send_os_info and log_encrypted_sessions to be set per_account in ACE. Fixes #4730
2009-01-27 08:48:17 +00:00
Yann Leboulanger
8603712990
metion account name in fingerprint changed dialog. Fixes $4735
2009-01-26 18:05:04 +00:00
Yann Leboulanger
2dec19d34f
test if dbus0x11 is installed before using dbus. Fixes #4715
2009-01-26 16:15:05 +00:00
Yann Leboulanger
2804251df6
infor user about success or failure of registration with an agent. Fixes #3474
2009-01-26 10:27:46 +00:00
Yann Leboulanger
2087fcb016
better way to get window maximized state. Fixes #4710 , see #4630
2009-01-26 09:22:28 +00:00
Yann Leboulanger
a35b0f72ba
[Merwok] decode correctly URLs in gajim-remote handle_uri. Fixes #4703
2009-01-25 21:38:35 +00:00
Yann Leboulanger
e1ae6ea0fe
ability to hide systray icon when there is no pending events. Fixes #4645
2009-01-25 09:19:24 +00:00
Yann Leboulanger
7a8b5aa309
move sound preferences in a separate window
2009-01-24 14:01:15 +00:00
Yann Leboulanger
8b61a2050f
don't fail when there is an unreadable certificate file.
2009-01-24 12:45:57 +00:00
Yann Leboulanger
c14c993574
really go away when we go autoaway from gnome-screensaver and autoaway time is not yet reached. Fixes #663
2009-01-23 20:30:55 +00:00
Yann Leboulanger
26ed4433b4
prevent in GUI when login / password is wrong, even if there is an unknown mechnism. see #4672
2009-01-23 17:27:21 +00:00
Julien Pivotto
3a80d25bad
Correctly disconnect muc's from roster. Fic #4720 .
2009-01-23 14:19:38 +00:00
Yann Leboulanger
ea881946f4
don't fail when we fail to open a certificate file. Fixes #4722
2009-01-23 09:24:17 +00:00
Yann Leboulanger
68cdc3a5f8
don't traceback when quitting a groupchat. Fixes #4684
2009-01-23 08:33:21 +00:00
Julien Pivotto
2a43e1c0e6
Display smileys in xhtm messages
2009-01-22 21:15:58 +00:00
Julien Pivotto
1738247d12
better xhtml-gui code
2009-01-22 20:43:15 +00:00
Yann Leboulanger
674924889f
some server require SSLv2. Fixes #4672
2009-01-22 20:39:31 +00:00
Yann Leboulanger
ce1880927e
remove code commited by mistake
2009-01-22 18:33:36 +00:00
Yann Leboulanger
5ff6ce2ca9
don't fail when first connection fails and we try to show profile window. see #4717
2009-01-22 17:53:46 +00:00
Yann Leboulanger
66aa2b5af4
fix traceback. Fixes #4712
2009-01-21 21:30:16 +00:00
Julien Pivotto
114909c3a9
Don't send xHtml if not needed. Fix #4612 .
2009-01-21 19:53:02 +00:00
Julien Pivotto
66fc900f5f
Oooops, remove some testing stuff
2009-01-21 18:04:47 +00:00
Julien Pivotto
194b41cfba
Prevent sending xHTML if not needed.
2009-01-21 18:00:33 +00:00
Yann Leboulanger
109c9d1004
don't traceback when there is no temp folder. Fixes #4629
2009-01-21 07:14:03 +00:00
Yann Leboulanger
49925786c2
store passwords in gnome keyring in another way. silently upgrade to the new way
2009-01-20 21:24:22 +00:00
Yann Leboulanger
cd9c041585
don't fail when stream version < 1.0. Fixes #4600
2009-01-20 09:07:41 +00:00
Yann Leboulanger
68550b731b
[gjc] use correct API to get password from gnome-keyring. Fixes #3631
2009-01-19 22:19:43 +00:00
Yann Leboulanger
cb1b0814a8
[Lucky] music track listenenr patch for totem player. Fixes #4705
2009-01-19 19:17:13 +00:00
Yann Leboulanger
9d6312d198
[shtein] save maximized state window. Fixes #4630
2009-01-17 13:50:15 +00:00
Yann Leboulanger
c58afbc2f9
don't traceback when we fail to announce new messahe on dbus. Fixes #4658
2009-01-17 12:56:33 +00:00
Yann Leboulanger
48d4199237
[dwd] re-enable TLS. Fixes #4674
2009-01-17 12:43:13 +00:00
Yann Leboulanger
03aa7de56c
initialise a pariable before it's used. Fixes #4692
2009-01-17 12:30:24 +00:00
Yann Leboulanger
d628fbef21
typo (append -> remove). Fixes #4618
2009-01-16 16:51:20 +00:00
Yann Leboulanger
e629ceb637
don't allow to send xhtml when gpg is active (because this part is not encrypted). Fixes #4650
2009-01-16 15:01:36 +00:00
Yann Leboulanger
77b5c85f18
load certificates from /etc/ssl/certs too. Fixes #4633
2009-01-15 17:54:28 +00:00
Yann Leboulanger
22239525a2
connection type in 'plain', not 'tcp'
2009-01-14 18:14:20 +00:00
Yann Leboulanger
dc7d34e471
fix previous commit: missing import and typo
2009-01-14 17:27:53 +00:00
Yann Leboulanger
6b2a816143
reapply patch for nslookup 9.6 that was remove with bosh merge. Fixes #4677
2009-01-14 17:24:07 +00:00
Yann Leboulanger
9b2382cd0e
[dwd] better way to encode using base64. Fixes #4568
2009-01-14 08:51:07 +00:00
Yann Leboulanger
5575502c0b
save certificate fingerprint when we don't have it.
2009-01-13 19:24:09 +00:00
Yann Leboulanger
3813f20888
don't allow to have several ssl_error / fingerprint_error / plain_connection / insecure_ssl dialog at the same time for one account. Fixes #4642
2009-01-13 19:20:12 +00:00
Yann Leboulanger
54283f7779
let banner size increase if we set a big font in it. Fixes #4670
2009-01-12 17:25:27 +00:00
Yann Leboulanger
5e710de4ea
make column resizable and reorderable in configure room dialog. Fixes #4667
2009-01-12 14:05:58 +00:00
Stephan Erb
593c23ebc8
Cosmetic only... as usaual: stanza_session.py. TODO: better variable names
2009-01-11 22:29:58 +00:00
Stephan Erb
d23aa630ba
ID will be autogenerated (like from): Done by dispatcher as it wraps transports send, when plugged into NonBlockingClient.
2009-01-11 21:00:58 +00:00
Stephan Erb
541167aa3e
Move IdleCommand from resolver.py to idlequeue.py
2009-01-11 17:54:41 +00:00
Stephan Erb
0f61260578
Use logic which idlequeue shall be used to idlequeue module.
2009-01-11 17:11:17 +00:00
Stephan Erb
f8e6635edf
Remove some (now) useless returns that where added because of a broken commit of mine...
2009-01-11 17:10:41 +00:00
tomk
2b0ef67c55
fixes #4657 - traceback on terminating stanza after BOSH init request
2009-01-11 15:12:28 +00:00
js
92a911da9b
If we don't have an interpreter for them, don't make them executable!
2009-01-11 14:47:21 +00:00
Stephan Erb
8a19e11bee
Add some FIXME statements due to open questions. Improve a two default parameters.
2009-01-11 13:42:39 +00:00
Yann Leboulanger
1383bb6a74
[shivan] improve strings in features window, make list sorted. Fixes #4571
2009-01-11 09:55:39 +00:00
js
6ede969f5f
Fix missing returns, so we don't run into that assert.
2009-01-10 22:46:26 +00:00
Yann Leboulanger
15ab37043e
remove duplicated STATUS_LIST variable
2009-01-10 16:45:52 +00:00
Stephan Erb
c8dc8cd758
Fix a potential traceback in onreceive() of NonBlockingTransport. A few more codingstandards
2009-01-10 16:44:11 +00:00
Yann Leboulanger
6080bea672
abilty to do some exceptions to invisible rule (to send custom status). Fixes #4631
2009-01-10 16:37:57 +00:00
Brendan Taylor
d9277816c7
log latex output instead of dumping it straight to stdout
2009-01-09 21:27:01 +00:00
Brendan Taylor
898bc7c347
gave latex processing its own file, merged duplicate processing and
...
detection code
2009-01-09 19:55:26 +00:00
Brendan Taylor
9298312369
detect latex support at startup
2009-01-09 18:40:17 +00:00
Brendan Taylor
02659358db
better use of pickle
2009-01-09 18:40:01 +00:00
Yann Leboulanger
bd759262bb
Don't change sleeper state when we send a presence to a user, to not think global status has changed from invisible. see #4631
2009-01-09 18:34:56 +00:00
Stephan Erb
bc3445881f
Rename client.py to plugin.py, as all client logic has already been moved to client_nb.py
...
Introduce a get_instance factory method for all plugins and other xmpp related classes. This will help us to decouple plugs in order to make them testable.
2009-01-09 00:49:58 +00:00
Stephan Erb
e00f871b26
Use hashlib module in favor of sha and md5.
2009-01-08 16:51:26 +00:00
Stephan Erb
cca10e6d29
A few more coding standards and readability improvements in client_nb.py.
2009-01-08 16:30:27 +00:00
Stephan Erb
10449444dd
Switch to SSL version 3 as the channel encryption protocol. As of http://docs.python.org/dev/library/ssl.html this is the maximally compatible SSL variant.
2009-01-08 16:14:26 +00:00
Brendan Taylor
b03483868b
don't display weird image in chat window when latex fails
2009-01-08 00:47:03 +00:00
Stephan Erb
a72b1ced91
Remove print statement.
2009-01-07 20:45:03 +00:00
Yann Leboulanger
12c54d9c17
remember which metacontacts were collapsed / expanded and restore their states. Fixes #4618
2009-01-06 11:13:10 +00:00
Yann Leboulanger
13e6b4e58f
install gajim-history-manager to bin directory, remove shebang line in py files. Fixes #4624
2009-01-06 07:16:07 +00:00
Yann Leboulanger
a4132ee58b
ability to use adtadir environment variable to set data directory
2009-01-05 15:12:19 +00:00
Stephan Erb
ed3de38ce5
Revert r10931. Fixes #4632 . See #2634
2009-01-03 16:34:58 +00:00
Stephan Erb
28112d6681
Fix indentation error.
2008-12-31 14:04:42 +00:00
Stephan Erb
8a76efb703
Proposed Fix. Make sure we read all data from our SSL socket wrappers and don't just rely on gobject.io_add_watch, select or poll.
...
This isn't really a clean solution, but the less intrusives fix that I can think of. Fixes #2634 .
2008-12-31 14:01:53 +00:00
Yann Leboulanger
be92286bed
a contact can be in none group. Fixes #4627
2008-12-31 09:21:14 +00:00
Yann Leboulanger
08cd4773b0
don't try to send some XML if we are disconnected/disconnecting/ Fixes #4605
2008-12-28 22:51:39 +00:00
Stephan Erb
b2a5b1046c
Remove print.
2008-12-28 14:55:23 +00:00
Stephan Erb
d8a2d8f447
Backport a few XMPPPY upstream changes.
...
* Use namespace instead of attrs={} for addChild
* Unplug SASL module on auth failure (we currently disconnect so don't really need it)
2008-12-28 14:53:20 +00:00
Stephan Erb
f83eb5ae95
Remove two more "from protocol import *".
2008-12-28 01:52:21 +00:00
Brendan Taylor
e98a648908
added licence notice to common/xmpp/c14n.py
2008-12-28 01:39:39 +00:00
Stephan Erb
7c0b1e4ed0
Module documentation for c14n.py.
2008-12-28 01:32:34 +00:00
Stephan Erb
8b3833b443
Coding standards and documentation improvements in features_nb.py. Remove unused methods.
2008-12-28 01:29:33 +00:00
Stephan Erb
d7091c74a4
Remove method that was implemented for old, blocking dispatcher but is now unused.
2008-12-28 00:01:48 +00:00
Stephan Erb
aa9a85767f
Move module documentation ontop, so that it will show up in epydoc correctly.
2008-12-27 12:36:28 +00:00
Stephan Erb
c373f044db
Append vim config to resolver.py
2008-12-27 12:28:39 +00:00
Stephan Erb
233848aec0
Random bits in xmpp. Cosmetic only.
2008-12-27 11:45:58 +00:00
Stephan Erb
b7400724b7
Coding standards and documentation improvements in dispatcher_nb.py. Many open questions remain at my side. Please check FIXMEs.
2008-12-27 11:39:52 +00:00
Stephan Erb
de73b76771
Coding standards and documentation improvements in auth_nb.py
2008-12-26 15:39:18 +00:00
Stephan Erb
7427399a2a
More coding standards and documentation improvements in client_nb.py
2008-12-26 15:25:57 +00:00
Stephan Erb
afbac3d3e6
Coding standards and documentation improvements in idlequeue.py.
...
Fix a potential bug of missing an alarm_callback. Separate public from internal API.
2008-12-26 13:24:37 +00:00
Yann Leboulanger
507bd7b8c6
cache os information so it's requested to system only once
2008-12-24 15:00:38 +00:00
Stephan Erb
40d802284e
Coding standards and documentation improvements in client_nb.py
2008-12-24 14:41:26 +00:00
Stephan Erb
5139e7c8d0
Add credits and remove outdated documentation from __init__.py
2008-12-24 14:28:17 +00:00
Stephan Erb
6999e1bbb6
Make three docstrings epydoc enabled. See http://epydoc.sourceforge.net/manual-docstring.html
2008-12-24 13:56:02 +00:00
Stephan Erb
59b0216898
Remove Jacob Lundqvist's xmpp/debug.py module. We have switched to builtin python logging.
2008-12-24 13:51:15 +00:00
Stephan Erb
a8cfd83c3e
Move GObjectIdleQueue from gajim.py to idlequeue.py
2008-12-24 13:44:23 +00:00
Stephan Erb
6b5e9ea7ce
Documentation improvements in client.py
2008-12-24 13:25:57 +00:00
Yann Leboulanger
ad7c64998a
better handling of error when receiving a filetransfer without bytestream feature. Fixes #4607
2008-12-24 12:11:02 +00:00
Stephan Erb
9ec00eda74
Document consturctor in proxy_connector.py
2008-12-24 11:41:09 +00:00
Stephan Erb
1e00674505
Coding standards and documentation improvements in tls_nb.py
2008-12-24 11:10:58 +00:00
Stephan Erb
5c02a907b4
Coding standards and documentation improvements in transports_nb.py
2008-12-24 11:10:38 +00:00
Yann Leboulanger
7163be96e0
backport diff from 0.12 branch
2008-12-22 10:38:05 +00:00
Yann Leboulanger
45f9366d58
do'nt try starttls if stream version < 1.0. Fixes #4600
2008-12-22 09:59:35 +00:00
Jean-Marie Traissard
f8831b947d
Faster and cleaner version of groupchat_control.needs_visual_notification().
...
Thanks to omega for idea.
Now also highlighted for @nick or <nick> but not for "Gajim" if you are "jim"
2008-12-21 20:41:14 +00:00
Yann Leboulanger
8cf97654b8
notification-daemon doesn't seem to like empty text string.
2008-12-19 18:48:25 +00:00
Yann Leboulanger
08bb703640
fix GSSAPI authentication
2008-12-18 18:16:04 +00:00
Yann Leboulanger
549511d2e5
import updated files for 0.12 from 0.12 branch
2008-12-17 09:30:11 +00:00
Yann Leboulanger
9bf0632b43
fix missing variable in zeroconf
2008-12-16 20:41:13 +00:00
Yann Leboulanger
a09cbaddf1
remove useless print
2008-12-16 07:14:45 +00:00
Yann Leboulanger
b317ffcdae
merge BOSH branch to trunk
2008-12-15 21:06:08 +00:00
Yann Leboulanger
24bb239fdb
prevent traceback when server doen't include a query in jabber:iq:roster reply. Fixes #4579
2008-12-15 15:32:59 +00:00
Yann Leboulanger
5c8cd8839a
revert [10848] That's not the way to solve the problem you're trying to fix: first keepalive packet is sent too early.
2008-12-15 14:39:12 +00:00
js
23c99ac920
Use more sane timeout values. 2 min should be ok.
2008-12-15 13:41:08 +00:00
Brendan Taylor
aeff9046ab
a fix for autonegotiation after esessions were disabled
2008-12-13 18:10:37 +00:00
Yann Leboulanger
d0c3b6fd44
prevent sending messages to invalid JIDs. Fixes #4577
2008-12-13 14:43:46 +00:00
Yann Leboulanger
d820977e16
ctrl+Insert copy text too. Fixes #4580
2008-12-13 14:32:37 +00:00
js
23905492f5
Merge r10825 from osx_newbuildsys branch, as this might be useful on
...
X11 and win32 as well.
2008-12-13 10:42:01 +00:00
Yann Leboulanger
8d18e48af4
fix finding room jids in database. Fixes #4576 , #4578
2008-12-12 17:51:22 +00:00
Yann Leboulanger
5f6c7d858f
ignore show that are not in RFC-3921.
2008-12-11 22:04:25 +00:00
Yann Leboulanger
2633b5bf16
don't require to still be in the room to read pm. Fixes #4570
2008-12-11 21:15:52 +00:00
Yann Leboulanger
fe908b118e
don't escape gmail email notifications twice
2008-12-07 22:36:20 +00:00
Yann Leboulanger
944a3124c1
add missing import
2008-12-07 13:23:27 +00:00
js
ad727e47ab
Remove debug output.
2008-12-06 21:26:35 +00:00
Yann Leboulanger
2c9da5bf87
no need to escape title in notifications
2008-12-06 12:43:15 +00:00
Yann Leboulanger
3cc3283749
fix var name
2008-12-06 12:21:12 +00:00
Yann Leboulanger
0acaa647bd
fix caps stuff introduced in [10596]
2008-12-06 11:05:26 +00:00
Yann Leboulanger
28bc50316e
better keypress handling
2008-12-05 14:12:31 +00:00
Yann Leboulanger
d8c9aa0c5a
make widgets insensitive in history window where there is no jid selected. Fixes #4553
2008-12-05 10:38:44 +00:00
Yann Leboulanger
200a29e06c
Under vista, we can listen on both ipv4 and ipv6. Fixes #4452
2008-12-04 20:44:42 +00:00
Yann Leboulanger
7e2f44bee5
a new exception can be raised with [10752], handle it. Fixes #4547
2008-12-04 07:07:12 +00:00
Yann Leboulanger
fb5df8aa64
update features window and README about idle module
2008-12-03 23:00:05 +00:00
Yann Leboulanger
20d53262c6
added missing idle module
2008-12-03 22:57:43 +00:00
Yann Leboulanger
d1a0a436c7
[thorstenp] use ctype to have idle. No need to compile it from C. Fixes #4260
2008-12-03 22:46:55 +00:00
Yann Leboulanger
0830a5fe73
[thorstenp] use sorted() and list comprehension
2008-12-03 22:07:44 +00:00
Yann Leboulanger
89f02b1feb
[thorstenp] replace filter lambda with list comprehension
2008-12-03 22:04:42 +00:00
Yann Leboulanger
88ef121510
[thorstenp] fix rederer typo
2008-12-03 21:58:08 +00:00
Yann Leboulanger
aa507f43e6
[thorstenp] remove uselexx space
2008-12-03 21:57:14 +00:00
Yann Leboulanger
e389e0b16b
[thorstenp] remove whitespace at eol
2008-12-03 21:56:12 +00:00
Yann Leboulanger
0d33683944
[thorstenp] remove some utf8 byteorder mark
2008-12-03 21:39:21 +00:00
Yann Leboulanger
fe33410b43
[thorstenp] fix unequal operator
2008-12-03 21:38:31 +00:00
Yann Leboulanger
c271d1f15a
fix bad indentation
2008-12-03 21:37:54 +00:00
Yann Leboulanger
3392c54dd0
[thorstenp] fix empty exception clauses
2008-12-03 21:37:05 +00:00
Yann Leboulanger
f0dce41ab6
fix string exceptions
2008-12-03 21:35:07 +00:00
Yann Leboulanger
5eb402ba4b
[thorsten] pfix exceptions not inheriting from exception
2008-12-03 21:26:34 +00:00
Yann Leboulanger
088378a9b7
[thorstenp] fix reimported modules
2008-12-03 21:23:04 +00:00
Yann Leboulanger
22f2cb37a7
[thorstenp] don't use deprecated string module
2008-12-03 21:13:40 +00:00
Yann Leboulanger
70abf6a955
[thorstenp] self as first argument of method
2008-12-03 21:12:32 +00:00
Yann Leboulanger
1d94f0fbff
fix some typo. Fixes #4545
2008-12-03 20:45:26 +00:00
Yann Leboulanger
1865294a25
[thorstenp] fix access to members before definition
2008-12-03 19:56:37 +00:00
Yann Leboulanger
60ba33eb31
[thorstenp] fix possible undefined loop variables
2008-12-03 17:38:16 +00:00
Yann Leboulanger
31dc32eeb9
[thorstenp] fix redefined builtins
2008-12-03 17:16:04 +00:00
Yann Leboulanger
c163e90b10
[thorstenp] fix unused variables
2008-12-02 15:53:23 +00:00
Yann Leboulanger
b3efd60822
[thorstenp] fix global use
2008-12-02 15:13:08 +00:00
Yann Leboulanger
7701f29beb
[thorstenp] fix undefined variables
2008-12-02 15:10:31 +00:00
Yann Leboulanger
e2118de64c
[thorstenp] remove useless import
2008-12-02 14:44:26 +00:00
Yann Leboulanger
983301d589
[thorstenp] convert some strings to comment
2008-12-02 14:09:18 +00:00
Yann Leboulanger
630c15e2d0
[thorstenp] remove redefined fnuction
2008-12-02 14:07:11 +00:00
Yann Leboulanger
36afb4e558
[thorstenp] comment useless code
2008-12-02 14:05:43 +00:00
Yann Leboulanger
11deb3b933
[thorstenp] remove useless pass
2008-12-02 14:03:32 +00:00
Yann Leboulanger
20ff72c523
[thorstenp] fix statements
2008-12-02 14:02:45 +00:00
Yann Leboulanger
eed5dc4e72
[thorstenp] remove useless semicolons
2008-12-02 13:58:54 +00:00
Yann Leboulanger
e90375bad3
check if remote contact support esession or session. If it supports esession, it supports session but may not announce it. see #4429
2008-12-02 09:49:49 +00:00
Yann Leboulanger
3a548491a9
strftime doesn't support %T. It works under linux (why?) but not under windows. Fixes #4526
2008-12-01 10:56:14 +00:00
Yann Leboulanger
27bc3bba1a
revert r10690 and r10691, it's not translatable
2008-12-01 10:03:04 +00:00
Yann Leboulanger
3ce1baa5d3
[urandom] fix position of notification when attach_to_systray is enabled. Fixes #4537
2008-11-30 21:37:50 +00:00
Yann Leboulanger
e9b1726e99
coding standard
2008-11-30 21:32:59 +00:00
Yann Leboulanger
1d4455bc20
fix missing argument
2008-11-30 18:59:34 +00:00
Yann Leboulanger
941ab84d22
fix typo
2008-11-30 18:58:32 +00:00
Yann Leboulanger
3e88fdf41e
check session support instead of Esession support, and announce we support it. Fixes #4429
2008-11-30 18:53:02 +00:00
js
68b41e43ae
Also apply our notexistant caps trick to XHTML.
2008-11-30 18:16:11 +00:00
Stephan Erb
8d0ff396b1
Do not duplicate a contact in roster on subscription changes. Fixes #4524 .
...
For performance reasons, get_contact_iters() cannot find a contact if get_shown_groups() returns something different to what has been applied to roster model. The contact was therefore duplicated as it was believed not to be there...
2008-11-29 23:43:23 +00:00
Yann Leboulanger
8907f71c86
fix session problem when other part don't support sessions. Fixes #4429
2008-11-29 18:50:03 +00:00
js
5a5937d96d
Really fix #4517 .
2008-11-29 13:37:06 +00:00
Yann Leboulanger
df1e5ee990
better handling of sessions in zeroconf. Fixes #4529
2008-11-28 15:34:56 +00:00
Yann Leboulanger
9d471b700c
prevent traceback when Connection fails. Fixes #4532
2008-11-28 09:59:36 +00:00
Yann Leboulanger
91cc491173
[Simo Sorce] fix GSSAPI to use FQDN. See #2465
2008-11-28 07:27:42 +00:00
Yann Leboulanger
961e4426ff
coding standards
2008-11-28 07:25:31 +00:00
Yann Leboulanger
4bef0e5cdf
no need to create html twice
2008-11-28 07:25:00 +00:00
Yann Leboulanger
fbd1127930
send empty tune when we disconnect an account. Fixes #4512
2008-11-26 22:44:17 +00:00
Stephan Erb
afd8e1819d
Correctly remove Observer and NotInRoster contact in one special case. Does not affect pending bug. See #4524 .
2008-11-26 21:15:15 +00:00
Stephan Erb
e0a365a234
Indicate that some methods are only intended for internal usage.
2008-11-26 21:11:08 +00:00
Yann Leboulanger
4cf9d0d622
if a SASL mechanism fails, try the others before abording authentification
2008-11-26 12:45:05 +00:00
Yann Leboulanger
73e4e000b9
fix typo. Fixes #4525
2008-11-26 08:50:33 +00:00
Yann Leboulanger
f9034952e0
allow sending None tune on startup. Fixes #4512
2008-11-25 15:00:23 +00:00
Stephan Erb
239d041b08
Fix IndentationError.
2008-11-25 14:02:24 +00:00
Yann Leboulanger
d155b90c3c
fix zeroconf to handle parameters of send_message (xhtml, forward_from, delayed). Fixes #4514
2008-11-25 12:51:31 +00:00
Yann Leboulanger
3b13665574
use correct title from quodlibet. fixes #4510
2008-11-25 06:11:16 +00:00
Yann Leboulanger
04e88bab3c
coding standards
2008-11-24 17:00:20 +00:00
Yann Leboulanger
482cb1ee1d
[sjm] quodlibet support. Fixes #4510
2008-11-24 15:58:48 +00:00
Yann Leboulanger
bbafb36ada
escape text before sending it to notification daemin. Fixes #4517
2008-11-24 09:48:27 +00:00
Yann Leboulanger
c294fa0d6e
fix previous commit
2008-11-24 09:43:06 +00:00
Yann Leboulanger
0c6b1a391b
[nebm51] don't open a console window under windows when runnin latex. Fixes #4519
2008-11-24 09:38:28 +00:00
js
5e6d15837c
Make previous patch translatable.
2008-11-23 19:26:45 +00:00
js
bc5795a10b
[killerfox] Show chatstate in title if no tabs left
2008-11-23 19:23:21 +00:00
js
2c7c345a7c
[kaylan] Remember size and position of history window. Closes #2824 .
2008-11-23 19:17:58 +00:00
Stephan Erb
917f6fc3a5
Prevent a group from being hidden when its renamed in roster.
2008-11-23 18:25:27 +00:00
Yann Leboulanger
750af45abe
don't consider buggy messages as groupchat messages if there is no nickname. Fixes #3700
2008-11-23 17:17:44 +00:00
Brendan Taylor
2bb2d0132e
don't autonegotiate after you've disabled e2e
2008-11-23 04:52:55 +00:00
js
1b1ef68860
Fix typo.
2008-11-21 22:32:35 +00:00
Jean-Marie Traissard
c785aee667
[Astro] typo
2008-11-21 13:11:05 +00:00
Yann Leboulanger
f059f3948f
[Florob] handle xmpp: and mailto: in a nicer way in conversations. Fixes #4245
2008-11-21 11:05:11 +00:00
Yann Leboulanger
c69b4e90b6
detect and handle incorrect stream start. Fixes #4499
2008-11-21 10:02:16 +00:00
js
4728a3d960
Show warning after 3 seconds - I don't want to wait 4 before I see if
...
my message has been received. This is a compromise between my 2 secs
and Jim's 4 sec :).
2008-11-20 16:20:19 +00:00
Yann Leboulanger
7e14a4dd31
fix indentation
2008-11-20 15:47:20 +00:00
js
8bde5748f9
Actually, this caused problems.
2008-11-20 15:44:06 +00:00
Yann Leboulanger
13763e3350
remove bad FIXME. we don't want to move to gtk.statusicon until they support animations and possibility to build tooltip on the fly
2008-11-20 15:37:26 +00:00
js
a1c1163d16
Only allow using XHTML if the receiver supports it.
2008-11-20 15:19:25 +00:00
Yann Leboulanger
0b93973c46
[shutnik] improved os info under posix. Fixes #4506
2008-11-20 14:37:38 +00:00
Yann Leboulanger
27dfe571c4
[Florob] use new stop command in pep instead of retract when we temporary stop sending pep item. Fixes #4502
2008-11-20 12:57:29 +00:00
Yann Leboulanger
a3f6b82ae5
fix docutils installation under windows. css file was not included in library.zip. Fixes #4495
2008-11-19 21:47:28 +00:00
Yann Leboulanger
b00b1ce0f4
correctly decode non-ascii chars when looking in roster. Fixes #4496
2008-11-18 21:59:14 +00:00
Yann Leboulanger
02230e0607
hide tooltip when we press a button in groupchat. Fixes #4479
2008-11-18 21:43:35 +00:00
Yann Leboulanger
8f6d262901
better GTK bug workarround. see #4310
2008-11-18 20:16:23 +00:00
Yann Leboulanger
6af52eef21
don't fail when abnshee don't return every info. Fixes #4492
2008-11-18 08:52:16 +00:00
Stephan Erb
f72fc7f2ab
Prevent possible traceback when selecting a row while ServiceBrowser is still loading.
2008-11-17 21:13:12 +00:00
Yann Leboulanger
f6697682c1
default browser is ToplevelAgentBrowser instead of AgentBrowser. It is more general.
2008-11-17 15:08:22 +00:00
Yann Leboulanger
8a00cf61d8
fix html tag handling. Fixes #4480
2008-11-15 08:23:32 +00:00
Julien Pivotto
5a31ba2ef0
Very basic integration of xHtml GUI
2008-11-14 11:13:15 +00:00
Yann Leboulanger
0641beb5d4
fix auto away after a connection cut. Fixes #4473
2008-11-13 21:37:46 +00:00
Yann Leboulanger
8babbb1de3
revert [10593]. see #4449
2008-11-12 20:04:25 +00:00
Yann Leboulanger
5ea8598686
update groupchat contact instance when we get a pm presence
2008-11-11 22:02:32 +00:00
Yann Leboulanger
96ec9fb6bf
alpha -> beta
2008-11-11 20:45:44 +00:00
Yann Leboulanger
f1526df243
hide add bookmark menuitem in groupchat banner popup menu when room is already bookmarked
2008-11-11 19:15:55 +00:00
Jean-Marie Traissard
e76817e77e
If an avatar or vcard filename is > 48, use its hash for filename instead. I used the md5
...
method already in the same file. Fixes #4273 .
2008-11-11 15:00:18 +00:00
Stephan Erb
8b945f69fa
Do not draw roster when toggeling compact window mode. Fixes #4469 .
2008-11-11 13:54:46 +00:00
Jean-Marie Traissard
e2f562b4f8
Removed some unused imports
2008-11-11 00:02:43 +00:00
Stephan Erb
588f659d84
Small bugfix and introduce a new function in roster window.
...
* draw_completely: draw contact, mood, activity... of a given jid
* For metacontacts over several accounts, not all avatars were shown correctly when the second accounts connected
2008-11-10 23:11:31 +00:00
Yann Leboulanger
14482c1e36
don't crash when fluxbox restarts. see http://bugzilla.gnome.org/show_bug.cgi?id=449858
2008-11-10 22:07:32 +00:00
js
5b1eb90557
Handle bookmark button in chat window like we handle add contact.
2008-11-10 20:06:28 +00:00
Yann Leboulanger
7bc8f16012
[kalyan] don't show error when we press enter in chat while offline if enter is just for a line break. Fixes #3852
2008-11-10 13:27:25 +00:00
Yann Leboulanger
1078112473
prevent a traceback with completion. Fixes #4461
2008-11-09 21:40:14 +00:00
Yann Leboulanger
015a4ac038
don't show empty group when searching in ACE. see #4465
2008-11-09 09:02:28 +00:00
js
254dcd2f1c
Added new activities.
2008-11-08 22:26:05 +00:00
Stephan Erb
246e549012
Improved "is_groupchat" logic. Fixes #4413 .
2008-11-08 22:00:56 +00:00
Jean-Marie Traissard
67d38a0b86
Stop hiding options with an empty value in ACE
2008-11-08 11:41:38 +00:00
Jean-Marie Traissard
fdc6b9d8bc
-Use common format for function documentation.
...
-Specify separation for 'gc_nicknames_colors' option.
2008-11-08 11:14:31 +00:00
Yann Leboulanger
a76f6b0133
show value in dataforms if there is no label
2008-11-07 22:22:58 +00:00
Yann Leboulanger
b68a7a944b
fix missing import
2008-11-07 21:47:26 +00:00
Yann Leboulanger
f87a97b683
get var where it is (missing self.). Fixes #4459
2008-11-07 08:36:55 +00:00
Stephan Erb
0684ec1d3d
Disable assertions. Remove a statement which is not supported by python24.
2008-11-06 08:19:24 +00:00
Yann Leboulanger
540fba2aaa
prevent some disk write error and show error dialog.
2008-11-06 08:10:36 +00:00
Yann Leboulanger
b632a8d2e1
[thorstenp] improve advanced configuration editor speed. see #4457
2008-11-05 20:26:58 +00:00
Yann Leboulanger
2521ea6080
[thorstenp] enable buffering of expat. see #4457
2008-11-05 20:03:27 +00:00
Yann Leboulanger
9b81b5d239
[thorstenp] delay remote control creation to speed up startup
2008-11-05 20:00:57 +00:00
Yann Leboulanger
eb93f2a19e
[thorstenp] remove useless import
2008-11-05 20:00:18 +00:00
Yann Leboulanger
aaa82b8202
[thorstenp] import idna only when needed. see #4457
2008-11-05 19:48:58 +00:00
Yann Leboulanger
47f34bcd56
finish removing lastFM support. done in #9644
2008-11-05 19:45:57 +00:00
Yann Leboulanger
bf169f302a
[thorstenp] sort emoticons with sorted function. See #4457
2008-11-05 18:31:06 +00:00
Yann Leboulanger
7cb91c8b08
fix regex compiling
2008-11-05 18:30:21 +00:00
Yann Leboulanger
a86f4d4d96
[thorstenp] compile regexes on demand. See #4457
2008-11-05 18:29:24 +00:00
Yann Leboulanger
4eb3a5b5ed
[thorstenp] render filetransfer window icons on demand. See #4457
2008-11-05 18:26:58 +00:00
Yann Leboulanger
a368839123
[thorstenp] import rst generator only when needed. see #4457
2008-11-05 18:25:40 +00:00
Yann Leboulanger
573ddce6c7
use regex to parse config file. See #4457
2008-11-05 18:21:47 +00:00
Yann Leboulanger
2603ee19cd
don't require node in disco answer. It's only a should in XEP-0030. Fixes #3936
2008-11-04 22:03:54 +00:00
Yann Leboulanger
cc685f1c24
request jabber:iq:last only when contact is offline. Fixes #4434
2008-11-04 10:45:48 +00:00
Yann Leboulanger
3f88abaf27
fix tb when we receive pep info from a room. Fixes #4449
2008-11-03 16:36:15 +00:00
Yann Leboulanger
67d19a226d
handle mood in messages, send mood in message if pep is not supported on server. Fixes #4449
2008-11-03 14:25:08 +00:00
Yann Leboulanger
bf93cb76f1
detect latex conversion error and print them in textview. Fixes #4439
2008-11-03 10:33:14 +00:00
Yann Leboulanger
e706e86c2e
disable bookmark button / menuitem when room is already bookmarked. Fixes #4156
2008-11-03 06:08:10 +00:00
Yann Leboulanger
3d7ef26ddb
prevent traceback when removing idle object. fixes #4391
2008-11-02 16:28:29 +00:00
Yann Leboulanger
14140077ad
[afflux] don't close Gajim after the first disconnect, but after all disconnects. Fixes #4409
2008-11-02 15:48:14 +00:00
Yann Leboulanger
223dc0a8f2
don't count echo as a file transfer proxy. Fixes #4411
2008-11-02 15:02:49 +00:00
Yann Leboulanger
f5ae955764
show bookmark title instead of jid in tabs and roster. Fixes #4420
2008-11-02 14:31:11 +00:00
Yann Leboulanger
bd8ae59a76
Use Alt+T to change subject in a room instead of Ctrl+T
2008-11-02 14:04:46 +00:00
Yann Leboulanger
c4d27cb340
don't print missing optional modules to stderr. Fixes #4433
2008-11-02 13:33:12 +00:00
Yann Leboulanger
25935a2f25
add a default icon in disco window when there is no icon to show. Fixes #4442
2008-11-02 13:20:12 +00:00
js
2e24b393c3
D'oh!
2008-10-30 21:49:49 +00:00
js
e3b2ee4ea6
Updated moods to version 1.2 of the XEP.
2008-10-30 19:01:26 +00:00
Stephan Erb
24f8305b81
Update banshee current track when necessary. Defective by design but working. Fixes #2229
2008-10-27 22:06:58 +00:00
Brendan Taylor
bd7bac578f
partial fix for renegotiating pm e2e sessions after one party
...
disconnects
2008-10-25 19:48:01 +00:00
js
6e20ce60f6
Add proxy65.talkonaut.com to default list of proxies.
2008-10-25 18:43:45 +00:00
js
c3f82257e1
Forgot to also sort the activites in the variable after changing them
...
in the glade file.
2008-10-24 17:18:10 +00:00
js
9519d1bd6a
A subactivity of other means we have no subactivity.
2008-10-24 17:10:30 +00:00
js
90b2d8fa8d
Fix #4140 .
2008-10-24 17:00:39 +00:00
Yann Leboulanger
ee85e67da2
fix var name. Fixes #4430
2008-10-24 12:10:05 +00:00
Yann Leboulanger
8f9f2bf276
fix re-joining a groupchat when control is already opened. Fixes #4425
2008-10-23 17:19:57 +00:00
Yann Leboulanger
ccc0cfd708
fix setting free for chat status through adhoc commands. fixes #1910
2008-10-23 16:52:29 +00:00
Yann Leboulanger
1a8b77f1cc
revert thorstenp's patch [10510] that breaks setting all contacts offline when we go offline.
2008-10-23 16:17:03 +00:00
Yann Leboulanger
4a06659912
try to connect to next type when connection is refused (server not listening on 5223)
2008-10-22 19:59:14 +00:00
Yann Leboulanger
7ca670a303
assign variable soon enough.
2008-10-22 18:13:43 +00:00
Yann Leboulanger
6c41d9ecd4
show a link to wiki to restore malformed database. see #4428
2008-10-22 17:31:45 +00:00
Yann Leboulanger
fd7f0734b6
remove useless print
2008-10-22 15:49:31 +00:00
Yann Leboulanger
e2a511b379
inform user when databas is malformed. Fixes #4428
2008-10-22 15:48:35 +00:00
js
72f30bd80b
Complete activity icon set.
...
Special thanks to Rederick Asher!
Fixes #4140 .
2008-10-22 14:21:57 +00:00
Yann Leboulanger
6fc5ffe276
fix non blocking connect. don't block when connect fails. Fixes #4366 , #4107
2008-10-21 15:50:20 +00:00
Yann Leboulanger
06ab4a7b6d
revert thorstenp patches for now. They introduce bugs.
2008-10-20 21:38:06 +00:00
Yann Leboulanger
f801a50260
[thorstenp] fix unused variables
2008-10-20 21:17:48 +00:00
Yann Leboulanger
297a81325b
[thorstenp] fix globals
2008-10-20 18:08:25 +00:00
Yann Leboulanger
dc5d7bcf7c
[thorstenp] fix undefined variables
2008-10-20 18:05:33 +00:00
Yann Leboulanger
c2c681e05c
[thorstenp] remove useless import
2008-10-20 17:54:02 +00:00
Yann Leboulanger
86271b6e3c
[thorstenp] string to comment
2008-10-20 15:30:52 +00:00
Yann Leboulanger
010be12d8c
[thorstenp] remove duplicate function
2008-10-20 15:25:53 +00:00
Yann Leboulanger
c638f0c6ad
[thorstenp] fix unreachable code
2008-10-20 15:24:54 +00:00
Yann Leboulanger
c9f3c94bb3
[thorstenp] remove useless pass
2008-10-20 15:21:26 +00:00
Yann Leboulanger
464f62d580
[thorstenp] remove statements without effect
2008-10-20 15:20:51 +00:00
Yann Leboulanger
98255a0671
[thorstenp] remove useless ;
2008-10-20 15:16:01 +00:00
Yann Leboulanger
7055eec326
fix typo
2008-10-16 18:40:00 +00:00
Yann Leboulanger
44277d6c40
prevent traceback. Fixes #4319
2008-10-16 17:19:22 +00:00
Jean-Marie Traissard
4917e0c3df
Changing receipt not received warning timeout from 2 to 4 seconds, not everybody has a
...
good connection.
2008-10-13 08:09:29 +00:00
Jean-Marie Traissard
269028ec78
GC are now opened without automatic switch to tab, stop them stealing current tab focus
...
when connected. Still no fix for #3908 :/
2008-10-13 08:01:22 +00:00
Yann Leboulanger
d37ca09fc0
better var name
2008-10-12 20:32:24 +00:00
Yann Leboulanger
974543edf0
show minimized room in roster in red if we have been highlighted.
2008-10-12 19:17:09 +00:00
Yann Leboulanger
02ac05ed19
don't close a MUC when we said we don't want.
2008-10-12 12:52:26 +00:00
Yann Leboulanger
7d3bff5b58
update Contact instance in privateChatControl. see #4292
2008-10-12 11:20:35 +00:00
Brendan Taylor
b9db39e0a9
disable autonegotiation if e2e is manually started or started by a
...
failed decrypt
2008-10-12 00:51:24 +00:00
Brendan Taylor
8757449816
fix renegotiation when a message was unable to decrypt. fixes #4360 .
2008-10-11 22:37:11 +00:00
Brendan Taylor
6e596e3db0
renegotiate e2e after somebody reconnects (still doesn't work for PM)
2008-10-11 22:02:20 +00:00
Brendan Taylor
addbc34bc6
fix tb when closing a message window
2008-10-11 19:58:22 +00:00
Yann Leboulanger
4f55c1826a
fix var names. type -> type_. see #4403
2008-10-11 13:21:25 +00:00
Yann Leboulanger
ecba68961d
fix dict.get() call. Fixes #4402
2008-10-11 13:10:53 +00:00
Yann Leboulanger
0afc57ad6d
[Mishail] fix var name. Fixes #4403
2008-10-11 13:06:59 +00:00
Yann Leboulanger
0b56b3c44d
re-add badly removed line in [10506]
2008-10-11 10:51:26 +00:00
Yann Leboulanger
5d2790ab11
remove debuging ipython window creation. Fixes #4401
2008-10-11 10:49:52 +00:00
Yann Leboulanger
158538b81c
[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)
2008-10-11 10:22:04 +00:00
Yann Leboulanger
7ca3dabbb9
[thorstenp] don't use tuple as parameters
2008-10-11 10:11:24 +00:00
Yann Leboulanger
fd54e68e6d
[thorstenp] some fixes with type() -> isinstance()
2008-10-11 10:06:49 +00:00
Yann Leboulanger
992e90208e
[thorstenp] use != instead of <>
2008-10-11 10:02:49 +00:00
Yann Leboulanger
196dd7e30a
[thorstenp] use isinstance rather than type(x) == y. use sorted()
2008-10-11 09:59:52 +00:00
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
ba12a63d55
[thorstenp] replace file with open
2008-10-11 09:38:17 +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
ecce19505c
prevent traceback when private message window creation fails. Fixes #4393
2008-10-09 14:27:52 +00:00
Yann Leboulanger
eef9cf2de9
don't allow to enable GPG encryption if no GPG key is assigned.
...
Better getInfoDialog when no key is assigned. Fixes #4330
2008-10-08 20:11:06 +00:00
Yann Leboulanger
9850bfccc8
latex simply works on windows. Fixes #4378
2008-10-08 17:48:05 +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
c9b7dc6827
[misc] check existance of control before checking control type. fixes #4385
2008-10-07 08:20:46 +00:00
Yann Leboulanger
5795a27162
prevent traceback in case a groupchat comes in roster. fixes #4362
2008-10-06 20:42:56 +00:00
Yann Leboulanger
e0a7fb8966
don't create None sub-option. Fixes #4379
2008-10-05 21:11:40 +00:00
js
2451cb118a
Fix #4375 .
2008-10-05 10:21:35 +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
js
b4e30ff003
Apply my suggested patch from #4368 . Fixes #4368 .
2008-10-03 13:56:36 +00:00
Yann Leboulanger
f321d52d24
fix var name. Fixes #4359
2008-10-03 10:17:30 +00:00
Yann Leboulanger
392cd3a77a
show GPG info dialog when we click on the shield icon in chat window. Fixes #4330
2008-10-02 20:20:15 +00:00
js
da6638d44b
Better checking for which IdleQueue we use.
...
It's a bad idea to check against NT everywhere. Someone might just
change the creation of the IdleQueue, but forget to change the other
two places. With this, it's safe to only change the creation.
2008-10-02 19:56:00 +00:00
Yann Leboulanger
6f7a0dbbae
workarround pygtk bug with stk.statusicon. See #4310
2008-10-01 16:53:23 +00:00
Yann Leboulanger
81c5b05943
prevent division by zero when computing filetransfer ETA. Fixes #4359
2008-10-01 16:11:59 +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
8d6b7cd479
some coding standards
2008-09-30 15:21:44 +00:00
Yann Leboulanger
90ccd1f4b1
get_gc_control is in MessageWindowMgr class. Fixes #4357
2008-09-30 13:05:09 +00:00
Yann Leboulanger
a36edae2f6
prevent traceback when removing an inexistant session. Fixes #1288
2008-09-30 10:22:55 +00:00
Yann Leboulanger
87edbb8dd8
don't remove contact when there is pending events on another resource. Fixes #4350
2008-09-29 20:52:53 +00:00
Yann Leboulanger
82c8516c0b
prevent sending invalid XML chars in pm and in muc. Fixes #4354
2008-09-29 11:11:49 +00:00
Yann Leboulanger
3079845bbd
fix indentation that caused streamable song from lastfm not displayed
2008-09-29 05:00:41 +00:00
Brendan Taylor
53e6204071
only print esession details once when opening a chat
2008-09-28 01:16:13 +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
43f2adeaf9
use dvipng instead of dvips + convert. Fixes #4351
2008-09-27 16:46:18 +00:00
Yann Leboulanger
a9e64fb65f
don't prevent removing contact iter in groupchat if there are pending event with an opened chat window. Fixes #4340
2008-09-27 16:14:37 +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
5da238ee54
show free for chat contacts before online contacts in roster when sorting by status. Fixes #4301
2008-09-27 14:20:44 +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
62fe4b1874
fix command requesting XML
2008-09-26 13:03:25 +00:00