Commit Graph

13807 Commits

Author SHA1 Message Date
Yann Leboulanger 5b513f763e request archiving preferences only if server announce it supports it, and don't think it supports it while it's buggy. Fixes #7839 2015-09-30 20:00:48 +02:00
Yann Leboulanger 1503eb6152 Added tag gajim-0.16.4 for changeset 5253377a8628 2015-09-26 16:14:19 +02:00
Yann Leboulanger 2bf79d894e fix typo 2015-09-26 15:58:33 +02:00
Yann Leboulanger 221424f208 build windows version with PyopenSSL 0.15.1 2015-09-26 15:43:32 +02:00
Yann Leboulanger 1e510a5884 prepare 0.16.4 release 2015-09-26 15:39:01 +02:00
Yann Leboulanger 9a5891bb4c add new event after message stanza is built so it can be modified by plugins. Fixes #8150 2015-09-23 22:39:11 +02:00
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 fc49acff11 update links and copyright in manpages. Fixes #8136, #7719 2015-08-26 22:01:35 +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 c69ab30ed6 allow to add EventBox to conversation textview for plugins for example. 2015-08-09 13:48:02 +02:00
Yann Leboulanger 026c5e1b1a fix reading secrets file under windows. Fixes #8118 2015-08-07 13:56:28 +02:00
Yann Leboulanger 08b362ec1c minor glade fix 2015-10-04 21:22:32 +02:00
Yann Leboulanger 5656d210f7 remove gconf usage. It's not used anymore 2015-10-04 21:22:17 +02:00
Yann Leboulanger 1d41349b6e fix single message textview size 2015-10-04 21:21:38 +02:00
Yann Leboulanger ea888a1e34 remove useless code 2015-10-04 20:51:07 +02:00
Yann Leboulanger 62ebce6358 fix hiding tooltips 2015-10-04 20:50:41 +02:00
Yann Leboulanger 156935a8ac don't use GtkAlignment anymore. Fixe 2 missing import 2015-09-20 18:18:35 +02:00
Yann Leboulanger b851177f6a specify module version before importing 2015-08-30 23:23:10 +02:00
Yann Leboulanger 2f21fb657a finish update glade files for GTK3 2015-08-30 23:22:42 +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 ef0373e45d update source code for new glade file 2015-08-21 22:03:24 +02:00
Yann Leboulanger a22069da5d Start updating glade files for GTK3 2015-08-21 22:02:30 +02:00
Yann Leboulanger 512ffc7c0a use introspection instead of ctype to use gtkspell 2015-08-16 14:22:04 +02:00
Yann Leboulanger f69ade130c place roster tooltips correctly. 2015-08-15 22:16:45 +02:00
Yann Leboulanger b8c90a2750 make ADE readable 2015-08-10 23:12:12 +02:00
Yann Leboulanger ef5096b24a specify module version before importing 2015-08-04 16:42:59 +02:00
Yann Leboulanger a617007c78 Added tag gajim-0.16.3 for changeset 412182ce8274 2015-07-31 14:27:30 +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 96f642b309 do not try to go autoaway or come back from autoaway if we are not connected. See #8062 2015-07-27 22:58:47 +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 d65882dea5 set urgency_hint when notify_on_all_muc_messages is True. Fixes #8110 2015-07-26 14:25:21 +02:00
Yann Leboulanger f74c83535f don't reconnect twice when connection is lost 2015-07-26 14:05:47 +02:00
Yann Leboulanger 759234f451 fix tag 2015-07-24 22:25:24 +02:00
Yann Leboulanger 3e3e7cfb95 fix date and version for windows files 2015-07-24 22:22:39 +02:00
Yann Leboulanger 6c69e45c74 Added tag gajim-0.16.2 for changeset d96858fee8db 2015-07-24 22:07:38 +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