gajim-plural/gajim/common
Philipp Hörist 4cb852914e Fix bookmarks strategy
Strategy is now:

1. Get pubsub if supported
2. Get private storage and merge if we find boomarks we dont have
3. Store bookmarks to both pubsub and privatestorage

The only drawback with this strategy is, that a client that supports
only private storage cant delete bookmarks
2018-07-12 21:34:15 +02:00
..
modules Fix bookmarks strategy 2018-07-12 21:34:15 +02:00
protocol More spelling fixes 2018-06-22 01:47:29 +03:00
zeroconf Refactor AdHocCommands into own module 2018-07-08 19:39:57 +02:00
__init__.py Rename src directory 2017-07-02 17:25:47 +02:00
account.py Rename src directory 2017-07-02 17:25:47 +02:00
app.py Fallback to account name when label is missing 2018-07-08 21:28:02 +02:00
caps_cache.py Spellcheck 2018-06-28 23:37:34 +02:00
config.py Change to gender-neutral alternatives of pronouns 2018-07-11 23:15:56 +03:00
configpaths.py Spellcheck 2018-06-21 03:05:47 +03:00
connection.py Remove print statement 2018-07-09 19:52:57 +02:00
connection_handlers.py Refactor AdHocCommands into own module 2018-07-08 19:39:57 +02:00
connection_handlers_events.py Refactor Privacy and Blocking into own modules 2018-07-08 16:44:14 +02:00
const.py Refactor atom into new module and disable it 2018-07-06 21:02:06 +02:00
contacts.py Spellcheck 2018-06-28 23:37:34 +02:00
dataforms.py Fix pylint errors in dataforms module 2018-07-07 19:36:24 +02:00
dbus_support.py Show missing dbus message only on Linux 2017-11-24 16:28:22 +01:00
dh.py Rename src directory 2017-07-02 17:25:47 +02:00
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 Spellcheck 2018-06-21 03:05:47 +03:00
fuzzyclock.py Rename src directory 2017-07-02 17:25:47 +02:00
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 Refactor Privacy and Blocking into own modules 2018-07-08 16:44:14 +02:00
i18n.py Fix translation on Windows 2018-06-23 17:07:43 +02:00
idle.py Fix idle detection 2018-05-27 10:51:57 +02:00
jingle.py Spellcheck 2018-06-21 03:05:47 +03: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 More spelling fixes 2018-06-22 01:47:29 +03: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 Refactor UserLocation into own module 2018-07-05 19:38:03 +02:00
logger.py Set secure_delete pragma for SQLite3 connections 2018-06-19 19:07:16 +02:00
logging_helpers.py Rename src directory 2017-07-02 17:25:47 +02:00
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 Move rest of UserAvatar into new module 2018-07-06 19:55:13 +02:00
proxy65_manager.py More spelling fixes 2018-06-22 01:47:29 +03: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 Fix usage of loop variable in socks5.py 2018-06-22 08:05:31 +02:00