- 01 May, 2017 1 commit
-
-
Philipp Hörist authored
- Push Invitation and Decline event much earlier - Refactor Logic to decide if mediated or not Ejabbered 17.03 does add a `jabber:x:conference` namespace into mediated invites which has broken our logic - Dont add a groupchat contact on invitation, always add the inviter to the roster
-
- 25 Apr, 2017 1 commit
-
-
Philipp Hörist authored
Network link status detection with systemd-networkd See merge request !86
-
- 24 Apr, 2017 1 commit
-
-
Philipp Hörist authored
Logs.db is always at data_root, even if we set another config directory with -c
-
- 21 Apr, 2017 2 commits
-
-
Philipp Hörist authored
HistoryManager was not finding the Logs.db when Gajim was used with the -c config path argument
-
Philipp Hörist authored
-
- 19 Apr, 2017 3 commits
-
-
jo-so authored
The systemd-networkd uses another D-Bus interface and different messages than Network Manager.
-
jo-so authored
Put the common code for connection update in one function, what makes it more reusable.
-
jo-so authored
For better abstraction, because this module should handle more then Network Manager.
-
- 15 Apr, 2017 1 commit
-
-
Philipp Hörist authored
-
- 10 Apr, 2017 7 commits
-
-
Philipp Hörist authored
Fixes #8532
-
Philipp Hörist authored
https://xmpp.org/extensions/xep-0184.html#what tells us that we SHOULD NOT impute any meaning to the fact that we did not receive an ack message
-
Philipp Hörist authored
- We want to send requests also to offline contacts. - The XEP is wide spread chances are high that a contact supports it. - It gets really complicated, when we want to guess if a offline contact supports receipts
-
Philipp Hörist authored
Improvements for sending messages to ourself See merge request !69
-
Philipp Hörist authored
Display OOB content, even without <body/> See merge request !79
-
Philipp Hörist authored
Allow preferences window to shrink See merge request !81
-
singpolyma authored
Previously, it would always be the size needed to fit the largest page from the notebook. This is death on small-screen devices like the pocketCHIP. Just adding a ScrolledWindow allows is to get smaller (at least vertically, which is the main issue). However, we want to still be a nice size on large screens. So, we ask each page in the notebook how tall it wishes to be, and default the window to the tallest one (plus the size of the extra controls). However, if the screen is shorter than this, we do not allow the default window size to exceed the screen size. Because of the large amount of re-indentation in the XML file, it is suggested to view this diff with `-b`
-
- 06 Apr, 2017 1 commit
-
-
singpolyma authored
Also, if the OOB URL is identical to the entire contents of a <body/>, no reason to show both. Closes #8521
-
- 03 Apr, 2017 1 commit
-
-
Philipp Hörist authored
Fix IBB See merge request !76
-
- 02 Apr, 2017 1 commit
-
-
Philipp Hörist authored
Improve carbon handling of MUC-PM messages See merge request !78
-
- 31 Mar, 2017 2 commits
-
-
Philipp Hörist authored
Additionally remove all previous Events if we receive a Sent-Carbon, because we know the user answered from another device
-
Philipp Hörist authored
Previously they were shown as 'incoming', when they should correctly show as 'outgoing'
-
- 30 Mar, 2017 9 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Fix some PGP issues See merge request !75
-
Philipp Hörist authored
- Move handling of Data IQs into IBBIqHandler - Call SendHandler with file_props - Save last sent id in file_props.syn_id - Remove some useless checks, now that we call SendHandler with file_props - Send item-not-found error on invalid session id
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- 29 Mar, 2017 1 commit
-
-
Philipp Hörist authored
-
- 28 Mar, 2017 2 commits
-
-
Philipp Hörist authored
python-gnupg uses latin1 as default encoding because GPG itself uses latin1 as default. We should not override this default with getpreferredencoding, because getpreferredencoding maybe returns something else than what GPG is configured on that system. Example: On Windows GPG is run in default mode with 'latin1' getpreferredencoding returns 'cp1252' The approach would be now to default to latin1 as it is GPGs default. And if the User sets a different ecoding for GPG he has to set it in Gajim aswell.
-
Philipp Hörist authored
-
- 27 Mar, 2017 3 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- 25 Mar, 2017 2 commits
-
-
Philipp Hörist authored
Fix issue #8548 on gajim_0.16: Do not close chat window on ESC key when roster filtering is active See merge request !73
-
Markus Böhme authored
When the roster window active it can be filtered by starting to type. If the window behavior "single window for everything" is selected, trying to abort the filtering by pressing the ESC key also closes a chat window. Fix this behavior by stopping event propagation in case the ESC key is pressed while roster filtering is active. Fixes issue #8548.
-
- 21 Mar, 2017 2 commits
-
-
Philipp Hörist authored
- 'received'-Carbons from ourself, because we either received the message directly or got a 'sent'-Carbon about it - Messages from our own full jid, this can happen when we send a Message to ourself and no other resource is online.
-
Philipp Hörist authored
-