index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
modules
/
dns.h
Age
Commit message (
Expand
)
Author
2021-03-31
Add support for per-DNSBL timeouts.
Sadie Powell
2021-03-31
Fix various documentation comments.
Sadie Powell
2021-02-26
Update copyright headers.
InspIRCd Robot
2021-01-19
Add <dns:enabled>; allows disabling DNS lookups entirely.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-10-13
Add GetTypeStr to the DNS API.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-09-03
Move <dns:timeout> out of the core.
Peter Powell
2017-04-23
core_dns: add support for txt records
Adam
2016-08-25
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2015-07-06
Fail invalid dns responses instead of drop
Adam
2015-05-13
core_dns Add DNS timeout timer in Process() not in DNS::Request constructor
Attila Molnar
2015-05-13
core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header
Attila Molnar
2015-04-27
core_dns Drop incoming packets containing a different question from what we a...
Attila Molnar
2015-04-21
core_dns Remove incomplete support for multiple questions per query
Attila Molnar
2015-04-21
core_dns Don't store query class code in Question
Attila Molnar
2015-04-21
core_dns Add typedef for request id, change it to uint16_t
Attila Molnar
2014-07-10
Remove current time parameter of the Timer constructor
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
2014-01-30
Allow Timers to delete themselves in Tick()
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2013-04-26
Modularize DNS
Adam