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 (Expand)Author
2014-12-27prepare 0.5.2 releasenbxmpp-0.5.2Yann Leboulanger
2014-12-27update MAM namespaceYann Leboulanger
2014-12-27fix tests with missing parmeterYann Leboulanger
2014-12-23[thpo] fix handling of binary SASL data for mechanism GSSAPI. Fixes #30Yann Leboulanger
2014-11-09[bseibold] Fix BOSH HTTP requests. Fixes #29Yann Leboulanger
2014-10-05fix 0.5.1 tagYann Leboulanger
2014-10-05fix typonbxmpp-0.5.1Yann Leboulanger
2014-10-05Added tag nbxmpp-0.5.1 for changeset 49e334038ca6Yann Leboulanger
2014-10-05prepare 0.5.1 releaseYann Leboulanger
2014-10-04don't crash when printing errors in logs on non-utf-8 console.Yann Leboulanger
2014-07-02Added tag nbxmpp-0.5 for changeset 70c9ac0c2b9bYann Leboulanger
2014-07-02fix setup script for 0.5 releasenbxmpp-0.5Yann Leboulanger
2014-07-02prepare 0.5 releaseYann Leboulanger
2014-06-29fix some type comparion error due to py2 and py3 supportYann Leboulanger
2014-06-29Added tag nbxmpp-0.4 for changeset 46e9c8c80bacYann Leboulanger
2014-04-09fix comparing str and intYann Leboulanger
2014-04-09merge from python3 branchYann Leboulanger
2014-03-31BOSH doesn't support channel binding.Fedor Brunner
2014-03-31BOSH doesn't support channel binding.python3Fedor Brunner
2014-03-29always store certificate of server, even if there is no errorYann Leboulanger
2014-03-29always store certificate of server, even if there is no errorYann Leboulanger
2014-04-09merge python23 branchYann Leboulanger
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
2014-03-27initialize ssl_errnum to 0Yann Leboulanger
2014-03-15prepare 0.4 releasenbxmpp-0.4Yann Leboulanger
2014-03-15prepare 0.4 releaseYann Leboulanger
2014-03-04Disable session resumption, protection against Triple Handshakes TLS attack.Fedor Brunner
2014-03-04Disable session resumption, protection against Triple Handshakes TLS attack.Fedor Brunner
2014-03-04Disable SCRAM-SHA-1-PLUS if channel binding is not supported.Fedor Brunner
2014-03-04Disable SCRAM-SHA-1-PLUS if channel binding is not supported.Fedor Brunner
2014-03-02update version numberYann Leboulanger
2014-03-02update version numberYann Leboulanger
2014-03-01Add possibility to restrict authentication mechanisms used during login.Fedor Brunner
2014-03-01Add possibility to restrict authentication mechanisms used during login.Fedor Brunner
2014-02-26Detect downgrade attacks from SCRAM-SHA-1-PLUS to SCRAM-SHA-1.Fedor Brunner
2014-02-26Detect downgrade attacks from SCRAM-SHA-1-PLUS to SCRAM-SHA-1.Fedor Brunner
2014-02-26SCRAM-SHA-1-PLUS authentication mechanismFedor Brunner
2014-02-26SCRAM-SHA-1-PLUS authentication mechanismFedor Brunner
2014-02-25Check nonce returned from server during SCRAM-SHA-1 authentication.Fedor Brunner
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
2014-01-27update version numberYann Leboulanger
2014-01-27Add ability to configure TLS protocol version.Fedor Brunner
2014-01-21Don't overwrite self._owner.ssl_errnum with incorrect value. Fixes #15Fedor Brunner