Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |