]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socket.h
And now, just to force you to recompile the *whole* ircd.. updated headers on the...
[user/henk/code/inspircd.git] / include / socket.h
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-10-31 brainSocket error state stuff
2006-08-18 brainDocument ListenSocket class
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-12 brainDocument irc::socket namespace members/classes
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainMove Blocking/NonBlocking to socket.cpp and make inline
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-01 brainThis might well be the last commit to this dns resolver...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-04-11 omDie windows die.
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-10 omRouting more socket includes through socket.h
2006-04-09 omShuffle some more includes around, const reference...
2006-04-08 omRemove uneccessary socket includes now included in...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-03-26 brainRegression for buffering of sockets
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-11 brainComplete removal of all stl stuff here
2006-03-11 brainCompletely removed the deque
2006-03-11 brainFixes
2006-03-09 omConvert more by-values to const references, optimise...
2006-03-07 brainTweaks to socket engine, faster buffer flush and hopefu...
2006-03-07 brainCheck for write errors in inspsocket (this is probably...
2006-02-07 brainSlightly more efficient write buffers
2006-02-02 brainExtra comments re. nonblocking DNS and use of IP addres...
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...
2005-12-15 brainBigger read buffers on ibuf
2005-12-15 brainAdded Buffer member
2005-12-15 brainAdded FlushWriteBuffer
2005-12-12 brainCommented more stuff
2005-12-12 brainFixed timeout code
2005-12-12 brainAdded module sockets to new engine, MAY NOT WORK
2005-12-06 brainMade ibuf larger to hold more of a burst
2005-11-27 brainAdded proper administrativia notices to CONNECT and...
2005-11-27 brainAdded /CONNECT
2005-11-26 brainAdded reading of server link configs
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-25 brainAdded ifndef stuff
2005-11-25 brainFixed compile time glitches in new code, removed obsele...
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