summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
AgeCommit message (Expand)Author
2008-07-12Remove individual read buffers inside of BufferedSocket, use the shared netbu...w00t
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Remove deprecated BufferedSocket::MarkAsClosed()w00t
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Comments :)brain
2007-05-19Space indents must die.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-02-07Added support for explicitly binding an outbound connection to an ip. Will be...brain
2007-02-06Fixes to allow inspsocket connects to be protocol transparentbrain
2007-01-30Documentation change to indicate errno is valid on return from the constructo...brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain
2006-10-31Socket error state stuffbrain
2006-10-06Document more classesbrain
2006-08-28Connect timeouts now work again, using InspSocketbrain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-08Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot...brain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-01Removed threaded dns (it might make a comeback some day, but as it stands its...brain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-07-07Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me...brain
2006-07-03Change InspSocket's private members to only be protected, I couldn't find any...om
2006-06-29Convert char* to const char* in InspSocket constructor prototype. Shouldn't b...om
2006-06-27Added auto-binding, picks the first ip in the <bind> tags that isnt localhost...brain
2006-04-10Route some more stuff through socket.h and hash_map.h. Add #define protection...om
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om