index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
modules
/
dns.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-1
/
+1
*
Move <dns:timeout> out of the core.
Peter Powell
2017-09-03
1
-1
/
+1
*
core_dns: add support for txt records
•••
This might be used later by m_dnsbl to get reasons for listings
Adam
2017-04-23
1
-0
/
+2
*
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-25
1
-3
/
+16
*
Fail invalid dns responses instead of drop
Adam
2015-07-06
1
-0
/
+1
*
core_dns Add DNS timeout timer in Process() not in DNS::Request constructor
Attila Molnar
2015-05-13
1
-1
/
+0
*
core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header
Attila Molnar
2015-05-13
1
-6
/
+0
*
core_dns Drop incoming packets containing a different question from what we a...
Attila Molnar
2015-04-27
1
-0
/
+1
*
core_dns Remove incomplete support for multiple questions per query
Attila Molnar
2015-04-21
1
-2
/
+2
*
core_dns Don't store query class code in Question
Attila Molnar
2015-04-21
1
-5
/
+4
*
core_dns Add typedef for request id, change it to uint16_t
Attila Molnar
2015-04-21
1
-1
/
+3
*
Remove current time parameter of the Timer constructor
Attila Molnar
2014-07-10
1
-1
/
+1
*
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
2014-03-15
1
-1
/
+1
*
Allow Timers to delete themselves in Tick()
Attila Molnar
2014-01-30
1
-0
/
+1
*
Remove whitespace and minor style changes
Attila Molnar
2014-01-23
1
-1
/
+0
*
Modularize DNS
•••
The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this.
Adam
2013-04-26
1
-0
/
+193