summaryrefslogtreecommitdiff
path: root/src/socketengine_select.cpp
AgeCommit message (Expand)Author
2006-08-18Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-07Bail if we couldn't bind any ports (when did this get broken?)brain
2006-07-19Add #include <sys/select.h> to select engine, we probably need itbrain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain