summaryrefslogtreecommitdiff
path: root/src/user_resolver.cpp
AgeCommit message (Expand)Author
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-04-01Use binary comparison of IP addresses when checking reverse/forward DNS match...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-09-10Clear out the string used for the temporarily stored hostname during DNS reso...special
2008-08-31Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded po...w00t
2008-08-06fix compile errors under debug profile in windows.brain
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-21Tidy up some DNS stuff morew00t
2007-10-21Move DNS timeouts into the UserResolver class, where they should have been (b...w00t
2007-10-15Split user resolver into its own file.w00t