- May 22, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- May 20, 2017
-
-
Philipp Hörist authored
-
- May 18, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
We have to save the value per account and contact, because otherwise it could lead to problems if a jid is added to more than one account. As key this uses a string in the form of 'Account-BareJid'. The config option group 'contacts' is not used because there are values like 'speller_language' that make more sense to set on a Jid basis, rather than a Account-Jid basis. Treat an empty config value or no config value as 'disabled', instead of writing a config value of 'disabled'. This has the benefit that we dont have to write config values for contacts were we dont use encryption.
-
- May 17, 2017
-
-
Philipp Hörist authored
Because of the new build process this has become obsolete we can now log on windows with a simple ´Gajim.exe > log.txt 2>&1´
-
Philipp Hörist authored
This is a regression from !96
-
Philipp Hörist authored
Zeroconf: SSL_ERROR_* has been moved to ssl module Closes #8625 See merge request !100
-
- May 16, 2017
-
-
Philipp Hörist authored
-
Philipp Hörist authored
Switch to using MSYS2 for Windows build See merge request !99
-
Philipp Hörist authored
- May 15, 2017
-
-
Philipp Hörist authored
-
- May 10, 2017
-
-
Philipp Hörist authored
install css style file See merge request !97
-
- May 08, 2017
-
-
André authored
-
- May 07, 2017
-
-
Philipp Hörist authored
New Encryption Plugin API See merge request !96
-
Philipp Hörist authored
-
Philipp Hörist authored
- Log status is a feature that only works with xep-0136 which nobody uses anymore - Even then we can only trust in the server/user to not log the session - We should not imply that a client could control if messages are logged on the server or the other end, especially as this is about encryption and security we should be as accurate as possible - The lock image is only shown if a encryption was sucessfully activated, so the enabled flag is unnecessary
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Add extension points when receiving/sending a message - Add extension point for setting the lock image - Add extension point after clicking the send button - Add extension point when typing - Add a new menu button to choose the desired encryption - Extend the PluginManager to hold a list of encryption plugins
-
- May 06, 2017
-
-
Philipp Hörist authored
appdata: remove zero width space (U+200B) add by mistake See merge request !95
-
André authored
-
Philipp Hörist authored
add AppData file Closes #8174 See merge request !94
-
André authored
fixes #8174
-
Philipp Hörist authored
-
- May 05, 2017
-
-
Philipp Hörist authored
Use account hostname for STUN server discovery See merge request !93
-
- May 03, 2017
-
-
Marc Schink authored
Use the account hostname instead of the target hostname of the _xmpp-client._tcp SRV resource record for STUN server discovery. Otherwise, discovery fails if both hostnames are different.
-
- May 02, 2017
-
-
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.
-
Philipp Hörist authored
Add support for systemd's networkd See merge request !91
-
jo-so authored
-
- May 01, 2017
-
-
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
- '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
-
Philipp Hörist authored
-
Philipp Hörist authored
-