]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspsocket.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / inspsocket.h
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainComments :)
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-02-07 brainAdded support for explicitly binding an outbound connec...
2007-02-06 brainFixes to allow inspsocket connects to be protocol trans...
2007-01-30 brainDocumentation change to indicate errno is valid on...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-10-31 brainSocket error state stuff
2006-10-06 brainDocument more classes
2006-08-28 brainConnect timeouts now work again, using InspSocket
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...