Age | Commit message (Expand) | Author |
2014-08-25 | Fix saslprep on the username | Florent Le Coz |
2014-06-09 | Fix things again, this time for python3 | Lance Stout |
2014-05-14 | support 'success' phase correctly | Graham |
2014-05-14 | don't use the kerberos.GSSError.message attribute | Graham |
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 |
2013-07-26 | optimize imports | Jean-Philippe Caruana |
2013-06-19 | Explicitly use Unicode 3.2 for StringPrep profiles. | Lance Stout |
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 |
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 |
2012-10-24 | Enable gevent support. | Lance Stout |
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 |
2012-07-24 | Fix JID validation bugs, add lots of tests. | Lance Stout |
2012-07-24 | Add validation for JIDs. | Lance Stout |