Yann Leboulanger
2e48120e0c
correctly get account name
2014-06-01 15:42:28 +02:00
Yann Leboulanger
f5e7b812bf
add new function to close socket
2014-06-01 15:42:06 +02:00
Yann Leboulanger
0b2f3b103d
fix sending codecs
2014-05-30 20:37:19 +02:00
Yann Leboulanger
e9dd691645
fix sending candidates and computing hash in jingle file transfer. Fixes #7669
2014-04-25 12:48:39 +02:00
Yann Leboulanger
7d4277dfe4
fix Host resolver. Fixes #7729 , #7750
2014-04-22 13:11:00 +02:00
Fedor Brunner
0a704d05d9
Defer the creation of XTLS until it's first time used.
...
This will make Gajim start a bit faster and more entropy can be
generated for key generation.
2014-04-15 14:01:55 +02:00
Fedor Brunner
7e183d4515
XTLS keys will be stored separate for each profile.
...
Fixes #7735 .
2014-04-15 12:42:09 +02:00
Yann Leboulanger
5f1c570744
use host to resolve DNS if it's available.
2014-04-09 17:04:03 +02:00
Fedor Brunner
74eff753d7
Only Jingle RTP functions depend on Farstream library.
...
Jingle File Transfers work without Farstream.
ICE-UDP transport is also implemented as a part of Farstream (libnice)
Fixes #7713
2014-04-04 10:33:36 +02:00
Yann Leboulanger
8ca7281480
make e2e work with py3
2014-11-11 15:07:53 +01:00
Yann Leboulanger
8a6ed2c04e
fix pyasn1 usage
2014-11-09 22:33:32 +01:00
Yann Leboulanger
5d62740700
remove wrong .decode()
2014-04-08 22:47:43 +02:00
Yann Leboulanger
dbb65d71cc
fix typo
2014-04-08 22:36:19 +02:00
Yann Leboulanger
ea30b6888b
update contact instance in chat window when we talk to another resource. Fixes #7700
2014-03-28 21:29:42 +01:00
Yann Leboulanger
7d09c4d45b
don't try to create certificates if PyOpenSSL is not available
2014-03-30 11:45:29 +02:00
Yann Leboulanger
37390ada35
correctly find gnupg module
2014-03-27 21:18:26 +01:00
Yann Leboulanger
39ff7c27ec
fix some typos
2014-03-27 13:21:28 +01:00
Yann Leboulanger
0eef85f776
ignore attention (XEP-224) when messages is delayed
2014-03-10 21:47:21 +01:00
Yann Leboulanger
3cd06b40eb
make audio work under windows
2014-03-09 10:25:26 +01:00
Yann Leboulanger
ac5db73d53
fix var name. Fixes #7668
2014-03-08 12:19:15 +01:00
Fedor Brunner
d0b0f6992a
New option 'authentication_mechanisms'
...
Fixes #7671
2014-03-01 21:16:24 +01:00
Yann Leboulanger
9437d0ac2f
fix <file> xmlns for jingleFT
2014-02-24 23:03:04 +01:00
Yann Leboulanger
845d8a445d
fix using transport sid in jingle IBB instead of jingle sid
...
fix double iq-result sending
2014-02-24 22:13:25 +01:00
Yann Leboulanger
a5eb0070e9
don't fail to receive a jingle FT request with no <security> tag
2014-02-23 20:53:04 +01:00
Fedor Brunner
700cbeb13f
Old pyOpenSSL is missing get_signature_algorithm. Use the default "sha256"
...
signature algorithm for old pyOpenSSL.
Fixes #7641
2014-02-16 17:41:31 +01:00
Fedor Brunner
bb7442b580
Add ability to configure TLS protocol version.
...
add configuration option tls_version
Related to
https://python-nbxmpp.gajim.org/ticket/17
2014-01-27 16:31:08 +01:00
Fedor Brunner
6588636aa5
Support for sha256 fingerprint.
...
Fixes #7628
2014-01-21 15:27:41 +01:00
Yann Leboulanger
b9ff018a03
add a new event that is sent just before changing status. Fixes #7593
2014-01-14 22:48:51 +01:00
Yann Leboulanger
42619dc5cb
change variable name
2014-01-07 19:51:56 +01:00
Denis Fomin
4b33634a0b
Copyright 2013>2014
2014-01-02 12:33:54 +04:00
Yann Leboulanger
75a5c69871
add a <private> element to message stanza when message carbons is enabled and message is encrypted. Fixes #7616
2014-01-01 20:49:53 +01:00
Yann Leboulanger
309e7caf8a
don't crash when we cannot connect to avahi. Fixes #7607
2013-12-31 14:28:24 +01:00
Yann Leboulanger
3cbb9df77b
don't crash when Farstream is not installed
2014-03-26 18:23:58 +01:00
Yann Leboulanger
e746ca9b1a
start havine audio / video. Doesn't work correctly yet
2014-03-25 21:26:57 +01:00
Yann Leboulanger
0d869cb192
merge GTK3 branch in default
2014-03-23 20:03:03 +01:00
Fedor Brunner
667cd1eb48
Replace the obsolete method warn.
...
http://docs.python.org/3/library/logging.html
Note: There is an obsolete method warn which is functionally identical to
warning. As warn is deprecated, please do not use it - use warning instead.
2014-02-18 09:39:48 +01:00
Fedor Brunner
38f09a4098
Backed out changeset c1f88dc9e4d0 of backed out changeset 4ba5c2f6386e
2014-01-29 16:22:17 +01:00
Fedor Brunner
b0357a9692
Backed out changeset 4ba5c2f6386e
...
I have submitted the 'tls_version' to the incorrect default branch.
The correct submit was done in changeset 15331:b5831b64e5d2 ,
branch gajim_0.16 .
2014-01-29 14:42:14 +01:00
Fedor Brunner
2fd0cbe1d3
Disable TLS tickets (RFC 5077) in OpenSSL Context for XTLS.
...
More on the effect of TLS tickets:
https://media.blackhat.com/us-13/US-13-Daigniere-TLS-Secrets-Slides.pdf
Fixes #7638
2014-01-29 14:12:10 +01:00
Fedor Brunner
3b629a52d2
"4096-bit MODP Group" from RFC3526, Section 5.
...
The prime is: 2^4096 - 2^4032 - 1 + 2^64 * { [2^3966 pi] + 240904 }
RFC3526 specifies a generator of 2.
The generation of the group is described in RFC 2412.
Fixes : #7644
2014-02-17 14:54:20 +01:00
Fedor Brunner
d7c8bdc8c4
Add ability to configure TLS protocol version.
...
add configuration option tls_version
Related to
https://python-nbxmpp.gajim.org/ticket/17
2014-01-27 16:31:08 +01:00
Fedor Brunner
3b0d68d06a
Enable use of 2048, 3072, 4096 bit DH groups in ESessions. The 3072-bit DH
...
group is prefered.
Fixes #7615
2013-12-29 16:00:01 +01:00
Fedor Brunner
ec2156ec42
Update entropy gathering for interface changes of pyOpenSSL.
...
Fixes : #7642
2014-02-17 13:51:45 +01:00
Fedor Brunner
460c62860a
Syntax correction for Python3
2014-02-16 22:37:14 +01:00
Yann Leboulanger
d337aeed4e
py2 -> py3
2013-12-30 21:19:15 +01:00
Yann Leboulanger
54c3f9acaa
py2 -> py3
2013-12-30 20:56:09 +01:00
Fedor Brunner
66c9ecd6cf
Handle "NOTATION_NAME", "NOTATION_DATA" GPG lines. Fixes #7612
2013-12-27 12:42:19 +01:00
Fedor Brunner
4759ef235a
ignore address-related errors for getaddrinfo. Fixes #7611
...
cleanup of jingle_transport.py
2013-12-27 12:16:58 +01:00
Fedor Brunner
dcf1c33cc1
cipher specification cleanup
...
https://trac.gajim.org/ticket/7599
2013-12-23 23:26:54 +01:00
Fedor Brunner
4a360397fe
cipher specification cleanup
...
https://trac.gajim.org/ticket/7599
2013-12-23 23:26:54 +01:00
Yann Leboulanger
0fb4f69855
don't crash with new nbxmpp
2013-12-23 16:03:39 +01:00
Yann Leboulanger
6e0785964c
update die to nbxmpp update
2013-12-06 21:20:22 +01:00
Yann Leboulanger
a402c064c5
missing change
2013-12-06 21:29:25 +01:00
Yann Leboulanger
d12be64986
minor code improvement
2013-12-06 21:27:53 +01:00
Yann Leboulanger
905f65720e
update die to nbxmpp update
2013-12-06 21:20:22 +01:00
Yann Leboulanger
df11617ddb
both sender and receiver request remote SSL certificate, but only if it's a new one.
...
Correctly verify remote SSL certificate.
2013-12-04 18:43:28 +01:00
Yann Leboulanger
1b0406a814
fix the "do not ask me again" behaviour with untrusted GPG key warning. Fixes #7584
2013-12-01 10:06:38 +01:00
Yann Leboulanger
fbf8fd7ca0
[fedor] fix gpg signature when hash algo is not SHA-1. Fixes #7569
2013-11-30 10:10:39 +01:00
Yann Leboulanger
5095bc6598
support direct invitation (XEP-0249). Fixes #7581
2013-11-28 21:24:17 +01:00
Yann Leboulanger
928b7b67ba
fix warning message
2013-11-14 21:34:15 +01:00
Yann Leboulanger
d4c2fd4da8
[fedor] enable forward secrecy thanks to Diffie-Hellman parameters. Fixes #7555
2013-11-12 21:10:22 +01:00
Denis Fomin
190bb38faf
Add date to gajim logs. Fixes #7556
2013-11-11 15:43:56 +04:00
Yann Leboulanger
0789b47646
[fedor] use openssl random number generator if available, and improve entropy. Fixes #7550
2013-11-10 08:39:50 +01:00
Denis Fomin
1e68c92bc8
fix var name
2013-11-08 14:06:22 +04:00
Yann Leboulanger
52a70f34fe
prevent traceback. Fixes #7503
2013-11-06 21:17:15 +01:00
Yann Leboulanger
43f21dcbeb
don't send receipt answer for forwarded messages. Fixes #7548
2013-11-05 13:12:38 +01:00
Yann Leboulanger
24440e4185
[fedor] improve Jingle XTLS security. Fixes #7544
2013-11-05 11:21:56 +01:00
Yann Leboulanger
219405952c
ability to configure cipher list
2013-11-03 17:57:12 +01:00
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
Yann Leboulanger
fd0ff877a3
GObject.* -> GLib.*
2013-07-28 20:50:30 +02:00
Yann Leboulanger
8c7ee7a12b
fix encoding issue
2013-07-28 20:50:11 +02:00
Yann Leboulanger
7046cd0608
fix a few things for gtk3
2013-07-28 19:38:49 +02:00
Yann Leboulanger
5ce4ec3e57
use XEP-0033 to send one message to several JIDs
2013-07-27 14:14:50 +02:00
Yann Leboulanger
b71ad6b419
use XEP-0033 to send one message to several JIDs
2013-07-27 14:14:50 +02:00
Yann Leboulanger
d8264118de
remove send_message from connection object. Use Event everywhere
2013-07-26 14:45:16 +02:00
Yann Leboulanger
49fec47f36
remove send_message from connection object. Use Event everywhere
2013-07-26 14:45:16 +02:00
Yann Leboulanger
98919edd49
don't import GTK too early. see #7284 , #7192
2013-07-25 10:18:41 +02:00
Denis Fomin
c446150a7e
[Darlan & I]Improved BiDi support for banner text, popup with presence info and more status messages (kick, ban, change nick) fixes #7284 #7192
2013-07-23 17:55:24 +04:00
Denis Fomin
2755dece2e
[Darlan & I]Improved BiDi support for banner text, popup with presence info and more status messages (kick, ban, change nick) fixes #7284 #7192
2013-07-23 17:55:24 +04:00
Yann Leboulanger
5f4fc5463b
improve error message when we cannot connect to a host via a proxy. Fixes #7358
2013-07-19 21:12:11 +02:00
Yann Leboulanger
1bd9d8e53c
improve error message when we cannot connect to a host via a proxy. Fixes #7358
2013-07-19 21:12:11 +02:00
Yann Leboulanger
beabd1c05d
remove no more needed send_gc_message function
2013-07-19 12:46:09 +02:00
Yann Leboulanger
cef70e7431
remove no more needed send_gc_message function
2013-07-19 12:46:09 +02:00
Denis Fomin
bf83aab820
typo
2013-07-19 14:36:46 +04:00
Denis Fomin
1d290a7a2e
typo
2013-07-19 14:36:46 +04:00
Denis Fomin
41b1a28a16
handle gc outgoing messages with events.
2013-07-19 13:52:37 +04:00
Denis Fomin
4481b6356e
handle gc outgoing messages with events.
2013-07-19 13:52:37 +04:00
Yann Leboulanger
975bf972eb
fix receiving a carbon of a sent message without a from.
2013-07-18 14:32:45 +02:00
Yann Leboulanger
a3f1cdd2ab
fix receiving a carbon of a sent message without a from.
2013-07-18 14:32:45 +02:00
Yann Leboulanger
a496c8004d
support version 2 of message carbons
2013-07-18 14:03:13 +02:00
Yann Leboulanger
f77f5f6646
support version 2 of message carbons
2013-07-18 14:03:13 +02:00
Yann Leboulanger
e2ec2e5e6c
get the expired key information back
2013-07-17 15:04:10 +02:00
Yann Leboulanger
b9679003b3
get the expired key information back
2013-07-17 15:04:10 +02:00
Yann Leboulanger
874e79d820
don't crash when GPG key are badly encrypted
2013-07-17 12:50:34 +02:00
Yann Leboulanger
6dc8989854
don't crash when GPG key are badly encrypted
2013-07-17 12:50:34 +02:00
Yann Leboulanger
5a59654fea
fix using FT proxies. Fixes #7382
2013-07-15 16:03:07 +02:00
Yann Leboulanger
3b4075c7c4
fix using FT proxies. Fixes #7382
2013-07-15 16:03:07 +02:00
Yann Leboulanger
9cbf796ae1
fix connection to FT proxies. Fixes #7349
2013-07-07 14:22:37 +02:00
Yann Leboulanger
1b803b7780
fix connection to FT proxies. Fixes #7349
2013-07-07 14:22:37 +02:00
Yann Leboulanger
ba80ea181f
fix IPv6 issues under window 7 for file transfer. Fixes #4452 , #7240
2013-07-05 21:10:16 +02:00
Yann Leboulanger
689e2581c5
fix IPv6 issues under window 7 for file transfer. Fixes #4452 , #7240
2013-07-05 21:10:16 +02:00
Yann Leboulanger
1d87b050b4
[binary] fix receiving pubsub bookmarks. Fixes #7380
2013-07-05 17:02:07 +02:00
Yann Leboulanger
efa432ffd4
[binary] fix receiving pubsub bookmarks. Fixes #7380
2013-07-05 17:02:07 +02:00
Yann Leboulanger
3f15047919
fix using GPG with non-utf8 OS. Fixes #7227
2013-06-20 20:48:34 +02:00
Yann Leboulanger
084681cb7f
fix using GPG with non-utf8 OS. Fixes #7227
2013-06-20 20:48:34 +02:00
Yann Leboulanger
9e7ea9b328
update gnupg to 0.3.4
2013-06-20 20:47:42 +02:00
Yann Leboulanger
03b06bd72b
update gnupg to 0.3.4
2013-06-20 20:47:42 +02:00
Yann Leboulanger
d280ff3aa4
gobject -> GObject
2013-07-28 17:54:55 +02:00
Yann Leboulanger
d50ffacbec
discover server of our contacts on startup if it's not already done.
2013-06-02 22:02:43 +02:00
Yann Leboulanger
28002c209c
discover server of our contacts on startup if it's not already done.
2013-06-02 22:02:43 +02:00
Yann Leboulanger
1e4772fc65
cache jabber servers too in trnasports_cache table so that they are not considered as transports. Fixes #7360
2013-06-02 21:02:33 +02:00
Yann Leboulanger
cd92ce9933
cache jabber servers too in trnasports_cache table so that they are not considered as transports. Fixes #7360
2013-06-02 21:02:33 +02:00
Yann Leboulanger
63fd8e8277
fix privacy lists: Don't use several time the same order number. Fixes #7352
2013-05-26 12:58:19 +02:00
Yann Leboulanger
ae51adcee2
fix privacy lists: Don't use several time the same order number. Fixes #7352
2013-05-26 12:58:19 +02:00
Yann Leboulanger
96c48693c0
get files from 0.15 branch
2013-05-25 20:53:36 +02:00
Yann Leboulanger
c8c457318e
enable nbxmpp logging when using -v
2013-05-16 21:06:41 +02:00
Yann Leboulanger
dea17edf4e
enable nbxmpp logging when using -v
2013-05-16 21:06:41 +02:00
Yann Leboulanger
a14c758d06
- regroup display PEP info in roster options
...
- add option to show positive XEP-0184 ack in message window. Fixes 7341
2013-05-12 21:32:29 +02:00
Yann Leboulanger
6a71432199
- regroup display PEP info in roster options
...
- add option to show positive XEP-0184 ack in message window. Fixes 7341
2013-05-12 21:32:29 +02:00
Denis Fomin
e406526ad7
Fix missing import
2013-04-26 13:01:05 +04:00
Denis Fomin
b0bc8a4958
Fix missing import
2013-04-26 13:01:05 +04:00
Yann Leboulanger
f0a4094cc9
XEP-0308 Last Message Correction support.
2013-04-25 20:38:18 +02:00
Yann Leboulanger
b44b8499d7
XEP-0308 Last Message Correction support.
2013-04-25 20:38:18 +02:00
Yann Leboulanger
b74b7f96fa
move gtk function from pep to gui_interface
2013-04-06 12:25:19 +02:00
Yann Leboulanger
aef4452ff5
remove unused class parameter
2013-04-06 12:24:26 +02:00
Yann Leboulanger
23471cbd9d
remove unused class parameter
2013-04-06 12:24:26 +02:00
Yann Leboulanger
7de87c19a0
move ConnectionPEP class to connection_handlers to prevent import loop
2013-04-06 10:14:28 +02:00
Yann Leboulanger
acd9e662bb
move ConnectionPEP class to connection_handlers to prevent import loop
2013-04-06 10:14:28 +02:00
Yann Leboulanger
9c8c1de03f
update my copyright
2013-04-05 21:35:39 +02:00
Yann Leboulanger
b779a1abf5
update my copyright
2013-04-05 21:35:39 +02:00
Yann Leboulanger
a38b779e9e
don't run several GPG threads when we receive a non-GPG message. Fixes #7311
2013-04-05 20:59:17 +02:00
Yann Leboulanger
580e548729
don't run several GPG threads when we receive a non-GPG message. Fixes #7311
2013-04-05 20:59:17 +02:00
Yann Leboulanger
4b3a169571
implement XEP-0191 for servers that don't support privacy lists
2013-03-30 23:13:48 +01:00
Yann Leboulanger
d77524b6a7
implement XEP-0191 for servers that don't support privacy lists
2013-03-30 23:13:48 +01:00
Yann Leboulanger
e011a28702
re-work blocking code
2013-03-30 20:36:43 +01:00
Yann Leboulanger
0e480f3501
re-work blocking code
2013-03-30 20:36:43 +01:00
Yann Leboulanger
46f84aaf97
don't traceback when server doesn't have SSL support. Fixes #7322
2013-03-19 13:32:03 +01:00
Yann Leboulanger
f92f4315a2
hg version is now 0.15.3.0
2013-03-17 19:48:52 +01:00
Yann Leboulanger
3c8e8c9371
hnadle MISSING_PASSPHRASE message from gnupg when signing
2013-03-14 12:45:53 +01:00
Yann Leboulanger
7ba05ec258
hnadle MISSING_PASSPHRASE message from gnupg when signing
2013-03-14 12:45:53 +01:00
Denis Fomin
f8ea97203a
Fix roster size(gajim in one window mode) in fullscreen mode and in tiling wm. Fixes #7315
2013-03-10 22:18:53 +04:00
Denis Fomin
14b84cb498
Fix roster size(gajim in one window mode) in fullscreen mode and in tiling wm. Fixes #7315
2013-03-10 22:18:53 +04:00
Jefry Lagrange
c451722a0a
Ask for discovery information (and archive) after SM is enabled. Fixes #7299
2013-02-23 11:41:36 -04:00
Yann Leboulanger
2c389640a7
handle the case when user press cancell at gnome keyring password dialog when saving a password. Fixes #7305
2013-02-19 13:22:49 +01:00
Yann Leboulanger
e59c4bbfad
send RIE stanza as an IQ if user is online and supports RIE. Fixes #7289
2013-02-10 18:57:25 +01:00
Yann Leboulanger
04e1d02707
send RIE stanza as an IQ if user is online and supports RIE. Fixes #7289
2013-02-10 18:57:25 +01:00
Yann Leboulanger
3d92f24834
don't crash when cacerts.pem file doesn't exists
2013-02-10 11:29:14 +01:00
Yann Leboulanger
19864ec80e
correctly close file when we cancel a transfer. Fixes #7281
2013-01-24 21:23:57 +01:00
Yann Leboulanger
63c854f6f7
add OOB url in message. Fixes #4325
2013-01-20 19:56:18 +01:00
Jefry Lagrange
cc198ec347
Also cancel the jingle session when initiator for IBB transfer cancellation
2013-01-19 21:40:19 -04:00
Yann Leboulanger
fdbde63c99
gtk3 branch is name 0.16.10
2013-07-26 11:45:58 +02:00
Denis Fomin
0c00cdde72
typo
2013-04-22 18:09:58 +04:00
Denis Fomin
7954786a1b
prevent warning
2013-04-22 18:07:45 +04:00
Jefry Lagrange
2da62b5c17
Ask for discovery information (and archive) after SM is enabled. Fixes #7299
2013-02-23 11:41:36 -04:00
Yann Leboulanger
1257516306
handle the case when user press cancell at gnome keyring password dialog when saving a password. Fixes #7305
2013-02-19 13:22:49 +01:00
Emmanuel Gil Peyrot
4d0f63cd3a
Fix Jingle XTLS certificate creation.
2013-03-05 15:58:20 +01:00
Yann Leboulanger
c8f8a8b6d1
correctly detect when GnomeKeyring is not installed
2013-02-20 20:13:08 +01:00
Yann Leboulanger
d5ee84a329
differenciate popup_image and popup_image_path un notification when we path an icon name or an image path
2013-02-18 20:52:04 +01:00
Yann Leboulanger
e33489ad00
backout bbc44ddb319b. Make import of gnome keyring work
2013-02-16 20:31:38 +01:00
Yann Leboulanger
2c3209ac64
add OOB url in message. Fixes #4325
2013-01-20 19:56:18 +01:00
Jefry Lagrange
3451548d86
Also cancel the jingle session when initiator for IBB transfer cancellation
2013-01-19 21:40:19 -04:00
Yann Leboulanger
479a9cb8ba
[Daniel Aleksandersen] Use encrypted Google search. Fixes #7289
2013-01-14 20:13:45 +01:00
Yann Leboulanger
e3bc4ef020
remove <ping> child in ping reply. Fixes #7286
2013-01-10 17:21:05 +01:00
Yann Leboulanger
9698251570
fix registering new account
2013-01-06 15:11:34 +01:00
Denis Fomin
33eeadcf5f
Fix PEP
2013-01-06 15:41:26 +04:00
Yann Leboulanger
3967658f30
ability to see out own video in the same time we send it and show both outging and incoming videos inside chat control
2012-12-30 18:59:48 +01:00
Yann Leboulanger
c88522e5de
ability to see out own video in the same time we send it and show both outging and incoming videos inside chat control
2012-12-30 18:59:48 +01:00
Yann Leboulanger
6879730568
handle nbxmpp logging with -l option (-l .nbxmpp.client_nb=INFO for example)
2012-12-30 18:54:49 +01:00
Yann Leboulanger
0c4f20145f
fix order of farstream calls
2012-12-30 16:20:57 +01:00
Yann Leboulanger
1e3a8ca866
fix order of farstream calls
2012-12-30 16:20:57 +01:00
Jefry Lagrange
c4ca6a80c3
Cancel an IBB transfer
2012-12-26 18:41:31 -04:00
Yann Leboulanger
6894db0224
fix config names. Fixes #7276
2012-12-25 18:56:05 +01:00
Yann Leboulanger
37e0797f30
correctly get SSL certificate from nbxmpp. Fixes #7283
2012-12-25 18:18:39 +01:00
Yann Leboulanger
2780fc2b0e
correctly handle SSL errors. Fixes #7252
2012-12-23 17:48:11 +01:00
Yann Leboulanger
cae8faf0ed
fix module name
2012-12-16 23:53:32 +01:00
Yann Leboulanger
ebb901045a
fix module name
2012-12-16 18:29:59 +01:00
Yann Leboulanger
34163e508b
keep in config file room.JID.muc_restore_*. Fixes #7276
2012-12-13 10:07:51 +01:00
Yann Leboulanger
d1adec53be
don't reconnect a disabled account. Fixes #7265
2012-12-12 22:03:13 +01:00
Yann Leboulanger
12cf1eba1f
fix module name
2012-12-12 20:34:02 +01:00
Yann Leboulanger
77775cf0af
Gajim now uses python-nbxmpp library instead of embedding it.
2012-12-09 21:37:51 +01:00
Yann Leboulanger
0c6117a778
ability to store muc_restore_* per room JID. Fixes #7276
2012-12-09 17:07:50 +01:00
Yann Leboulanger
0a8b9af93d
prevent traceback
2012-12-07 17:05:20 +01:00
Jefry Lagrange
a4fc916ab2
prevent connection to be called when there is no connection
2012-11-23 21:38:36 -04:00
Denis Fomin
9fa880cc36
prevent traceback
2012-11-18 23:46:43 +04:00
Denis Fomin
2384e99900
Make Location information translatable
2012-11-15 14:44:48 +04:00
Denis Fomin
f112615aae
typo
2012-11-15 14:19:02 +04:00
Denis Fomin
6485517447
coding style.
2012-11-15 14:05:10 +04:00
Yann Leboulanger
6adec9b8e3
trunk is now 0.15.2.0
2012-11-11 10:05:23 +01:00
Yann Leboulanger
6a8737bcd5
do TLS handshake without blocking. Fixes #7250
2012-10-28 16:59:11 +01:00
Jefry Lagrange
fb5cbc98b4
initialize elapsed-time
2012-10-13 17:32:19 -04:00
Jefry Lagrange
d3048a0ac7
only compare file hashes when we actually have a hash
2012-10-13 14:31:16 -04:00
Jefry Lagrange
8da4e91134
first thing to do when receiving a jingle stanza is to acknowledge it
2012-10-12 00:05:26 -04:00
Jefry Lagrange
7149a2c568
fix getting info of file when receiving a file request
2012-10-09 22:48:01 -04:00
Yann Leboulanger
566273af2c
prevent traceback when a wrong certificate is being checked. Fixes #7242
2012-10-08 11:14:47 +02:00
Jefry Lagrange
4f6687e868
refactoring
2012-09-26 20:46:09 -04:00
Yann Leboulanger
3d39c36c18
ignore presences when nothing changed (status, status message, prio). Fixes #7210
2012-09-26 16:03:18 +02:00
Yann Leboulanger
498bcb6ccd
decrease call to get_contact(s) function to improve speed. see #7125
2012-09-24 12:24:10 +02:00
Yann Leboulanger
07dd2cf433
fix var name. Fixes #7229
2012-09-23 13:34:21 +02:00
Jefry Lagrange
a8922c32a8
coding standards
2012-09-22 22:16:03 -04:00
Jefry Lagrange
f94a8cec1b
only accept file request from peers that we already sent the file to
2012-09-22 13:25:55 -04:00
Jefry Lagrange
589c3081bb
socks5 proxy supports file request. Raise OutOfOrder exception when we get a candidate and we are not expecting it
2012-09-21 17:42:16 -04:00
Yann Leboulanger
a2b6b68cde
handle disconnection while doing SASL as a sasl failure rather than a connection error. Fixes #3343
2012-09-19 17:20:45 +02:00
Yann Leboulanger
d530b8ef84
fix function argument. Fixes #7229
2012-09-19 09:49:43 +02:00
Yann Leboulanger
7d12dbcc65
decrypt GPG messages one after the other. Fixes #7229
2012-09-18 16:07:11 +02:00
Jefry Lagrange
62da971381
commenting DEBUG code
2012-09-18 00:13:31 -04:00
Jefry Lagrange
6f9c540392
refactoring
2012-09-18 00:12:07 -04:00
Jefry Lagrange
c22f5db122
IBB supports file request
2012-09-15 10:39:35 -04:00
Jefry Lagrange
bfc4dccc0f
add new FT in FT window when we are requesting file
2012-09-07 10:01:11 -04:00
Jefry Lagrange
d16ee652c6
send session-accept for file request
2012-09-05 19:39:07 -04:00
Jefry Lagrange
88194e02bc
get right info in file_props when we receive a request for a file
2012-09-02 12:59:55 -04:00
Yann Leboulanger
e0adaa8a87
remove old comment. Audio works with pidgin.
2012-09-01 20:42:57 +02:00
Jefry Lagrange
e92fec4bdc
send modification date of file being transfered
2012-08-31 13:54:40 -04:00
Yann Leboulanger
b8adce541f
add an id to jingle ICE UDP transports
2012-08-31 13:42:44 +02:00
Jefry Lagrange
c64bac1535
refactoring
2012-08-30 23:09:23 -04:00
Yann Leboulanger
036a309093
fix fallback to IBB
2012-08-30 23:46:19 +02:00
Yann Leboulanger
f22a889845
don't forget to send candidate-error when we get only a local IP
2012-08-30 23:45:35 +02:00
Yann Leboulanger
2bb8bb3838
for the receiver: start to linten only when we accept connection. Stop listening when we get a candidate-error or a candidate-used of type proxy.
2012-08-30 11:09:39 +02:00
Jefry Lagrange
d8978f7a08
decline request of an unknown file
2012-08-29 20:31:27 -04:00
Jefry Lagrange
b20e054d55
set and retrieve information about the files transfered
2012-08-29 15:06:04 -04:00
Yann Leboulanger
abd850e298
update version number
2012-08-29 16:12:30 +02:00
Yann Leboulanger
a71f6701c2
correctly send hash in session-accept
2012-08-29 16:12:14 +02:00
Jefry Lagrange
401f19282a
dont connect to local host if ip is the same or if is loopback
2012-08-28 15:10:19 -04:00
Yann Leboulanger
2bcc753c67
fixsending through a proxy
2012-08-28 19:10:13 +02:00
Yann Leboulanger
27a8cf325a
fix attribute name
2012-08-28 15:46:52 +02:00
Yann Leboulanger
6cecc36509
version will be 0.15.1
2012-08-28 11:10:42 +02:00
Yann Leboulanger
aa4b15de72
when we come ack from invisible, restore the block list if we block some contacts. Fixes #7215
2012-08-28 10:39:08 +02:00
Jefry Lagrange
67c28501af
only send hash if contact supports it
2012-08-25 23:54:39 -04:00
Jefry Lagrange
5bec8c7a09
make file_props use session sid as the default sid
2012-08-25 12:09:50 -04:00
Jefry Lagrange
ce1bdb7b63
calculate hash after we get session accept
2012-08-25 11:14:38 -04:00
Jefry Lagrange
b1d206d2ec
refactoring
2012-08-24 20:13:25 -04:00
Yann Leboulanger
c42b00702d
improve decline implementation
2012-08-24 12:54:27 +02:00
Yann Leboulanger
1b870be4e7
finish renaming type properties to type_. Fixes #7222
2012-08-24 10:37:24 +02:00
Yann Leboulanger
30d033c7c3
store full from jid in gc-invite event.
...
fix receiving decline tag
2012-08-24 10:27:51 +02:00
Yann Leboulanger
aecfc39a7c
missing commit
2012-08-24 10:13:55 +02:00
Jefry Lagrange
6d95385102
commenting debugging code
2012-08-23 23:24:43 -04:00
Jefry Lagrange
e025d54fb1
get file_tag from file request
2012-08-23 23:16:25 -04:00
Jefry Lagrange
db7bba378a
coding standards
2012-08-23 17:53:17 -04:00
Jefry Lagrange
4585c85458
coding standards
2012-08-23 17:45:38 -04:00
Yann Leboulanger
4928275537
print in groupchat when the invited contact declines the invitation
2012-08-23 22:11:21 +02:00
Yann Leboulanger
130d9525e4
decline groupchat invitation.
2012-08-23 21:34:03 +02:00
Yann Leboulanger
96dd70050b
Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me
2012-08-23 13:10:30 +02:00
Yann Leboulanger
fccf0e2050
clean file props after we have tested proxies
2012-08-23 12:13:20 +02:00
Yann Leboulanger
35b9f5da6c
fix is_transfer_stopped() function. Fixes #7170
2012-08-23 12:12:19 +02:00
Yann Leboulanger
fb5d58de11
don't do SSL over SSL and correctly shutdown SSL sockets.
2012-08-23 11:36:51 +02:00
Jefry Lagrange
1dc1adf073
only delete file_props in the ft_window
2012-08-22 15:30:12 -04:00
Yann Leboulanger
1a3e4508ff
make using receiver proxy work
2012-08-22 18:09:40 +02:00
Yann Leboulanger
5178543517
add a try/except
2012-08-22 14:49:44 +02:00
Yann Leboulanger
f832900d2b
coding standards
2012-08-22 12:55:57 +02:00
Yann Leboulanger
133593e1ca
coding standards
2012-08-22 12:21:45 +02:00
Yann Leboulanger
f801d33b53
fix coding standards
2012-08-22 11:54:21 +02:00
Yann Leboulanger
aaccec79cf
don't try only last_connection_type, but try it it first. Fixes #7002
2012-08-19 22:35:46 +02:00