Age | Commit message (Expand) | Author |
2012-04-06 | Correct the statemachine's ensure_any method. | Lance Stout |
2012-04-06 | Add support for XEP-0027 | Lance Stout |
2012-03-28 | Tidy up the state machine and use a threading condition instead of an event. | 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 |
2012-01-23 | Revert the X-GOOGLE-TOKEN mech to not perform HTTP requests. | Lance Stout |
2012-01-22 | Fix ValueError when line has more than one '='. | Rodolfo Carvalho |
2012-01-22 | Set default argument value.
| Rodolfo Henrique Carvalho |
2012-01-21 | Add support for X-GOOGLE-TOKEN. | Lance Stout |
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 |
2012-01-07 | Sync with Suelta. | Lance Stout |
2012-01-06 | Add support for MSN with X-MESSENGER-OAUTH2 SASL support. | Lance Stout |
2011-10-27 | FIX SCRAM-SHA-1-PLUS | Lance Stout |
2011-08-05 | Hotfix for ANONYMOUS mech support.sleek-1.0-Beta6.11.0-Beta6.1 | Lance Stout |
2011-08-04 | Fix Python3 issue with dict.has_key() | Lance Stout |
2011-08-04 | Fix Python3 bug. | Lance Stout |
2011-08-04 | Actually, we can work around needing dateutil. | Lance Stout |
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 |
2011-01-19 | Fix thirdparty imports for Python3 | Lance Stout |
2011-01-15 | Make it easier to import OrderedDict | Lance Stout |
2010-12-21 | Added ordereddict implementation to thirdparty. | Lance Stout |
2010-11-06 | Logging no longer uses root logger. | Lance Stout |
2010-10-20 | pep8 fixes on core library | Nathan Fritz |
2010-10-20 | reconnect if session isn't established within 15 seconds | Nathan Fritz |
2010-10-20 | fixed logic error in state machine | Nathan Fritz |
2010-10-14 | fixed socket name collision in xmlstream.py and fixed python 3.x compatibility | Nathan Fritz |
2010-10-13 | new state machine in place | Nathan Fritz |