]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/listensocket.cpp
Relax fd bounds checking
[user/henk/code/inspircd.git] / src / listensocket.cpp
2014-06-07 Attila MolnarRelax fd bounds checking
2014-04-07 Attila MolnarMerge insp20
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellRemove some pointless code:
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarFix Windows build and a few more problems
2013-07-16 Attila MolnarMerge pull request #589 from SaberUK/master+fix-debug...
2013-07-16 Attila MolnarMerge pull request #587 from SaberUK/master+defer-prepr...
2013-07-16 Peter PowellUse the preprocessor to check for TCP deferring support.
2013-06-05 attilamolnarMerge insp20
2013-06-03 Daniel VassdalAdded option for using TCP_DEFER_ACCEPT. Prevents the...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-02 AdamFix disabling IPV6_V6ONLY on sockets, issue #511
2013-04-27 attilamolnarMerge insp20
2013-04-16 attilamolnarClose listening sockets regardless of the return value...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-08-20 ChrisTXlistensocket: Fix the two aliasing warnings
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...
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-04-14 Daniel De GraafAdd IPV6_V6ONLY support
2010-03-02 danieldgFix m_ident deleting sockets that are still in use
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-01-22 danieldgFall back to copying bind IP if getsockname() fails...
2010-01-21 danieldgRemove unneeded save of errno
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-03 danieldgFix crash due to null address in DNS
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-02 danieldgRemove duplicated address conversion from InspIRCd...
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
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-12 brainThis file *BROKEN AGAIN* in windows builds (VC9) -...
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.