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