gajim-plural/src/common
Yann Leboulanger 82413cafaa [Pablo Mazzini] ask passphrase to user when using non-sasl authentication 2012-01-07 15:41:53 +01:00
..
protocol add some missing import 2011-11-22 20:08:08 +01:00
xmpp [Pablo Mazzini] ask passphrase to user when using non-sasl authentication 2012-01-07 15:41:53 +01:00
zeroconf handle ERROR and INFORMATION events through NEC 2011-11-22 19:25:15 +01:00
__init__.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
account.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
atom.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
caps_cache.py fallback to disco if clients don't support caps. Fixes #4071 2011-01-04 15:52:37 +01:00
check_X509.py check that pyopenssl > 0.12 is installed before using fonctions available after this version 2012-01-04 11:38:09 +01:00
check_paths.py use shutil.move instead of os.rename to move files. Fixes #6770 2011-01-23 11:31:29 +01:00
commands.py print warning instead of traceback when we get a commands request from an invalid JID. Fixes #6995 2011-09-30 10:11:08 +02:00
config.py msn auth is now availble through https 2011-12-31 15:54:32 +01:00
configpaths.py fix for demandimport 2010-12-21 22:28:03 +03:00
connection.py check ssl certificate against hostname only if we use secured connection. Fixes #7071 2012-01-06 09:45:11 +01:00
connection_handlers.py handle ERROR and INFORMATION events through NEC 2011-11-22 19:25:15 +01:00
connection_handlers_events.py implements Oauth2 mechanism to connect to MSN xmpp server. Fixes #6978 2011-12-18 23:20:30 +01:00
contacts.py cean chatstate code: remove XEP-0022 support and use caps to know if a contact supports it 2011-08-27 22:41:55 +02:00
crypto.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
dataforms.py don't remove false values from sent dataforms. Fixes #6765, see #6113 2011-03-05 09:40:01 +01:00
dbus_support.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
defs.py 'beta3' version for hg users 2011-12-18 18:35:23 +04:00
demandimport.py Use demandimport - automatic demandloading of modules. Fixes #6094 2010-12-17 10:17:57 +01:00
dh.py More whitespace fixes. 2010-04-08 01:20:22 +02:00
events.py don't call a function as default function argument! Fixes time when sending forwarded message 2011-09-18 16:11:27 +02:00
exceptions.py [Dicson] ability to install from zip / uninstall plugin. Fixes #5906 2010-09-14 19:31:35 +02:00
fuzzyclock.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
gajim.py use subprocess instead of os.system() 2011-12-17 18:07:56 +01:00
ged.py print and ignore exceptions raised in an event handler. 2011-11-22 22:51:33 +01:00
gnupg.py handle MISSING PASSPHRASE in gnupg.py 2011-12-31 15:54:11 +01:00
gpg.py rename GnuPG.py to gpg.py. Fixes #6055 2010-11-30 11:41:14 +01:00
helpers.py prevent traceback 2011-12-08 21:57:29 +01:00
i18n.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
idle.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
jingle.py ability to use jingle negociation even if we don't have farsight. Fixes #7044 2011-11-06 21:42:04 +01:00
jingle_content.py [Jingle] Move on_negotiated callback to JingleContent 2010-08-26 16:59:29 +02:00
jingle_rtp.py add some missing import 2011-11-22 20:08:08 +01:00
jingle_session.py prevent traceback when going offline while a jingle session is active 2011-10-12 21:07:02 +02:00
jingle_transport.py don't fails when farsight isn't available 2011-12-17 20:59:15 +01:00
kwalletbinding.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
latex.py [Zhihao Yuan & I] use convert is dvipng doesn't work. Fixes #5935 2010-09-24 23:15:21 +02:00
location_listener.py [Dicson] don't flood with geoloc info if only timestamp changes. Fixes #5728 2010-05-02 11:10:42 +02:00
logger.py optimize history search. Fixes #6997 2011-12-18 21:28:47 +04:00
logging_helpers.py prevent traceback when parsing the log level 2010-12-03 13:47:44 +03:00
message_archiving.py correctly cleanup ged handlers when removing an account 2011-01-06 16:50:38 +01:00
multimedia_helpers.py [herfik] improve pulsaudio support in jingle audio. Fixes #6859 2011-04-15 14:23:02 +02:00
nec.py handle outgoing messages with events. Fixes #6743 2011-05-18 19:44:43 +02:00
optparser.py set default value of autodetect_browser_mailer to True. Force it to True for windows 2011-09-02 07:23:31 +02:00
passwords.py use 'login' keyring as default keyring instead of 'default'. Fixes #7067 2012-01-03 20:17:33 +01:00
pep.py Fix last commit 2010-11-24 19:04:03 +03:00
proxy65_manager.py add advanced option to disable testing of file transfer proxies on startup 2011-10-23 20:26:28 +02:00
pubsub.py do not set an id when we publish a new item on pubsub. Fixes #6947 2011-08-18 19:03:31 +02:00
resolver.py fixes for windows build 2010-10-26 17:28:08 +02:00
rst_xhtml_generator.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
sleepy.py fix for demandimport 2010-12-18 12:42:15 +03:00
socks5.py convert tabs to spaces in source code thanks to reindent.py 2010-04-08 01:20:17 +02:00
stanza_session.py Fix E2E decryption. Fixes #6984 2011-09-26 21:57:30 +02:00