- Nov 22, 2017
-
-
André authored
-
Weblate authored
-
Philipp Hörist authored
-
- Nov 20, 2017
-
-
Weblate authored
-
Philipp Hörist authored
This was somehow lost once we implemented random resource strings Although its good that initally a random resource is chosen, it still should persist across sessions. This helps to kill zombie client connections on the server because most servers kill the old session once a new with the same resource connects Also dont notify the user about resource conflicts if no custom resource is set. We should not expect users to know about resources and what they are used for as long as possible.
-
- Nov 19, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Add MAM for MUCs See merge request gajim/gajim!152
-
Philipp Hörist authored
A stanza-id is only unique within a specific archive This adds the archive jid to the query
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- move it into message_archiving.py
-
Philipp Hörist authored
- A Migration from last_mam_id config value is included
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
When we search for duplicated stanza-ids we have to do it in the context of an account
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Yann Leboulanger authored
New visible func Closes #8670 See merge request gajim/gajim!153
-
Weblate authored
-
Weblate authored
-
Philipp Hörist authored
-
- Nov 18, 2017
-
-
Philipp Hörist authored
Use Gio.NetworkMonitor for reconnecting See merge request gajim/gajim!149
-
Yann Leboulanger authored
Add symbolic icon See merge request gajim/gajim!151
-
Philipp Hörist authored
Fix #8749: Misleading error message when joining a room Closes #8749 See merge request gajim/gajim!150
-
Annika Sommer authored
Distinguish between 'item-not-found' and 'remote-server-not-found' Fixes #8749
-
Philipp Hörist authored
- Some plugins do not depend on gui extension points and need the roster to be initialized
-
- Nov 17, 2017
-
-
André authored
-
Philipp Hörist authored
- Add more logging
-
- Nov 15, 2017
-
-
Philipp Hörist authored
According to the XEP, caps hash has to be added to all presences
-
Philipp Hörist authored
-
Philipp Hörist authored
Plugins maybe want to use in their activation Gajim methods that use an extension point. But because the PluginManager Object is not fully initialized, the extension point method is not available yet First create the PluginManager Object, then load Plugins.
-
Philipp Hörist authored
- Plugins need the possibility to add caps before Gajim updates them
-
- Nov 12, 2017
-
-
Philipp Hörist authored
- This uses also NetworkManager, but also other more low level interfaces on linux - This should work cross-platform - Leave network_watcher.py for now, because it shows how to use the Gtk dbus interface
-
- Nov 11, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Nov 10, 2017
-
-
Philipp Hörist authored
Regression introduced in 9b866fd1
-
- Nov 09, 2017
-
-
Philipp Hörist authored
-
- Nov 08, 2017
-
-
Philipp Hörist authored
-