Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-14 | don't use the kerberos.GSSError.message attribute | Graham | |
Replaced the reference to kerberos.GSSError.message in any raised exception, because: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 and its natural repr is probably the most desirable output. | |||
2014-04-20 | Fix using SCRAM with ejabberd | Lance Stout | |
2013-12-23 | Fix X-FACEBOOK-PLATFORM authentication in Python3. | Tobias Friemel | |
2013-09-12 | Merge pull request #207 from spartanbits/pull_request_gevent_check | Lance Stout | |
Pull request gevent check | |||
2013-07-26 | optimize imports | Jean-Philippe Caruana | |
2013-06-19 | Explicitly use Unicode 3.2 for StringPrep profiles. | Lance Stout | |
See http://labs.spotify.com/2013/06/18/creative-usernames/ | |||
2013-05-13 | Update copyright years, and license for Suelta | Lance Stout | |
2013-05-13 | Update copyright for sasl modules. | Lance Stout | |
2013-01-08 | Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5 | Lance Stout | |
2013-01-02 | util/sasl/mechanisms.py: SASLMutualAuthFailed not defined | Oskari Timperi | |
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client | |||
2012-12-18 | Fix unicode conversion in Python3 | Lance Stout | |
2012-11-27 | Fix DIGEST-MD5 support for picky servers | Lance Stout | |
2012-11-12 | Checked if gevent thread is patched to do the right import | Pedro Vicente | |
2012-10-24 | added setdefaultencoding method so reload(sys) not needed | Paul Molodowitch | |
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc | |||
2012-10-24 | Enable gevent support. | Lance Stout | |
Closes issues #166 and #167 Thanks to @pvicent, @chason, and @gabriel-samfira | |||
2012-09-11 | Add support for Google's X-OAUTH2 SASL mechanism | Lance Stout | |
2012-08-10 | Fix unicode conversion utility. | Lance Stout | |
2012-08-01 | Fix SASL exceptions in Py3 | Lance Stout | |
2012-08-01 | Fix encoding issue in Python3. | Lance Stout | |
2012-07-30 | Fix logging of SASL errors. | Lance Stout | |
2012-07-30 | Actually commit file of byte and hash utilities. | Lance Stout | |
2012-07-30 | Ensure that sasl mechs that don't require security options work. | Lance Stout | |
2012-07-30 | Update and integrate Suelta. | Lance Stout | |
2012-07-26 | Improve docs and fix typo in stringprep profiles. | Lance Stout | |
2012-07-24 | Standardize importing of queue class. | Lance Stout | |
This will make it easier to enable gevent support. | |||
2012-07-24 | Fix JID validation bugs, add lots of tests. | Lance Stout | |
2012-07-24 | Add validation for JIDs. | Lance Stout | |