summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty
AgeCommit message (Expand)Author
2015-04-11Merge pull request #313 from mayflower/developMike Taylor
2014-08-23fix args, kwargs which were broken with #310. this is essentially the same bu...Robin Gloster
2014-08-23cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-08-18Revert "cleanup semicolons, whitespace and mutable default arguments"Robin Gloster
2014-08-18cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-06-15New version of the socks library socksipy from https://code.googlle.com/p/soc...Keith Gray
2013-07-26fix: replace mutable argument (a list) in StateMachine constructorJean-Philippe Caruana
2013-07-26optimize importsJean-Philippe Caruana
2013-05-09Fix in tzoffset and _get_fixed_offset_tzKlaudiusz Staniek
2012-08-12Merge branch 'master' into developLance Stout
2012-08-12Fix ISO date parsing fallback.Lance Stout
2012-08-10Merge branch 'master' into developLance Stout
2012-08-10Fix handling state machine lock when quick exiting.Lance Stout
2012-08-10Exit transition immediately if already in the desired state.Lance Stout
2012-07-31Merge branch 'master' into developLance Stout
2012-07-30Update and integrate Suelta.Lance Stout
2012-07-16Merge branch 'master' into developLance Stout
2012-07-06Handle converting None to byte data (b'').Lance Stout
2012-06-07Added the Socksipy module in the thirdparty of SleekXMPP.Sandro Munda
2012-05-25Fix X-FACEBOOK-PLATFORM mechanism to work with Python3.Lance Stout
2012-05-14Use SASLPrepFailure as the exception name instead of UnicodeError.Lance Stout
2012-04-06Correct the statemachine's ensure_any method.Lance Stout
2012-04-06Add support for XEP-0027Lance Stout
2012-03-28Tidy up the state machine and use a threading condition instead of an event.Lance Stout
2012-02-18Fix instances of using undefined variables.Lance Stout
2012-02-03Don't assume data is ASCII in saslprep.Lance Stout
2012-01-25Merge pull request #138 from rhcarvalho/patch-2Lance Stout
2012-01-23Revert the X-GOOGLE-TOKEN mech to not perform HTTP requests.Lance Stout
2012-01-22Fix ValueError when line has more than one '='.Rodolfo Carvalho
2012-01-22Set default argument value. Rodolfo Henrique Carvalho
2012-01-21Add support for X-GOOGLE-TOKEN.Lance Stout
2012-01-20Make things work with Python3's byte semantics.Lance Stout
2012-01-20Add support for X-FACEBOOK-PLATFORM SASL mechanism.Lance Stout
2012-01-07Sync with Suelta.Lance Stout
2012-01-06Add support for MSN with X-MESSENGER-OAUTH2 SASL support.Lance Stout
2011-10-27FIX SCRAM-SHA-1-PLUSLance Stout
2011-08-05Hotfix for ANONYMOUS mech support.sleek-1.0-Beta6.11.0-Beta6.1Lance Stout
2011-08-04Fix Python3 issue with dict.has_key()Lance Stout
2011-08-04Fix Python3 bug.Lance Stout
2011-08-04Actually, we can work around needing dateutil.Lance Stout
2011-08-03Make sure to keep David Cridland's license and copyright.Lance Stout
2011-08-03Integrate a modified version of Dave Cridland's Suelta SASL library.Lance Stout
2011-01-19Fix thirdparty imports for Python3Lance Stout
2011-01-15Make it easier to import OrderedDictLance Stout
2010-12-21Added ordereddict implementation to thirdparty.Lance Stout
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-20pep8 fixes on core libraryNathan Fritz
2010-10-20reconnect if session isn't established within 15 secondsNathan Fritz
2010-10-20fixed logic error in state machineNathan Fritz
2010-10-14fixed socket name collision in xmlstream.py and fixed python 3.x compatibilityNathan Fritz