summaryrefslogtreecommitdiff
path: root/src/coremods/core_hostname_lookup.cpp
AgeCommit message (Expand)Author
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-31Make core_hostname_lookup redo the lookup when a user's IP changes.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2016-08-15core_hostname_lookup: find answer record of the correct type instead of assum...Adam
2015-05-01core_hostname_lookup Don't adjust DnsBad statsAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-07-10core_hostname_lookup Change source of log messages to MODNAMEAttila Molnar
2014-06-13Change allocation of InspIRCd::stats to be physically part of the object cont...Attila Molnar
2014-03-08Make the maximum hostname length configurable in the config.Peter Powell
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar