gajim-plural/gajim/common
Alexander Krotov 22d799a75e Set secure_delete pragma for SQLite3 connections
secure_delete makes SQLite3 overwrite deleted data with zeros, thus actually deleting it from the filesystem.

Ubuntu and FreeBSD enable it by defualt, but some distributions, such as Debian, have it disabled by default, so it is better to set it explicitly.

The performance impact should be negligible as Gajim uses the database rarely.
2018-06-19 19:07:16 +02:00
..
protocol Detect dependencys only on demand 2018-04-24 19:36:33 +02:00
zeroconf Fix zeroconf txtrecord encoding 2018-05-27 21:03:42 +02:00
__init__.py
account.py
app.py Remove yahoo transport 2018-06-15 12:19:02 +02:00
atom.py
caps_cache.py Disable subject change if room doesnt allow it 2018-06-01 20:02:29 +02:00
commands.py Remove forward message adhoc commands 2018-06-17 23:21:29 +02:00
config.py Remove support for ESessions 2018-05-28 18:21:45 +02:00
configpaths.py Add support for flatpak extensions 2018-05-29 08:34:20 +02:00
connection.py Use certifi on MacOS 2018-05-31 17:35:46 +02:00
connection_handlers.py Dont request vcard more than once per session 2018-06-05 23:37:10 +02:00
connection_handlers_events.py MUC: Fix voice request 2018-06-01 20:58:09 +02:00
const.py Refactor idle module 2018-05-21 02:32:33 +02:00
contacts.py Dont build menu for Local account 2018-05-20 20:15:08 +02:00
dataforms.py dataforms: Replace @nested_property with @property. 2017-08-27 20:57:35 +01:00
dbus_support.py Show missing dbus message only on Linux 2017-11-24 16:28:22 +01:00
dh.py
events.py Fix additional_data in events 2017-11-01 23:14:47 +01:00
exceptions.py Remove support for ESessions 2018-05-28 18:21:45 +02:00
file_props.py fix some py2->py3 missing things. Fixes #9019 2018-04-07 23:06:48 +02:00
fuzzyclock.py
ged.py Fix typo and logging arg 2017-11-07 22:56:15 +01:00
gpg.py Detect dependencys only on demand 2018-04-24 19:36:33 +02:00
helpers.py Remove support for ESessions 2018-05-28 18:21:45 +02:00
httpupload.py Use certifi on MacOS 2018-05-31 17:35:46 +02:00
i18n.py Catch error on calling setlocale() 2018-06-05 12:02:50 +02:00
idle.py Fix idle detection 2018-05-27 10:51:57 +02:00
jingle.py Detect dependencys only on demand 2018-04-24 19:36:33 +02:00
jingle_content.py Use consistent way to get paths 2018-04-25 20:49:37 +02:00
jingle_ft.py Refactor configpaths 2018-04-21 12:48:57 +02:00
jingle_ftstates.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_rtp.py improve some strings 2018-03-25 16:26:29 +02:00
jingle_session.py Jingle: Check first if we have a content 2018-04-29 23:30:08 +02:00
jingle_transport.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
jingle_xtls.py Use consistent way to get paths 2018-04-25 20:49:37 +02:00
location_listener.py location_listener: location update notifier requires three parameters 2018-01-19 01:52:58 +01:00
logger.py Set secure_delete pragma for SQLite3 connections 2018-06-19 19:07:16 +02:00
logging_helpers.py
message_archiving.py Fix const imports 2018-04-23 18:32:01 +02:00
multimedia_helpers.py Add missing return statement 2018-04-04 22:10:34 +02:00
nec.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
optparser.py Refactor database migration 2018-04-23 21:27:01 +02:00
passwords.py PasswordStorageManager: remove unused member 2018-02-03 22:13:43 +01:00
pep.py Dont show error when receiving invalid avatars 2018-04-14 10:34:58 +02:00
proxy65_manager.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
pubsub.py Refactor getting avatars from pubsub 2018-02-08 21:06:23 +01:00
resolver.py Remove unused import / codestyle 2018-04-24 21:34:53 +02:00
rst_xhtml_generator.py fix some py2->py3 missing things. Fixes #9019 2018-04-07 23:06:48 +02:00
socks5.py prevent traceback. Fixes #9054 2018-04-07 22:04:32 +02:00