Commit graph

4464 commits

Author SHA1 Message Date
Jefry Lagrange
c5ebac3f77 handles file transfer cancel properly 2012-03-21 15:54:46 -04:00
Jefry Lagrange
57639f04aa re-enable SM when resuming 2012-03-19 17:37:05 -04:00
Jefry Lagrange
c412a6a55f decline jingleFT correctly 2012-03-19 15:52:33 -04:00
Denis Fomin
a05046c69b fix version string 2012-03-18 23:53:11 +04:00
Matthew Wild
f8eb9476f3 connection.py: Use XEP-0198 ack request as ping/pong when available. Fixes #7090 2012-03-18 15:40:03 +00:00
Yann Leboulanger
7d19d743a0 prepare 0.15 release 2012-03-18 10:30:08 +01:00
Yann Leboulanger
c64f61f084 fix string 2012-03-18 12:17:55 +01:00
Matthew Wild
ca1dcabb28 client_nb: Call auth callback even when resuming, to establish things like ping timers. Fixes #7091 2012-03-17 23:02:27 +00:00
Yann Leboulanger
5b39679919 fix anonymous login when server has a SSL error. Fixes #7121 2012-03-16 23:09:00 +01:00
Jefry Lagrange
8700389d98 make sure SM is disabled with reconnecting 2012-03-14 23:49:37 -04:00
Jefry Lagrange
e0bcd1eceb [Matthew Wild] fix stream management error handling. Fixes #7091 2012-03-14 23:37:32 -04:00
Yann Leboulanger
2a1f9d2abb handle data forms in groupchat messages. This way room admins can handle voice
requests.
2012-03-13 17:30:48 +01:00
Yann Leboulanger
72be2c49e0 [Jeff Bailes] updated strings 2012-03-06 11:51:11 +01:00
Denis Fomin
e073718907 update demandimport module from mercurial 2012-02-26 20:38:29 +04:00
Yann Leboulanger
97e5283f88 simplify code to compute how many logs do we request when we re-join a room 2012-02-22 15:36:35 +01:00
Yann Leboulanger
f577ec9af7 fix some string 2012-02-22 10:07:16 +01:00
Yann Leboulanger
fb19adb4d1 don't override assigned GPG key. Fixes #7111 2012-02-21 23:53:49 +01:00
Denis Fomin
12f24e5f48 Quick fix [6de66f624e71]. print last message in room then reconnect 2012-02-18 23:06:08 +04:00
Denis Fomin
09942f48e0 do not duplicate messages in the room when the connection is lost 2012-02-18 22:48:03 +04:00
Yann Leboulanger
3a0aa4c7c6 fix some strings 2012-02-14 20:42:32 +01:00
Yann Leboulanger
721f33c5cf fix traceback. Fixes #7103 2012-02-14 19:35:09 +01:00
Jefry Lagrange
ca1eadaa2d refactoring 2012-02-12 19:36:20 -05:00
Jefry Lagrange
e7644e5ad3 visibly disconnect when loosing connection. Fixes #7091 2012-02-08 22:06:29 -05:00
Yann Leboulanger
241acdd06b [Zash] update Carbon XEP (XEP-0280) to 0.6 version. Fixes #7093 2012-02-07 20:46:42 +01:00
Jefry Lagrange
b2897e36bb better way to handle non supported hash algorithms 2012-01-24 16:51:26 -05:00
Jefry Lagrange
c02b43f88f coding standards 2012-01-24 10:04:14 -05:00
Yann Leboulanger
3b5cabac5b coding standards 2012-01-24 07:28:40 +01:00
Jefry Lagrange
5142ebd626 check file integrity when transfer is completed 2012-01-23 22:28:07 -05:00
Yann Leboulanger
b30b6dd94f prevent traceback. Fixes #7080 2012-01-22 00:28:14 +01:00
Yann Leboulanger
72bca44272 fix behaviour when we remove a contact for which we have a chat tab opened (re-add it to not in roster group). Fixes #7078 2012-01-21 16:32:52 +01:00
Jefry Lagrange
c51fb07d09 merge 2012-01-15 19:53:40 -05:00
Jefry Lagrange
376777091e support for xep-300 2012-01-15 19:37:00 -05:00
Yann Leboulanger
3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Yann Leboulanger
07cb125303 send file using IBB directly if receiver don't support socks5 2012-01-08 20:57:05 +01:00
Yann Leboulanger
8bbca8a0a7 coding standards 2012-01-08 20:48:03 +01:00
Yann Leboulanger
69544d5f5c coding standards 2012-01-08 20:44:15 +01:00
Yann Leboulanger
61a039d894 fix sending result iq in IBB 2012-01-08 20:29:24 +01:00
Jefry Lagrange
76bc866a98 handle errors in IBB 2012-01-07 20:49:07 -05:00
Jefry Lagrange
5017c7e17c fixes ibb transfer 2012-01-07 14:38:59 -05:00
Yann Leboulanger
82413cafaa [Pablo Mazzini] ask passphrase to user when using non-sasl authentication 2012-01-07 15:41:53 +01:00
Jefry Lagrange
930c71cc04 complete IBB jingle support, fixes #6998 2012-01-06 23:18:50 -05:00
Yann Leboulanger
140a2bdaf5 check ssl certificate against hostname only if we use secured connection. Fixes #7071 2012-01-06 09:45:11 +01:00
Yann Leboulanger
359d3c3069 check that pyopenssl > 0.12 is installed before using fonctions available after this version 2012-01-04 11:38:09 +01:00
Yann Leboulanger
8e72a23918 use 'login' keyring as default keyring instead of 'default'. Fixes #7067 2012-01-03 20:17:33 +01:00
Yann Leboulanger
9804572772 fix starting Gajim when pyasn1 is not installed. see #7066 2012-01-02 17:01:31 +01:00
Yann Leboulanger
aa94671708 check hostname in SSL certificates. Fixes #7066 2012-01-02 16:39:06 +01:00
Yann Leboulanger
078291921d msn auth is now availble through https 2011-12-31 15:54:32 +01:00
Yann Leboulanger
a34fa3cb93 handle MISSING PASSPHRASE in gnupg.py 2011-12-31 15:54:11 +01:00
Yann Leboulanger
41b7bd7b41 fix sending jingle ack 2011-12-29 14:08:35 +01:00
Yann Leboulanger
49bc202421 merge from trunk 2011-12-29 11:39:02 +01:00