- Mar 14, 2018
-
-
Philipp Hörist authored
This cannot be used in combination with HANDLES_COMMAND_LINE Fixes #8947
-
Yann Leboulanger authored
-
- Mar 11, 2018
-
-
Philipp Hörist authored
-
- Mar 08, 2018
-
-
Philipp Hörist authored
-
- Mar 07, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8941
-
Yann Leboulanger authored
-
- Mar 06, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8924 Its not clear at this point why we dont find a contact is None, so log output is added
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
-
-
-
- Mar 05, 2018
-
-
Don't try to resolve _xmppconnect records for servers before trying to connect. Prevent warnings from gajim.c.resolver for accounts with "connect on startup" disabled.
-
- Mar 03, 2018
-
-
- Feb 28, 2018
-
-
Philipp Hörist authored
No one will ever update from these versions anymore
-
Philipp Hörist authored
-
- Feb 26, 2018
-
-
Philipp Hörist authored
This adds a method that returns only a contact if there is an exact match, instead of a contact where only the barejid matches. We need this when we update the Caps of a contact.
-
Philipp Hörist authored
Its later than StanzaMessageOutgoingEvent, this allows encryption Plugins to not return the encrypted payload immediatly. For example encrypting may take some time because a password is needed or the load has to be encrypted in another Thread.
-
- Feb 25, 2018
-
-
Philipp Hörist authored
-
-
Philipp Hörist authored
This shows corrected messages correctly in groupchat when we receive the messages via MAM
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Feb 22, 2018
-
-
-
Philipp Hörist authored
-
Philipp Hörist authored
1. Check if the message has the muc#user namespace 2. Check if we have this jid already in the DB 3. Last resort disco the jid
-
Philipp Hörist authored
The server sends us carbons if one of our other resources has a conversation in a muc we are not joined. Instead we log the messages silently.
-
- Feb 21, 2018
-
-
Philipp Hörist authored
Fallback must be happening in init_emoticon() instead of PreferencesWindow
-
Philipp Hörist authored
- Use ComboBoxText, its much simpler - Add a dedicated method that returns all available themes - If the configured Theme is not available fallback to font-emoticons
-
Philipp Hörist authored
This gives the server the chance to react accordingly without applying much logic. Also it makes it easier for us to recognize MUC PMs in MAM querys
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
Fixes #8812
-
Philipp Hörist authored
We limit the search to non-groupchat messages because a stanza id is only unique within an archive
-