]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/user_resolver.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / user_resolver.cpp
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-04-26 Daniel De GraafAdd debug output of UserResolver results
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-04-01 danieldgUse binary comparison of IP addresses when checking...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-10 specialClear out the string used for the temporarily stored...
2008-08-31 w00tSave 4 bytes (assuming sizeof(ptr) == 2) per user recor...
2008-08-06 brainfix compile errors under debug profile in windows.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-21 w00tTidy up some DNS stuff more
2007-10-21 w00tMove DNS timeouts into the UserResolver class, where...
2007-10-15 w00tSplit user resolver into its own file.