aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/dns.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-1/+1
| | | | GCCs warnings for this are much better than Clangs.
* Move <dns:timeout> out of the core.Gravatar Peter Powell2017-09-031-1/+1
|
* core_dns: add support for txt recordsGravatar Adam2017-04-231-0/+2
| | | | This might be used later by m_dnsbl to get reasons for listings
* core_dns Make question a member of request, move common FindAnswerOfType to ↵Gravatar Adam2016-08-251-3/+16
| | | | be a member of query
* Fail invalid dns responses instead of dropGravatar Adam2015-07-061-0/+1
|
* core_dns Add DNS timeout timer in Process() not in DNS::Request constructorGravatar Attila Molnar2015-05-131-1/+0
|
* core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from headerGravatar Attila Molnar2015-05-131-6/+0
|
* core_dns Drop incoming packets containing a different question from what we ↵Gravatar Attila Molnar2015-04-271-0/+1
| | | | asked
* core_dns Remove incomplete support for multiple questions per queryGravatar Attila Molnar2015-04-211-2/+2
|
* core_dns Don't store query class code in QuestionGravatar Attila Molnar2015-04-211-5/+4
|
* core_dns Add typedef for request id, change it to uint16_tGravatar Attila Molnar2015-04-211-1/+3
|
* Remove current time parameter of the Timer constructorGravatar Attila Molnar2014-07-101-1/+1
|
* Change allocation of InspIRCd::Timers to be physically part of the object ↵Gravatar Attila Molnar2014-03-151-1/+1
| | | | containing it
* Allow Timers to delete themselves in Tick()Gravatar Attila Molnar2014-01-301-0/+1
|
* Remove whitespace and minor style changesGravatar Attila Molnar2014-01-231-1/+0
|
* Modularize DNSGravatar Adam2013-04-261-0/+193
The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this.