summaryrefslogtreecommitdiff
path: root/include/modules/dns.h
AgeCommit message (Expand)Author
2021-01-19Add <dns:enabled>; allows disabling DNS lookups entirely.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-10-13Add GetTypeStr to the DNS API.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-09-03Move <dns:timeout> out of the core.Peter Powell
2017-04-23core_dns: add support for txt recordsAdam
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2015-07-06Fail invalid dns responses instead of dropAdam
2015-05-13core_dns Add DNS timeout timer in Process() not in DNS::Request constructorAttila Molnar
2015-05-13core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from headerAttila Molnar
2015-04-27core_dns Drop incoming packets containing a different question from what we a...Attila Molnar
2015-04-21core_dns Remove incomplete support for multiple questions per queryAttila Molnar
2015-04-21core_dns Don't store query class code in QuestionAttila Molnar
2015-04-21core_dns Add typedef for request id, change it to uint16_tAttila Molnar
2014-07-10Remove current time parameter of the Timer constructorAttila Molnar
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-01-30Allow Timers to delete themselves in Tick()Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-04-26Modularize DNSAdam