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
|
a1f346e48a
|
Remove duplicated coded in test_client_nb.py
|
2008-12-24 14:53:00 +00:00 |
Stephan Erb
|
62a334b8fd
|
Comment some prints in xmpp_mocks.py. Should be merged with test/lib/mocks.py
|
2008-12-24 14:50:50 +00:00 |
Stephan Erb
|
53d1fa6f66
|
Small cleanups to test_nonblockingtcp.py without much value.
|
2008-12-24 14:46:21 +00:00 |
Stephan Erb
|
c5aff6f37c
|
Make test_resolver work again after IdleQueue move.
|
2008-12-24 14:44:07 +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
|
f1b831fd90
|
Temporary disable regression tests on commit.
|
2008-12-24 13:43:42 +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
|
23b9bba4b7
|
[Volegost & polymorphm] new mrim icons. Fixes #4575
|
2008-12-20 10:38: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 |
nobody
|
6fc912880b
|
update tags
|
2009-05-16 10:19:31 +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 |
js
|
8d99b680b1
|
[Nico Gulden] Update German translation.
|
2008-12-14 21:47:06 +00:00 |
js
|
781567cf75
|
[Nico Gulden] Update German translation.
|
2008-12-14 01:01:56 +00:00 |
js
|
32c440f3c0
|
[Nico Gulden] Update German translation.
|
2008-12-13 23:54:14 +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 |