Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-06 | Handle converting None to byte data (b''). | Lance Stout | |
2012-05-25 | Fix X-FACEBOOK-PLATFORM mechanism to work with Python3. | Lance Stout | |
2012-05-14 | Use SASLPrepFailure as the exception name instead of UnicodeError. | Lance Stout | |
2012-02-18 | Fix instances of using undefined variables. | Lance Stout | |
2012-02-03 | Don't assume data is ASCII in saslprep. | Lance Stout | |
2012-01-25 | Merge pull request #138 from rhcarvalho/patch-2 | Lance Stout | |
Set default argument value. | |||
2012-01-23 | Revert the X-GOOGLE-TOKEN mech to not perform HTTP requests. | Lance Stout | |
Added new example for how to retrieve a Google token, following the best case, non-browser, workflow. Other thirdparty auth mechs (Facebook, MSN) follow a similar pattern of using an access token. | |||
2012-01-22 | Fix ValueError when line has more than one '='. | Rodolfo Carvalho | |
2012-01-22 | Set default argument value. | Rodolfo Henrique Carvalho | |
Without this features/feature_mechanisms/mechanisms.py throws an error when calling the method `process' without arguments on this mechanism. | |||
2012-01-21 | Add support for X-GOOGLE-TOKEN. | Lance Stout | |
This is mainly just useful for authenticating without using TLS. If an access token is not provided, an attempt will be made to retrieve one from Google. | |||
2012-01-20 | Make things work with Python3's byte semantics. | Lance Stout | |
2012-01-20 | Add support for X-FACEBOOK-PLATFORM SASL mechanism. | Lance Stout | |
This requires an extra credential for SASL authentication: xmpp = ClientXMPP('user@chat.facebook.com', '...access_token...') xmpp.credentials['api_key'] = '...api_key...' | |||
2012-01-07 | Sync with Suelta. | Lance Stout | |
2012-01-06 | Add support for MSN with X-MESSENGER-OAUTH2 SASL support. | Lance Stout | |
NOTE: This requires already having the access token. It does NOT perform any OAuth requests. | |||
2011-10-27 | FIX SCRAM-SHA-1-PLUS | Lance Stout | |
The mechanism name was being correctly de-plussed, but then we used the original, -PLUS, name to extract the hash, finding SHA-1-PLUS and therefore finding no match. Test-Information: Tested with Sleek against an Isode M-Link with SCRAM-SHA-1-PLUS available. Author: dwd | |||
2011-08-05 | Hotfix for ANONYMOUS mech support.sleek-1.0-Beta6.11.0-Beta6.1 | Lance Stout | |
Updates version to 1.0-Beta6.1 | |||
2011-08-03 | Make sure to keep David Cridland's license and copyright. | Lance Stout | |
2011-08-03 | Integrate a modified version of Dave Cridland's Suelta SASL library. | Lance Stout | |