aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/Resolver.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-25Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe1-17/+106
2019-06-08Networkstack - let OS decide IPv4 or IPv6 (#267)genofire1-106/+17
2018-11-23move default port to Resolver.javaChristian Schneppe1-3/+4
2018-10-20fix some build errorsChristian Schneppe1-1/+3
2018-10-20fixed NPE after attempt to store user@ip style jid resolver resultChristian Schneppe1-2/+3
2018-10-02clean up connection code. unify domain = ip and extended connection settings ...Christian Schneppe1-7/+30
2018-09-27interrupt sub thread in resolverChristian Schneppe1-1/+6
2018-09-27copy into new array when returning from resolverChristian Schneppe1-6/+10
2018-09-13speed up DNSChristian Schneppe1-103/+145
2018-02-10skip empty srv recordsChristian Schneppe1-0/+3
2018-01-27fix NPE when writing Resolver.Result to diskChristian Schneppe1-1/+1
2018-01-21permanently cache last resolver resultChristian Schneppe1-1/+65
2017-09-24slightly refactor dns resolverChristian Schneppe1-10/+6
2017-09-24give exec resolver a lower priority over reflectionChristian Schneppe1-7/+5
2017-08-13update mini dnsChristian Schneppe1-2/+1
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-1/+30
2017-08-01add reminder to remove minidns workarounds once those are fixedChristian Schneppe1-0/+1
2017-08-01prefer DNS servers from VPNsChristian Schneppe1-3/+1
2017-08-01catch runtime exceptions from minidnsChristian Schneppe1-4/+4
2017-08-01catch all exceptions around minidns :(Christian Schneppe1-6/+6
2017-08-01made DNSEC hostname validation opt-inChristian Schneppe1-11/+24
2017-08-01work around idn short comings in minidnsChristian Schneppe1-1/+1
2017-08-01resolve non-srv domains in resolver class as wellChristian Schneppe1-7/+43
2017-08-01prefer ipv4 over ipv6Christian Schneppe1-0/+7
2017-08-01fixed fallback to normal DNS query after DNSSEC failedChristian Schneppe1-3/+9
2017-06-27revised resolver strategyChristian Schneppe1-3/+7
2017-06-26refactored resolver to fall back to DNS and use reliable methodChristian Schneppe1-11/+35
2017-06-26use ResolverApi.reliable(..)Christian Schneppe1-31/+11
2017-06-25new resolver fall back to normal dns if dnssec verfication failsChristian Schneppe1-9/+22
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe1-0/+159