Commit graph

4464 commits

Author SHA1 Message Date
Yann Leboulanger
47b00c5c23 don't send receipt answer for forwarded messages. Fixes #7548 2013-11-05 13:12:38 +01:00
Yann Leboulanger
0bae08571a [fedor] improve Jingle XTLS security. Fixes #7544 2013-11-05 11:21:56 +01:00
Yann Leboulanger
d7abab9097 ability to configure cipher list 2013-11-03 17:57:12 +01:00
Yann Leboulanger
24d38e2434 [fedor] prefer stronger hash algorithms. Fixes #7541 2013-11-02 21:22:41 +01:00
Yann Leboulanger
f888f57d1c fix computing hash once socket is correctly closed 2013-11-02 16:09:12 +01:00
Yann Leboulanger
4da8a480d0 file_props.size is an integer 2013-11-02 09:00:16 +01:00
Yann Leboulanger
9076ad8156 fix typo 2013-10-30 11:58:18 +01:00
Yann Leboulanger
e50dad792f fix typo 2013-10-30 11:58:18 +01:00
Jefry Lagrange
5261137083 allow to connect to network ip but not loopback. Fixes #7403 2013-10-29 21:26:49 +00:00
Jefry Lagrange
f8868280b1 allow to connect to network ip but not loopback. Fixes #7403 2013-10-29 21:26:49 +00:00
Yann Leboulanger
bbca2284ac fix logging sent single messages. Fixes #7207 2013-10-28 12:02:05 +01:00
Denis Fomin
002a5c7eee Set gajim-remote to not active by default. Fixes #7454 2013-10-15 23:56:20 +04:00
Denis Fomin
dc7a15582a typo 2013-09-17 12:41:32 +04:00
Denis Fomin
31aa419c17 Typo. Fixes #7479 2013-09-17 12:24:28 +04:00
Yann Leboulanger
4e2580d389 don't create a new session when we get an error message in a pm. Fixes #7435 2013-08-27 17:24:41 +02:00
Yann Leboulanger
a8151d8dc2 don't create a new session when we get an error message in a pm. Fixes #7435 2013-08-27 17:24:41 +02:00
Yann Leboulanger
76ad29175a fix traceback with new fileprops. 2013-08-26 20:34:58 +02:00
Yann Leboulanger
b34162e5d0 fix traceback with new fileprops. 2013-08-26 20:34:58 +02:00
Yann Leboulanger
16385e8a52 we release under GPL v3 2013-08-16 09:33:15 +02:00
Denis Fomin
5e2ae05877 typo 2013-08-16 10:09:41 +04:00
Denis Fomin
5600efb3b7 update version number 2013-08-16 01:37:02 +04:00
Yann Leboulanger
7de01f0f13 [Yves-Alexis Perez] Fix oid_xmppaddr and oid_dnssrv for X509 cert checking 2013-08-15 23:19:23 +02:00
Yann Leboulanger
b11524ea1d we release under GPL v3 2013-08-16 09:33:15 +02:00
Denis Fomin
190f377df4 typo 2013-08-16 10:09:41 +04:00
Yann Leboulanger
49f6ad216b [Yves-Alexis Perez] Fix oid_xmppaddr and oid_dnssrv for X509 cert checking 2013-08-15 23:19:23 +02:00
Denis Fomin
44a74d8c23 prevent bug when forming a jid 2013-08-15 14:38:59 +04:00
Denis Fomin
e9f6909820 prevent bug when forming a jid 2013-08-15 14:38:59 +04:00
Yann Leboulanger
4671bba069 [Darlan] improve some strings. Fixes #7239 2013-08-15 10:33:27 +02:00
Yann Leboulanger
1b7954a5e6 [Darlan] improve some strings. Fixes #7239 2013-08-15 10:33:27 +02:00
Yann Leboulanger
c9831e0b96 prevent bug when forming a jid. Fixes #7428 2013-08-15 10:00:42 +02:00
Yann Leboulanger
099d0d61e8 prevent bug when forming a jid. Fixes #7428 2013-08-15 10:00:42 +02:00
Yann Leboulanger
77e790ceb9 fix error when there is a ' char in the config path. Fixes #7344 2013-08-14 18:58:48 +02:00
Yann Leboulanger
2cd3a8e561 fix error when there is a ' char in the config path. Fixes #7344 2013-08-14 18:58:48 +02:00
Yann Leboulanger
e34d91e323 disable metacontacts until it work correctly. see #7295 2013-08-16 09:52:33 +02:00
Yann Leboulanger
c6e2c5665d convert a print to a debug print 2013-08-14 11:49:43 +02:00
Yann Leboulanger
13a4a91d9a convert a print to a debug print 2013-08-14 11:49:43 +02:00
Yann Leboulanger
89d0ec58f4 ignore wrong incoming stanza. Fixes #7416 2013-08-13 14:37:56 +02:00
Yann Leboulanger
6b6fd5b20d ignore wrong incoming stanza. Fixes #7416 2013-08-13 14:37:56 +02:00
Yann Leboulanger
2dffcd4ed6 correctly detect that farstream is not available. Fixes #7420 2013-08-13 13:54:16 +02:00
Yann Leboulanger
bbf334ae6f correctly detect that farstream is not available. Fixes #7420 2013-08-13 13:54:16 +02:00
Yann Leboulanger
65a979e7de always present room JID LTR. Fixes #7402 2013-08-01 19:05:00 +02:00
Yann Leboulanger
4994909e4e always present room JID LTR. Fixes #7402 2013-08-01 19:05:00 +02:00
Yann Leboulanger
c02d122be3 fix encoding issue 2013-08-01 15:54:07 +02:00
Yann Leboulanger
97d9991a48 Dnd is back 2013-08-01 11:41:37 +02:00
Yann Leboulanger
967fa409a9 don't allow to browse non-MUC server in join groupchat dialog. 2013-07-30 20:09:52 +02:00
Yann Leboulanger
f0bbb92b41 don't allow to browse non-MUC server in join groupchat dialog. 2013-07-30 20:09:52 +02:00
Yann Leboulanger
d1a6467d82 GObject -> GLib 2013-07-29 21:41:01 +02:00
Yann Leboulanger
1cdeb1897a fix var name 2013-07-28 12:58:15 +02:00
Yann Leboulanger
134f87ced5 fix var name 2013-07-28 12:58:15 +02:00
Yann Leboulanger
137ae2b54a GObject -> GLib 2013-07-29 18:35:49 +02:00