gajim-plural/src/common
2016-03-30 21:19:13 +02:00
..
protocol [gdr_gdr] Prevent traceback. Fixes #8265 2016-02-20 21:16:16 +01:00
zeroconf make windon listen on ipv4 + ipv6 for zeroconf. Fixes #8007 2015-07-14 21:39:05 +02: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 Copyright 2013>2014 2014-01-02 12:33:54 +04:00
caps_cache.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
check_paths.py delete cache db when logs db doesn't exist. Anyway data will be wrong inside. Fixes #8133 2015-08-27 14:53:18 +02:00
check_X509.py fix pyasn1 usage 2014-11-09 22:33:32 +01:00
commands.py pending events are now in objects rather that storing parameters in tuple 2016-02-29 21:04:08 +01:00
config.py update video config from 0.16 to 1.0 2016-03-30 21:19:13 +02:00
configpaths.py XTLS keys will be stored separate for each profile. 2014-04-15 12:42:09 +02:00
connection.py don't show delivery error messages for automatic message stanzas. Fixes #8222 2016-02-08 22:31:36 +01:00
connection_handlers.py handle message receipts corretly, even if they don't have the <thread> element 2016-03-08 22:36:22 +01:00
connection_handlers_events.py Ignore presence errors 2016-03-25 00:29:20 +01:00
contacts.py rename msg_id to msg_log_id where it's the id from logs database 2016-02-27 19:52:46 +01:00
crypto.py make e2e work with py3 2014-11-11 15:07:53 +01:00
dataforms.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
dbus_support.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
defs.py update video config from 0.16 to 1.0 2016-03-30 21:19:13 +02:00
demandimport.py update demandimport module from mercurial 2012-02-26 20:38:29 +04:00
dh.py make e2e work with py3 2014-11-11 15:07:53 +01:00
events.py handle message correction correctly even if we don't print the message instantly in a chat window. Fixes #8220 2016-02-29 21:29:20 +01:00
exceptions.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
file_props.py fix using transport sid in jingle IBB instead of jingle sid 2014-02-24 22:13:25 +01:00
fuzzyclock.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
gajim.py fix importing gst. Fixes #8306 2016-03-29 22:54:40 +02:00
ged.py Use log.warning instead of the deprecated log.warn. 2013-01-05 11:26:22 +01:00
gnupg.py Handle PINENTRY_LAUNCHED when signing. Fixes #8099 2015-07-29 22:35:51 +02:00
gpg.py make GPG work with gpg2 binary if present. Fixes #8268 2016-02-21 18:54:31 +01:00
helpers.py Fix a remnant use of urllib from python2 in gajim-remote 2016-01-24 19:12:30 +00:00
i18n.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
idle.py fix traceback handling 2013-01-05 00:03:36 +01:00
jingle.py start havine audio / video. Doesn't work correctly yet 2014-03-25 21:26:57 +01:00
jingle_content.py [SamWhited] fix jingleFT. Fixes #7931 2015-01-19 13:37:28 +01:00
jingle_ft.py fix typo. Raise correct exception. Fixes #8044 2015-05-17 22:38:26 +02:00
jingle_ftstates.py close FT port as soon as we know it won't be used for the transfer. 2014-06-16 21:32:01 +02:00
jingle_rtp.py fix importing gst. Fixes #8306 2016-03-29 22:54:40 +02:00
jingle_session.py correctly close jingle session when no intersection between the remote codecs and the local ones. Fixes #8210 2016-01-03 22:26:15 +01:00
jingle_transport.py better detection of local IPs. See #8191 2015-11-17 21:33:30 +01:00
jingle_xtls.py pass byte string instead of string to ctx methods 2015-11-16 17:58:18 -04:00
kwalletbinding.py remove call to unicode() 2013-01-01 21:06:16 +01:00
location_listener.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
logger.py rename msg_id to msg_log_id where it's the id from logs database 2016-02-27 19:52:46 +01:00
logging_helpers.py Add date to gajim logs. Fixes #7556 2013-11-11 15:43:56 +04:00
message_archiving.py stop requesting MAM archive when we get the complete='true' attribute. Fixes #8170 2015-10-24 13:32:07 +02:00
multimedia_helpers.py fix importing gst. Fixes #8306 2016-03-29 22:54:40 +02:00
nec.py fix imports and many py3 changements 2013-01-02 13:54:02 +01:00
optparser.py update video config from 0.16 to 1.0 2016-03-30 21:19:13 +02:00
passwords.py if config file says password is saved with libsecret (with py3 branch) we can still get it with gnomekeyring 2015-07-24 21:53:58 +02:00
pep.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
proxy65_manager.py fix file transfer. Files can be something else that utf8 2015-07-28 20:32:14 +02:00
pubsub.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
resolver.py fix using change status dialog 2015-01-02 21:53:59 +01:00
rst_xhtml_generator.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
sleepy.py Copyright 2013>2014 2014-01-02 12:33:54 +04:00
socks5.py fix some warnings 2015-07-30 15:18:03 +02:00
stanza_session.py pending events are now in objects rather that storing parameters in tuple 2016-02-29 21:04:08 +01:00