summaryrefslogtreecommitdiff
path: root/include/dns.h
AgeCommit message (Expand)Author
2012-12-15Move DNS handling to a moduleAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Windows fixesAdam
2012-10-27Ues timestamp for dns serial not yyyymmddnn.. there are too many problems wit...Adam
2012-10-26Don't attempt to process any query packets if we aren't explicitly given perm...Adam
2012-10-24BIND's forward ability did not work as I expectedAdam
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also mad...Adam
2011-11-08WindowsAdam
2011-09-10Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie...Adam
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt requ...Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-15Fixed Windows buildAdam
2011-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2010-12-21Allow hostmasks to be in uplink:hostAdam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
2010-10-11Fixed Windows buildAdam
2010-10-11Fixed some warningsAdam
2010-10-09Fixed a crash in the dns engine if we receive a reply after a request has tim...Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-18DNSSocket doesn't need to save the server addr anymoreAdam
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-09-14Give DNS requests an error when their creator is being unloaded instead of ju...Adam
2010-09-14Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin...Adam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam