Age | Commit message (Expand) | Author |
2012-05-15 | Add auth_success event. | Lance Stout |
2012-05-14 | Use SASLPrepFailure as the exception name instead of UnicodeError. | Lance Stout |
2012-05-14 | Add an exception handler for SASLprep failures. | Lance Stout |
2012-04-11 | Reset attempted SASL mech set after no suitable mechs are found. | Lance Stout |
2012-03-13 | Explicitly set the desired SASL mech to ANONYMOUS if no username is provided. | Lance Stout |
2012-03-13 | Correct handling SASL auth failures when forcing the use of a specific mechan... | Lance Stout |
2012-03-12 | Move feature_mechanisms to new system. | Lance Stout |
2012-02-17 | More extraneous import cleanup. | Lance Stout |
2012-01-21 | Require explicitly setting access_token value. | Lance Stout |
2012-01-21 | Handle SASLCancelled and SASLError exceptions. | Lance Stout |
2012-01-20 | Allow attempting multiple SASL mechs during a single stream. | Lance Stout |
2012-01-20 | Add an extra config dict to store SASL credentials. | Lance Stout |
2012-01-18 | Revert "Remove stream feature handlers on session_start." | Lance Stout |
2012-01-17 | Remove stream feature handlers on session_start. | Lance Stout |
2012-01-06 | Add support for MSN with X-MESSENGER-OAUTH2 SASL support. | Lance Stout |
2011-11-19 | Tidy up logging calls. | Lance Stout |
2011-11-20 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ... | Vijay Pandurangan |
2011-08-09 | Enable forcing a specififc SASL mech: | Lance Stout |
2011-08-04 | Cosmetic PEP8 fixes. | Lance Stout |
2011-08-03 | Integrate a modified version of Dave Cridland's Suelta SASL library. | Lance Stout |
2011-07-02 | SASL failure event now includes the failure stanza. | Lance Stout |
2011-07-02 | It isn't 2010 anymore. | Lance Stout |
2011-07-02 | Use a set to track negotiated features. | Lance Stout |
2011-07-02 | Simplify SASL mech registration. | Lance Stout |
2011-07-02 | Finish cleaning up stream feature organization. | Lance Stout |
2011-07-01 | Continued reorganization and streamlining. | Lance Stout |