summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
AgeCommit message (Expand)Author
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-19Fix the 4-byte read madness discovered by psychonbrain
2008-07-12Remove individual read buffers inside of BufferedSocket, use the shared netbu...w00t
2008-07-02Fix an off-by-one which could possibly perhaps cause djGrrr/satmd's bug by dr...w00t
2008-05-19Listening bufferedsockets dont have an OnRawSocketClose event as theyre never...brain
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Remove deprecated BufferedSocket::MarkAsClosed()w00t
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-14IPv6 fix, thanks to danieldg. Doesn't affect 1.1.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-12Argh, i give upbrain
2007-11-12NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ...brain
2007-11-11This works with multiple remote includes now except it hangs when an include ...brain
2007-11-01Comment a message out that people regularly attempt to interpretw00t
2007-10-23Pedantic safebrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-13Fix potential for ssl to block, based on patch submitted by djGrrr, adjusted ...brain
2007-09-13Fixed a rare infinite loop in InspSocket::FlushWriteBuffer() - this could onl...special
2007-08-27Remove more unnecessary header trafficw00t
2007-08-23Someone really should fix the blocking connects on windows craq...brain
2007-08-23Craquity craq De-craq!brain
2007-08-20Add comments explaining why we have sockaddr[2] so that nobody goes 'w...t..f...brain
2007-08-20Fix a bug i just introduced while playing with the codebrain
2007-08-20The only possibility for the issue sts found is that a socket is deleted but ...brain
2007-07-27Windows specific data types in EventHandler are now Extensible itemsbrain
2007-07-27Tidyups, remove of ifdefsbrain
2007-07-27Found the bug, turns out i just introduced it with the last commit :pbrain
2007-07-27Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...brain
2007-07-23* Sockets will now always be nonblocking on win32 version of InspIRCd. There ...burlex
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
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-07-11Fix for bug #347.brain
2007-07-06Warning: Loads of craq logging in here atm. /connect with openssl is broken, ...brain
2007-07-06SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us...brain
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-28- Add fix for /stats p support (this->port was not being set for listening in...w00t
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-01Much more detailed logging of lowlevel socket errors to the +l snomaskbrain
2007-05-01Fix crashbug in latest svn introduced by inspsocket cull list, which can caus...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-19Fix for bug #261 - Needs QA'ing.brain
2007-03-24Remove unused variablebrain
2007-03-23ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv...brain
2007-03-22Fix high-bandwidth stuff with inspsocket+ssl, and eagainbrain