summaryrefslogtreecommitdiff
path: root/src/coremods/core_hostname_lookup.cpp
AgeCommit message (Expand)Author
2020-11-20Update copyright headers.InspIRCd Robot
2020-11-20Avoid doing "IP changed" event stuff on quitting users.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-04Don't override a different Displayed Host with the rDNS.Matt Schatz
2020-01-11Update copyright headers.InspIRCd Robot
2019-10-22Fix some compiler errors in core_hostname_lookup.Peter Powell
2019-10-22Handle more error cases in core_hostname_lookup.Peter Powell
2019-10-22On DNS fail reset connecting users hostname to their IP.Peter Powell
2019-10-21Improve the core_hostname_lookup result log message.Peter Powell
2019-10-21Remove duplicate code in core_hostname_lookup.Peter Powell
2019-10-21Get rid of the ptrHosts extension item.Peter Powell
2019-10-13Convert a bunch of LocalUser* casts to IS_LOCAL.Peter Powell
2019-01-23Don't tell the user if DNS lookups are disabled.Peter Powell
2018-07-18Initial support for listening on UNIX socket endpoints.Peter Powell
2018-07-18Add the family() member to the sockaddrs union.Peter Powell
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