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 |