summaryrefslogtreecommitdiff
path: root/src/listensocket.cpp
AgeCommit message (Expand)Author
2009-09-02Remove duplicated address conversion from InspIRCd::BindSocket, fix FD leak i...danieldg
2009-09-02Use a set to mark client SSL ports rather than going by textual IP/port pairsdanieldg
2009-09-02Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...danieldg
2009-09-01Remove unneeded paramaters from OnAcceptReadydanieldg
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-12This file *BROKEN AGAIN* in windows builds (VC9) - uint_16t and uint_32t do n...brain
2009-05-07Fix ListenSocketBase::GetPort() returning incorrect value on ports not bound ...danieldg
2009-05-04Canonicalize bind addresses when creating listen socketsdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-11-01Add comments on Daniel's workw00t
2008-11-01Simulate AF_INET addresses for 4in6 connections [danieldg]w00t
2008-11-01Merge commit 'ddg/out-12'w00t
2008-10-27Merge commit 'danieldg/out-12'w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-08Move this to another (yet more appropriate) place, saves some syscalls in an ...w00t
2008-09-08Add incoming IP to OnAcceptReadyw00t
2008-09-07Move a socket sanity check into the generic listener handler, avoiding the ne...w00t
2008-09-07Tidy up some of the internals a bit, making things a bit more extensible and ...w00t
2008-09-07Move listensocket stuff into a file of it's own.w00t