index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user_resolver.cpp
Age
Commit message (
Expand
)
Author
2010-02-12
Remove possible references to deleted User objects due to DNS lookups
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-06
Move StreamSocket inheritance off of User
danieldg
2009-10-21
Move some local-only fields to LocalUser
danieldg
2009-10-21
Update documentation and remove unused classes/functions
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-01
Remove unneeded #ifdef IPV6 lines
danieldg
2009-09-01
Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent
danieldg
2009-09-01
Change IP address storage in User to use more IPv4/IPv6 common code
danieldg
2009-06-30
Roll back mysterious DNS change from 2007 which broke multiple-answer
w00t
2009-04-01
Use binary comparison of IP addresses when checking reverse/forward DNS match...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-14
Nuke trailing spaces
peavey
2009-01-02
Update copyrights for 2009.
w00t
2008-09-10
Clear out the string used for the temporarily stored hostname during DNS reso...
special
2008-08-31
Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded po...
w00t
2008-08-06
fix compile errors under debug profile in windows.
brain
2008-07-29
Remove last vestige of libircdfoo, by changing tag into a single identifier...
w00t
2008-05-19
Convert connection::host
brain
2008-05-18
Make User:: nick/ident/dhost/fullname and some other things std::string inste...
aquanight
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-11
Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-22
Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...
brain
2007-10-21
Tidy up some DNS stuff more
w00t
2007-10-21
Move DNS timeouts into the UserResolver class, where they should have been (b...
w00t
2007-10-15
Split user resolver into its own file.
w00t