- 04 Jun, 2017 1 commit
-
-
Philipp Hörist authored
-
- 03 Jun, 2017 3 commits
-
-
Philipp Hörist authored
Since we save the sent stanzas in the smacks queue for a potential replay on connection loss, smacks adds a delay tag.
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- 01 Jun, 2017 1 commit
-
-
Philipp Hörist authored
There is no reason that any Groupchat should be treated as already connected when we sign in.
-
- 26 May, 2017 1 commit
-
-
Philipp Hörist authored
Some of the Commands have security implications, thats why we disable them per default Fixes #8378
-
- 02 May, 2017 1 commit
-
-
Philipp Hörist authored
If the user had an empty `file_transfer_proxies` config setting no proxies were used. As we discover the default server proxy ourself the user should not have to write it to his config setting to make use of it.
-
- 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
-