]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / inspsocket.cpp
2010-03-02 danieldgFix some more incorrect socket use
2010-03-02 danieldgDon't try quite so hard to writev() the entire buffer...
2010-02-15 danieldgDump sendq before closing socket
2010-02-03 danieldgDelink servers using an SSL module that is being reloaded
2010-02-01 danieldgCorrectly abort attempted socket writes on error
2010-01-21 danieldgRemove unneeded save of errno
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-14 danieldgFix stripping of character prior to delimiter in Stream...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-10-24 danieldgCatch exceptions in inspsocket callbacks
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-12 danieldgCorrect the will-block prediction on partial writev...
2009-10-12 danieldgDefine DISABLE_WRITEV and use the IOHook single-copy...
2009-10-10 peavey* Fix inspsocket to not include uio.h on windows.
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-03 danieldgFix crash due to null address in DNS
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-28 danieldgFix compile errors on BSD
2009-09-27 danieldgSendQ bugfixes
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-21 danieldgImprove speed of SSL sendq processing
2009-09-21 danieldgDon't try to write to dead users, add debug to SquitSer...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-01 danieldgUse sa_size() rather than sizeof() when passing input...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
2009-06-16 danieldgFix sockaddr length argument, BSD will complain if...
2009-06-14 danieldgBackport BufferedSocket::DoConnect rewrite to fix valgr...
2009-04-30 w00tFix bug found by Jeremy from Teranova, thanks: if an...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-09 w00tRewrite BufferedSocket::BindAddr to actually make sense...
2009-02-03 w00tFix minor memory leak, patch by Darom. Closes bug ...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-12 w00tCleanup of some internals. Tested via m_httpd.
2008-09-11 w00tRemove some duplication, everything calls the SE equivi...
2008-09-11 w00tRemove useless parameter.
2008-09-11 w00tMinor stylistic improvements.
2008-09-11 w00tFix a compile oops.
2008-09-11 w00tThere is absolutely no need to cache connect timeout.
2008-09-11 w00tRemove an unused member.
2008-09-11 w00tWindows doesn't need blocking connect, IOCP was the...
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-09 w00tRemove a totally redundant method (this is already...
2008-09-08 w00tRemove listening from BufferedSocket, it's bloaty and...
2008-09-07 w00tMove socket hooking in inspsocket to utilise the new...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-19 brainFix the 4-byte read madness discovered by psychon
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-07-02 w00tFix an off-by-one which could possibly perhaps cause...
2008-05-19 brainListening bufferedsockets dont have an OnRawSocketClose...
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-14 w00tIPv6 fix, thanks to danieldg. Doesn't affect 1.1.
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-12 brainArgh, i give up
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-01 w00tComment a message out that people regularly attempt...
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-13 brainFix potential for ssl to block, based on patch submitte...
2007-09-13 specialFixed a rare infinite loop in InspSocket::FlushWriteBuf...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-23 brainSomeone really should fix the blocking connects on...
2007-08-23 brainCraquity craq De-craq!
2007-08-20 brainAdd comments explaining why we have sockaddr[2] so...
2007-08-20 brainFix a bug i just introduced while playing with the...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-27 brainTidyups, remove of ifdefs
2007-07-27 brainFound the bug, turns out i just introduced it with...
2007-07-27 brainSome smart tricks to eliminate win32 ifdefs that are...
2007-07-23 burlex* Sockets will now always be nonblocking on win32 versi...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
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-07-11 brainFix for bug #347.
2007-07-06 brainWarning: Loads of craq logging in here atm. /connect...
2007-07-06 brainSSL buffering tweaks. NOTE this is not a complete fix...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-28 w00t- Add fix for /stats p support (this->port was not...
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-01 brainMuch more detailed logging of lowlevel socket errors...
2007-05-01 brainFix crashbug in latest svn introduced by inspsocket...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
next