summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2014-06-09Fix things again, this time for python3Lance Stout
2014-06-08Make ssl args work in Python <=2.6.4Lance Stout
2014-06-08Bring back use of dnspython for A/AAAA resolution.Lance Stout
2014-05-16Fixes log.debug message in _connect_proxymofrank
2014-02-03Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2014-02-03Fix verifying 'from' for IQ results.Lance Stout
2014-01-21Thread counting fixAnton Ryzhov
2014-01-15Merge pull request #270 from optiflows/fix_hostsLance Stout
2014-01-13Allow setting custom cipher suites in Py2.7+Lance Stout
2013-12-22Undo event name fix, due to breakage in Py2.xLance Stout
2013-12-19Use strings for ElementTree.iterparse events namesFlorent Le Coz
2013-12-09Don't use dnspython for A and AAAA (but keep it for SRV).Guilhem Lettron
2013-09-17Make the ssl version log usableLance Stout
2013-09-12ElementTree._escape_cdata isn't reliable across Python versions.Lance Stout
2013-07-31escape: use xml.etree.ElementTree._escape_attrib to avoid duplicationJean-Philippe Caruana
2013-07-31escape: imports at the topJean-Philippe Caruana
2013-07-30tostring.escape : optimizationJean-Philippe Caruana
2013-07-29Don't resolve AAAA records if there is no dnspython nor IPv6 supportAlexander Shorin
2013-07-18DRYed up the OSError/socket.gaierror handler.Jake Basile
2013-07-18Caught OSError when querying AAAA records.Jake Basile
2013-07-01Blocking queue getAnton Ryzhov
2013-06-23Fix import errorLance Stout
2013-06-20Merge pull request #244 from anton-ryzhov/speedupLance Stout
2013-06-20Fixed scheduler wait loopAnton Ryzhov
2013-06-20Use timeout constants instead of magic numbers in scheduler and event loopAnton Ryzhov
2013-06-20Some optimizations in schedulerAnton Ryzhov
2013-06-20Skip EINTR errors on raw socketsAnton Ryzhov
2013-04-27Try preventing strptime thread safety problems.Lance Stout
2013-04-23Carry scheduled kwargs all the wayLance Stout
2013-04-01Make XMLMasks match properly for components.Lance Stout
2013-03-28Event index documentation updatedAnton Ryzhov
2013-03-28XMLStream `proxy_error` event duplicated with `connection_failed`Anton Ryzhov
2013-03-28Log events triggeringAnton Ryzhov
2013-02-25Merge branch 'develop'Lance Stout
2013-02-22Don't use internally deprecated methodsAnton Ryzhov
2013-02-14Resolve most Python3.3 related issues.Lance Stout
2013-01-26Get tests to pass again.Lance Stout
2013-01-24Update tostring to inject xmlns definitions when needed.Lance Stout
2013-01-20Remove unused portions of XMLMaskLance Stout
2013-01-20Allow for simplified XPath namespacesLance Stout
2013-01-11Don't reset exponential backoff delay until a stream has been confirmed.Lance Stout
2012-12-29Fix other instance of inet_pton usage.Lance Stout
2012-12-14Fix some Python3 compatibility issues.Lance Stout
2012-10-24Enable gevent support.Lance Stout
2012-10-18Recognize plugin stanzas when they're appended.Lance Stout
2012-10-15Prevent xmlns="" in stream output.Lance Stout
2012-10-10Remove unneeded ssl_support checks.Lance Stout
2012-10-10Correct handling deleting plugins when xml:lang is active.Lance Stout
2012-10-02Unclobber connected event handler names.Lance Stout