summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/resolver.py
AgeCommit message (Expand)Author
2014-06-08Bring back use of dnspython for A/AAAA resolution.Lance Stout
2013-12-09Don't use dnspython for A and AAAA (but keep it for SRV).Guilhem Lettron
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
2012-12-29Fix other instance of inet_pton usage.Lance Stout
2012-08-10Fix tracking service name for DIGEST-MD5Lance Stout
2012-07-16Add a warning log if dnspython is not found for SRV lookup.Lance Stout
2012-06-20Make the use of IPv6 configurable.Lance Stout
2012-05-06Windows doesn't support inet_pton.Lance Stout
2012-04-10Fix DNS resolution results for IP literals.Lance Stout
2012-04-06Add default mapping of localhost to ::1 and 127.0.0.1Lance Stout
2012-03-30Add better DNS resolver wrapper.Lance Stout