Yann Leboulanger
|
fbf265ee98
|
remove debug print
|
2015-09-20 20:33:39 +02:00 |
|
Yann Leboulanger
|
476aca3ea0
|
decode PGP messages in MAM response. Fixes #8103
|
2015-09-19 13:58:28 +02:00 |
|
Yann Leboulanger
|
2260314509
|
add type='submit' to MAM request data form. Fixes #8149
|
2015-09-16 20:43:57 +02:00 |
|
Yann Leboulanger
|
44822d3837
|
update XEP-0334 (Message Processing Hints) to V0.2
|
2015-09-13 13:57:04 +02:00 |
|
Yann Leboulanger
|
0f2e66d7a2
|
don't fail when we receive a MAM message without a body. Fixes #8140
|
2015-09-03 22:06:04 +02:00 |
|
Yann Leboulanger
|
1eba16df6e
|
show error message when we try to connect anonymously to a server that doesn't support anonymous connection. Fixes #8138
|
2015-08-31 13:47:18 +02:00 |
|
Yann Leboulanger
|
1f19e8c43d
|
delete cache db when logs db doesn't exist. Anyway data will be wrong inside. Fixes #8133
|
2015-08-27 14:53:18 +02:00 |
|
Yann Leboulanger
|
55402bdc50
|
[tmolitor] ability to download bigger files with higher timeouts. Fixes #8130
|
2015-08-20 21:53:59 +02:00 |
|
Yann Leboulanger
|
a44a71d6a5
|
add option to en(dis)able XEP-0136/0313. Fixes #8127
|
2015-08-20 15:08:53 +02:00 |
|
Yann Leboulanger
|
190b1b7886
|
fix calling gnupg.list_keys. Fixes #8122
|
2015-08-12 22:13:29 +02:00 |
|
Yann Leboulanger
|
0735ec2214
|
start fixing Jingle Audio / Video
|
2015-08-21 22:04:55 +02:00 |
|
Yann Leboulanger
|
003ebf0b9d
|
create file directly with correct rights instead of using chmod later
|
2015-08-21 22:04:14 +02:00 |
|
Yann Leboulanger
|
c03ebb156d
|
prepare 0.16.3 release
|
2015-07-31 14:27:15 +02:00 |
|
Yann Leboulanger
|
d350baa4ec
|
Handle PINENTRY_LAUNCHED when signing. Fixes #8099
|
2015-07-29 22:35:51 +02:00 |
|
Yann Leboulanger
|
9c6752f150
|
correctly detect that key is not trusted before encrypting. Doc says: "gpg just prints a message to the console, but does not provide a specific error indication that the Python wrapper can use." Fixes #8040. See #8041
|
2015-07-29 22:32:02 +02:00 |
|
Yann Leboulanger
|
15fce42a60
|
prevent traceback
|
2015-07-28 20:19:19 +02:00 |
|
Yann Leboulanger
|
42cec3e7f2
|
do not crash when authentication with server fails. Fixes #8115
|
2015-07-27 13:36:49 +02:00 |
|
Yann Leboulanger
|
f74c83535f
|
don't reconnect twice when connection is lost
|
2015-07-26 14:05:47 +02:00 |
|
Yann Leboulanger
|
6853041ef0
|
prepare 0.16.2 release
|
2015-07-24 21:56:22 +02:00 |
|
Yann Leboulanger
|
5b266ad30c
|
if config file says password is saved with libsecret (with py3 branch) we can still get it with gnomekeyring
|
2015-07-24 21:53:58 +02:00 |
|
Yann Leboulanger
|
1ad5b6fcd9
|
never duplicate gnome keyring entries
|
2015-07-24 21:30:14 +02:00 |
|
Yann Leboulanger
|
c9eb479fe3
|
Correctly register gajim-remote with xmpp: URIs
|
2015-07-17 22:19:16 +02:00 |
|
Yann Leboulanger
|
d69fcc9e1e
|
prevent warning
|
2015-07-31 22:08:00 +02:00 |
|
Yann Leboulanger
|
9287ad96b0
|
fix some warnings
|
2015-07-30 15:18:03 +02:00 |
|
Yann Leboulanger
|
5c0fce9668
|
fix launch when optional modules are not installed
|
2015-07-30 15:15:38 +02:00 |
|
Yann Leboulanger
|
75b94ca864
|
fix file transfer. Files can be something else that utf8
|
2015-07-28 20:32:14 +02:00 |
|
Yann Leboulanger
|
2ca42801eb
|
specify module version before importing
|
2015-07-25 22:03:24 +02:00 |
|
Yann Leboulanger
|
62bf23a587
|
no need to do gnomekeyring -> libsecret conversion when using proper schema
|
2015-07-24 21:49:10 +02:00 |
|
Yann Leboulanger
|
66d88bc232
|
fix decoding issue
|
2015-07-18 18:10:55 +02:00 |
|
Yann Leboulanger
|
685c5730e1
|
fix a few warnings
|
2015-07-18 17:27:50 +02:00 |
|
Yann Leboulanger
|
3e843b8e55
|
migrate from kwalletbindings to libsecret too
|
2015-07-18 15:52:08 +02:00 |
|
Yann Leboulanger
|
23474c2b2f
|
use libsecret instead of libgnomekeyring when available
|
2015-07-18 15:44:36 +02:00 |
|
Yann Leboulanger
|
d8fe6cdea4
|
fix import
|
2015-07-15 15:11:03 +02:00 |
|
Yann Leboulanger
|
6719a102f3
|
make windon listen on ipv4 + ipv6 for zeroconf. Fixes #8007
|
2015-07-14 21:39:05 +02:00 |
|
Yann Leboulanger
|
70e8b130ac
|
[moparisthebest] Encrypt GPG message to recipient and to our own key so that we can decrypt it later and use carbon. Fixes #7616
|
2015-07-13 21:39:12 +02:00 |
|
Yann Leboulanger
|
087d2a05b9
|
add jid to NotificationEvent for groupchat messages
|
2015-06-20 21:30:48 +02:00 |
|
Yann Leboulanger
|
2cfc362980
|
fix typo. Raise correct exception. Fixes #8044
|
2015-05-17 22:38:26 +02:00 |
|
Yann Leboulanger
|
d003e1135d
|
update python-gnupg version. Fixes #8051
|
2015-05-17 18:54:17 +02:00 |
|
Yann Leboulanger
|
5978d84615
|
some cleanup
|
2015-05-10 20:54:26 +02:00 |
|
Fabian Pietsch
|
a5ec0f4f2a
|
link-local: adjust Windows/Bonjour support to new data format. Fixes #8025
|
2015-04-06 19:14:33 +02:00 |
|
Fabian Pietsch
|
81154aea3e
|
link-local: on error after connect(), try next address
|
2015-04-06 18:55:23 +02:00 |
|
Fabian Pietsch
|
25240888d5
|
link-local: try to connect to each collected address in turn
|
2015-04-06 16:33:10 +02:00 |
|
Fabian Pietsch
|
0dcbe70635
|
link-local: track multiple service resolved infos (currently one for each browsing protocol)
|
2015-04-05 02:25:10 +02:00 |
|
Yann Leboulanger
|
c4e1f2389a
|
[noonien] Fix using receiver candidate when sending a file via jingle. Fixes #7987
|
2015-04-05 21:26:16 +02:00 |
|
Emmanuel Gil Peyrot
|
9adba6c5f7
|
Don’t crash when the config file is malformed.
|
2015-03-26 20:58:51 +01:00 |
|
Yann Leboulanger
|
512840944b
|
prevent error when converting idn to ascii strings. Fixes #7995
|
2015-03-25 10:05:29 +01:00 |
|
Yann Leboulanger
|
a17ff4b45e
|
fix GPG encoding issues. Fixes #7988
|
2015-03-17 22:06:36 +01:00 |
|
Yann Leboulanger
|
9f3fec4ef7
|
don't request privacy lists when connecting if server doesn't support that. Fixes #7990
|
2015-03-07 15:04:41 +01:00 |
|
Yann Leboulanger
|
f2271ced53
|
fix seclabel. see #7010
|
2015-03-01 15:07:14 +01:00 |
|
Yann Leboulanger
|
74f150a1c3
|
prepare 0.16.1 release
|
2015-02-28 18:06:36 +01:00 |
|