Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-09remove bad .encode()python23Yann Leboulanger
2014-04-06idlequeue uses time in microseconds (even with Python 2).Maxime Chéramy
2014-04-06Copy the timeouts' items and the alarms' keys before iterating over them.Maxime Chéramy
2014-04-06fix GLib / gobject thingsYann Leboulanger
2014-04-06Use the GLib flags when using GLib.Maxime Chéramy
2014-04-05Fork of the python3 branch to run with Python2.Maxime Chéramy
The import of GLib in idlequeue.py is not working. Seems to work with the gajim_0.16 branch of Gajim. More advanced testing should be done.
2014-03-27initialize ssl_errnum to 0Yann Leboulanger
py2 -> py3
2014-03-15prepare 0.4 releaseYann Leboulanger
2014-03-04Disable session resumption, protection against Triple Handshakes TLS attack.Fedor Brunner
Session resumption is currently not supported in Gajim, because Connection.get_session, Connection.set_session are not used. But in case someone will try to use them in future disable session cache using Context.set_session_cache_mode(OpenSSL.SSL.SESS_CACHE_OFF) Fixes #21
2014-03-04Disable SCRAM-SHA-1-PLUS if channel binding is not supported.Fedor Brunner
Fixes #20
2014-03-02update version numberYann Leboulanger
2014-03-01Add possibility to restrict authentication mechanisms used during login.Fedor Brunner
Fixes #20
2014-02-26Detect downgrade attacks from SCRAM-SHA-1-PLUS to SCRAM-SHA-1.Fedor Brunner
Fixes #16
2014-02-26SCRAM-SHA-1-PLUS authentication mechanismFedor Brunner
Fixes #16
2013-12-31optimalizaton and clean up of challenge_splitterFedor Brunner
and minor cleanup
2014-02-25Check nonce returned from server during SCRAM-SHA-1 authentication.Fedor Brunner
The first part of server nonce muss be the nonce send by client. Fixes #19
2014-02-25Fix typosFedor Brunner
2014-02-19add NS_MSG_HINTSYann Leboulanger
2014-01-29Ubuntu 12.04.4 package python-openssl (0.12-1ubuntu2.1) is based onFedor Brunner
an older version of pyOpenSSL. In this version of pyOpenSSL OpenSSL.SSL.OPENSSL_VERSION_NUMBER is not defined. Fixes: #18
2014-01-27update version numberYann Leboulanger
2014-01-27Add ability to configure TLS protocol version.Fedor Brunner
Add support for tls_version parameter. Fixes #17
2014-02-18Replace the obsolete method warn.Fedor Brunner
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-01-21Don't overwrite self._owner.ssl_errnum with incorrect value. Fixes #15Fedor Brunner
2013-12-31py2 -> py3Yann Leboulanger
2013-12-23prepare 0.3 releaseYann Leboulanger
2013-12-16fix typoYann Leboulanger
2013-12-16[Fedor] Fix unit test (new parameter cipher_list)Yann Leboulanger
2013-12-14[Fedor Brunner] Use better random number generator when openssl is ↵Yann Leboulanger
available. Fixes #12
2013-12-07store only depth 0 certificate, and don't store fingerprint and pem. Fixes #11Yann Leboulanger
2013-11-30prevent tracebackYann Leboulanger
2013-11-30[fedor] Disable SSL v3 protocol and use only TLS 1.0, TLS 1.1, TLS 1.2. Fixes #9Yann Leboulanger
2013-11-29[fedor] fix BOSH connection. Fixes #10Yann Leboulanger
2013-11-03ability to configure cipher list. see #7Yann Leboulanger
2013-11-03[fedor] ephemeral key exchange and enable TLS 1.1 and TLS 1.2 when ↵Yann Leboulanger
connecting using client cert authentification. Fixes #8
2013-09-09[fedor.brunner] Use only high encryption cipher suites and RC4 as least ↵Yann Leboulanger
choice. Fixes #7
2013-07-31fix encoding Protocol object before sending themYann Leboulanger
2013-07-31fix connecting via socks5 proxyYann Leboulanger
2013-07-29use get_real_time instead of get_current_timeYann Leboulanger
2013-07-28fix some new GLib thingsYann Leboulanger
2013-07-26update HTML docYann Leboulanger
2013-07-26prepare 0.2 releaseYann Leboulanger
2013-07-24add NS_MAMYann Leboulanger
2013-07-22fix connection with BOSHYann Leboulanger
2013-07-18update carbon namespace to v2Yann Leboulanger
2013-05-26Catches more general exception on socket, then disconnect.Jefry Lagrange
2013-04-24add XEP-0308 namespaceYann Leboulanger
2013-04-08add test suiteYann Leboulanger
2013-03-30add XEP-191 namespaceYann Leboulanger
2013-02-23Ask for discovery information (and archive) after SM is enabled. Fixes #7299Jefry Lagrange
2013-03-05fix initilizing errnum listYann Leboulanger