.. |
xmpp
|
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 |
zeroconf
|
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 |
GnuPG.py
|
clean gpg call when we list keys. Fixes #5043
|
2009-05-22 19:44:43 +02:00 |
GnuPGInterface.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
__init__.py
|
See #4200.
|
2008-08-15 17:31:51 +00:00 |
atom.py
|
fix traceback with atom pubsub. Fixes #4763
|
2009-02-02 06:43:19 +00:00 |
caps.py
|
ignore invalid presences
|
2009-04-30 15:20:37 +00:00 |
check_paths.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
commands.py
|
Backport a few XMPPPY upstream changes.
|
2008-12-28 14:53:20 +00:00 |
config.py
|
[brubru] better sound file managment, Fixes #5016
|
2009-05-10 19:32:57 +00:00 |
configpaths.py
|
don't traceback when there is no temp folder. Fixes #4629
|
2009-01-21 07:14:03 +00:00 |
connection.py
|
missing commit. see #4643
|
2009-05-01 09:40:03 +00:00 |
connection_handlers.py
|
prevent traceback when receiving a disco info while we are disconnected. Fixes #5042
|
2009-05-21 21:12:11 +02:00 |
contacts.py
|
factorize send_file action in chat / groupchat / private chat. see #3948
|
2009-04-07 17:07:04 +00:00 |
crypto.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
dataforms.py
|
[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 |
dbus_support.py
|
[knuckles] KDE notifications. Fixes #4749
|
2009-02-01 10:28:48 +00:00 |
defs.py
|
[brubru] better sound file managment, Fixes #5016
|
2009-05-10 19:32:57 +00:00 |
dh.py
|
Cosmetic only... as usaual: stanza_session.py. TODO: better variable names
|
2009-01-11 22:29:58 +00:00 |
events.py
|
handle (un)subscription events as messages (don't force to popup a window) Fixes #2243
|
2009-02-13 19:35:30 +00:00 |
exceptions.py
|
gave latex processing its own file, merged duplicate processing and
|
2009-01-09 19:55:26 +00:00 |
fuzzyclock.py
|
See #4200.
|
2008-08-15 17:31:51 +00:00 |
gajim.py
|
except: -> except Exception:
|
2009-05-07 11:30:46 +00:00 |
helpers.py
|
[brubru] better sound file managment, Fixes #5016
|
2009-05-10 19:32:57 +00:00 |
i18n.py
|
[brubru] Load LOCALEDIR from configure (with defs.py). see #4770
|
2009-02-11 10:46:07 +00:00 |
idle.py
|
added missing idle module
|
2008-12-03 22:57:43 +00:00 |
latex.py
|
fix decode error in latex errors. Fixes #4744
|
2009-01-30 09:09:54 +00:00 |
logger.py
|
[premysl.vyhnal] optimize get_days_with_logs(). Fixes #4964
|
2009-04-13 09:05:22 +00:00 |
logging_helpers.py
|
add missing file. Fixes #4898, #4874
|
2009-03-11 17:00:28 +00:00 |
optparser.py
|
[brubru] better sound file managment, Fixes #5016
|
2009-05-10 19:32:57 +00:00 |
passwords.py
|
store passwords in gnome keyring in another way. silently upgrade to the new way
|
2009-01-20 21:24:22 +00:00 |
pep.py
|
add activity / mood in change status dialog. Fixes #4419
|
2009-04-12 18:13:37 +00:00 |
proxy65_manager.py
|
re-enable proxy testing. see #4299
|
2009-02-14 16:41:31 +00:00 |
pubsub.py
|
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 |
resolver.py
|
fix previous commit: missing import and typo
|
2009-01-14 17:27:53 +00:00 |
rst_xhtml_generator.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |
sleepy.py
|
[thorstenp] use ctype to have idle. No need to compile it from C. Fixes #4260
|
2008-12-03 22:46:55 +00:00 |
socks5.py
|
Use hashlib module in favor of sha and md5.
|
2009-01-08 16:51:26 +00:00 |
stanza_session.py
|
prevent traceback when negociating E2E. see #5015
|
2009-05-17 17:59:00 +02:00 |
xmpp_stringprep.py
|
[thorstenp] remove whitespace at eol
|
2008-12-03 21:56:12 +00:00 |