summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-26refactor: no import * in testsJean-Philippe Caruana
2013-07-25Merge pull request #251 from jpcaruana/jid_performanceLance Stout
2013-07-25performance in jid : replace __getattr__ et __setattr__ by @property and @xxx...Jean-Philippe Caruana
2013-07-18Merge pull request #248 from jakebasile/developLance Stout
2013-07-18DRYed up the OSError/socket.gaierror handler.Jake Basile
2013-07-18Caught OSError when querying AAAA records.Jake Basile
2013-07-05Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2013-07-05Update 319 plugin to update XEP-0012/256 last activity too.Lance Stout
2013-07-01Merge pull request #247 from anton-ryzhov/block_queuesLance Stout
2013-07-01Blocking queue getAnton Ryzhov
2013-06-29Adjust get_roster to always return, even with invalid JIDsLance Stout
2013-06-23Fix import errorLance Stout
2013-06-22Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2013-06-22Add roster migration exampleLance Stout
2013-06-20Merge pull request #244 from anton-ryzhov/speedupLance Stout
2013-06-20Merge pull request #243 from anton-ryzhov/skip_eintrLance 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-06-19Add test for nodeprep idempotency after explicitly using Unicode 3.2Lance Stout
2013-06-19Explicitly use Unicode 3.2 for StringPrep profiles.Lance Stout
2013-06-07Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2013-06-07Add support for XEP-0319, idle presenceLance Stout
2013-06-07Merge pull request #242 from Florob/xep-0084-idLance Stout
2013-06-07Properly set itemID for XEP-0084 metadataFlorian Zeitz
2013-05-27Merge pull request #239 from SecurityForUs/add_95_96_to_setupLance Stout
2013-05-27Add xep_0095 and xep_0096 to setup so they are installed into the eggEric Hansen
2013-05-26Simplify stream method unregistration processLance Stout
2013-05-26Make stream initiation methods unregisterable.Lance Stout
2013-05-22Fix crash conditions in IBBLance Stout
2013-05-22Fix encrypting with GPGLance Stout
2013-05-22Merge pull request #234 from SecurityForUs/str_no_strippedLance Stout
2013-05-22.stripped() would result in errorEric Hansen
2013-05-17First test stanzaJoachim Lindborg
2013-05-14Only remap component namespaces for top level stream elements.Lance Stout
2013-05-13Update copyright years, and license for SueltaLance Stout
2013-05-13Update copyright for sasl modules.Lance Stout
2013-05-11Merge branch 'si_file_transfer' into developLance Stout
2013-05-11Add support for XEP-0152: Reachability AddressesLance Stout
2013-05-09Merge pull request #232 from kstaniek/developLance Stout
2013-05-09Fix in tzoffset and _get_fixed_offset_tzKlaudiusz Staniek
2013-04-27Try preventing strptime thread safety problems.Lance Stout
2013-04-23Carry scheduled kwargs all the wayLance Stout
2013-04-01Update gitignoreLance Stout
2013-04-01Make XMLMasks match properly for components.Lance Stout
2013-03-29Fix some errors in the IBB plugin.Lance Stout
2013-03-29Save progress on SI file transferLance Stout
2013-03-28Merge pull request #228 from anton-ryzhov/eventsLance Stout
2013-03-28`failed_auth` data returnedAnton Ryzhov