]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/listensocket.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / listensocket.cpp
2009-05-07 danieldgFix ListenSocketBase::GetPort() returning incorrect...
2009-05-04 danieldgCanonicalize bind addresses when creating listen sockets
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tAdd comments on Daniel's work
2008-11-01 w00tSimulate AF_INET addresses for 4in6 connections [danieldg]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-10-27 w00tMerge commit 'danieldg/out-12'
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tMake OnAcceptReady pure virtual, rename ListenSocket...
2008-09-08 w00tMove this to another (yet more appropriate) place,...
2008-09-08 w00tAdd incoming IP to OnAcceptReady
2008-09-07 w00tMove a socket sanity check into the generic listener...
2008-09-07 w00tTidy up some of the internals a bit, making things...
2008-09-07 w00tMove listensocket stuff into a file of it's own.