]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socket.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / socket.cpp
2006-02-16 brainExtra checking and exception handling in InspSocket...
2006-02-15 brainTest for bug reported by TDC
2006-02-15 brainExtra error logging
2006-02-14 brainFix to compare against signed/unsigned warning
2006-02-14 brainForce initialization of fd to -1
2006-02-14 brainWe're going for that commits per minute record again.
2006-02-14 brainHelps to get the var names right too..
2006-02-14 brainError checking for out of range buffer reads (this...
2006-02-07 brainUses less write() calls
2006-02-07 brainSlightly more efficient write buffers
2006-02-02 brainMore nonblocking dns stuffs
2006-02-02 brainFixes to set correct resolver address before looking...
2006-02-02 brainNonblocking dns for InspSocket class (used by server...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainRemoved some redundant (and commented out) functions
2006-01-15 brainMade InspSocket::Read return an empty but non-NULL...
2005-12-30 brainMade socket.cpp flush its write buffer more often ...
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-15 brainOutput buffering fixes
2005-12-15 brainNew socket handling code
2005-12-15 brainFull removal of inspircd_util.h
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-12 brainEfficiency suggestion by w00t, faster processing of...
2005-12-12 brainFixed timeout code
2005-12-12 brainFixed outbounds
2005-12-12 brainAdded module sockets to new engine, MAY NOT WORK
2005-11-27 brainAdded proper administrativia notices to CONNECT and...
2005-11-27 brainAdded /CONNECT
2005-11-26 brainAdded stricter checking for listening sockets
2005-11-26 brainAdded reading of server link configs
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainStarted removal of server linking code from core and...
2005-11-23 brainAdded some stuff to socket classes
2005-11-23 brainAdded start of socket classes used by modular linking