12 Commits

Author SHA1 Message Date
Adam
70542e525b Fail invalid dns responses instead of drop 2015-07-06 17:53:21 +02:00
Attila Molnar
c090e54be9 core_dns Add DNS timeout timer in Process() not in DNS::Request constructor 2015-05-13 00:43:00 +02:00
Attila Molnar
d1f028db2b core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header 2015-05-13 00:39:54 +02:00
Attila Molnar
3d32852e7e core_dns Drop incoming packets containing a different question from what we asked 2015-04-27 19:28:00 +02:00
Attila Molnar
edfe7f035e core_dns Remove incomplete support for multiple questions per query 2015-04-21 15:24:10 +02:00
Attila Molnar
a28f095db8 core_dns Don't store query class code in Question 2015-04-21 15:14:29 +02:00
Attila Molnar
4e58282058 core_dns Add typedef for request id, change it to uint16_t 2015-04-21 15:08:10 +02:00
Attila Molnar
acccaa3964 Remove current time parameter of the Timer constructor 2014-07-10 12:17:55 +02:00
Attila Molnar
0babd8c078 Change allocation of InspIRCd::Timers to be physically part of the object containing it 2014-03-15 15:38:09 +01:00
Attila Molnar
5ac1ffce11 Allow Timers to delete themselves in Tick() 2014-01-30 21:44:51 +01:00
Attila Molnar
d02011d69f Remove whitespace and minor style changes 2014-01-23 14:37:09 +01:00
Adam
8428bbb387 Modularize DNS
The DNS modules are temporarily in commands/ so they're loaded automatically

Thanks to Attila for helping with much of this.
2013-04-26 16:59:29 -05:00