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 a helper class for creating a reference to a DNS manager.
Sadie Powell
2023-01-05
1
-0
/
+11
*
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-1
/
+4
*
Fix some types which were missed when making stuff final.
Sadie Powell
2022-10-30
1
-2
/
+2
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
*
Require specifying the repeat argument of the Timer class.
Sadie Powell
2022-05-17
1
-1
/
+1
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-2
/
+6
*
Remove unused time_t field from the timer system.
•••
This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules.
Sadie Powell
2021-11-05
1
-1
/
+1
*
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
Implement support for looking up SRV records in core_dns.
Sadie Powell
2021-05-11
1
-1
/
+15
*
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+2
|
\
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-2
/
+2
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-2
/
+1
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-31
1
-4
/
+4
|
\
|
|
*
Add support for per-DNSBL timeouts.
•••
This should fix the issue of some DNSBLs being slower than others.
Sadie Powell
2021-03-31
1
-2
/
+2
|
*
Fix various documentation comments.
Sadie Powell
2021-03-31
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-29
1
-0
/
+1
|
\
|
|
*
Add <dns:enabled>; allows disabling DNS lookups entirely.
•••
Ref: #1839.
Sadie Powell
2021-01-19
1
-0
/
+1
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-9
/
+21
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-2
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-11-13
1
-0
/
+1
|
\
|
|
*
Add GetTypeStr to the DNS API.
Peter Powell
2019-10-13
1
-0
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-1
/
+1
|
/
*
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