]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_dns.cpp
Add HasFd to EventHandler and switch code to use it.
[user/henk/code/inspircd.git] / src / coremods / core_dns.cpp
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-17 Sadie PowellImprove the DNS cache expiration log message.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-10-13 Peter PowellAdd GetTypeStr to the DNS API.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-19 Peter PowellImprove the descriptions of various core modules.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-18 Peter PowellAdd the family() member to the sockaddrs union.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-10 Peter PowellSwitch core_dns validation to use InspIRCd::IsHost.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::SendTo().
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-12 Peter PowellMerge pull request #1356 from SISheogorath/master+issue...
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-07-09 Attila MolnarMerge pull request #1302 from Adam-/master+txt
2017-04-23 Adamcore_dns: add support for txt records
2016-09-02 Attila MolnarMerge insp20
2016-08-25 Attila Molnarcore_dns Fail new requests when this module or the...
2016-08-25 Adamcore_dns Make question a member of request, move common...
2016-08-25 Attila Molnarcore_dns Change type of all log messages to MODNAME
2016-08-17 Attila MolnarMerge insp20
2016-03-29 Attila MolnarMerge branch 'master+stroute'
2016-03-29 Attila MolnarMerge pull request #1165 from Adam-/master+dnssource
2016-03-29 Adamcore_dns: allow configuring source address
2016-02-22 Attila MolnarMerge insp20
2015-07-06 AdamFail invalid dns responses instead of drop
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarcore_dns Set the TTL of the cache entry to the lowest...
2015-05-12 Attila Molnarcore_dns Only clear the slot of the request if the...
2015-05-12 Attila Molnarcore_dns Add DNS timeout timer in Process() not in...
2015-05-12 Attila Molnarcore_dns Make MAX_REQUEST_ID unsigned, move it to core_...
2015-05-10 Attila MolnarMerge insp20
2015-05-10 Peter PowellFix IPv6 nameservers not being detected by the resolv...
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-27 Attila Molnarcore_dns Drop incoming packets containing a different...
2015-04-27 Attila Molnarcore_dns Update DNS::Request::name to be the same as...
2015-04-21 Attila Molnarcore_dns Remove incomplete support for multiple questio...
2015-04-21 Attila Molnarcore_dns Reject incoming packets with qdcount != 1
2015-04-21 Attila Molnarcore_dns Don't store query class code in Question
2015-04-21 Attila Molnarcore_dns Remove ability to pack answers
2015-04-21 Attila Molnarcore_dns Add typedef for request id, change it to uint16_t
2015-04-21 Attila Molnarcore_dns Allow usage of id 65535
2015-04-21 Attila Molnarcore_dns Allow usage of id 0
2015-04-21 Adamcore_dns Move packet source address checking before...
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-10 Attila Molnarcore_dns Change source of log messages to MODNAME,...
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/