summaryrefslogtreecommitdiff
path: root/src/user_resolver.cpp
AgeCommit message (Expand)Author
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-04-26Add debug output of UserResolver resultsDaniel De Graaf
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-21Update documentation and remove unused classes/functionsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
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