]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipp...
[user/henk/code/inspircd.git] / src / inspsocket.cpp
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...
2007-04-19 brainFix for bug #261 - Needs QA'ing.
2007-03-24 brainRemove unused variable
2007-03-23 brainident over ipv6 fixes, and fixes to inspsocket BindAddr...
2007-03-22 brainFix high-bandwidth stuff with inspsocket+ssl, and eagain
2007-02-12 brainFixed <link:bind> which was only working on an ipv6...
2007-02-07 brainIdent fixes,
2007-02-07 brainAdded support for explicitly binding an outbound connec...
2007-02-06 brainRemove debug output that was only useful to me
2007-02-06 brainLets try this fix
2007-02-06 brainWhen brain adds code into a constructor to fix a destru...
2007-02-06 brainFix to stop failed sockets crashing in destructor
2007-02-06 brainipv6 fixes
2007-02-06 brainFixes to allow inspsocket connects to be protocol trans...
2007-02-06 peaveyIn InspSocket destructor remove any pending timers...
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-31 brainipv6 connect tweaks, to memcpy() sin6_addr's rather...
2007-01-30 brainTweaks to backwards memcpy's that dont actually do...
2007-01-30 brainWhoops, fix inspsocket so that its ok to use errno...
2007-01-17 brainRemove a ton of inspsocket debug
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-11 brainFix EOF conditions on inspsockets which are having...
2006-12-11 brainDebug stuff, and some minor fixes
2006-12-09 brainMake it all work properly. Have it wait for handshake...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-10-31 brainClose an inspsocket on getting error state
2006-10-31 brainSocket error state stuff
2006-10-31 brainStart of stuff to handle socket error state
2006-10-31 brainWhack unused var warning
2006-10-31 brainSet flags correctly when receiving a module-requested...
2006-10-31 brainTidy up WaitingForWriteEvent stuff
2006-10-30 brainMake this properly obey the write/read states. This...
2006-10-30 brainWARNING: This commit breaks kqueue and select -- work...
2006-10-22 brainMore sensible way to flush sockets
2006-10-22 brainTweaks to drain socket on write
2006-10-07 brainFix (we hope!) for the 'internal error processing conne...
2006-09-07 brain1) Make earlier fix to inspsocket actually compile...
2006-09-07 brainDelete the file descriptor upon write error to an insps...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainConnect timeouts now work again, using InspSocket
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
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-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-04 brainFixes for ::0 ip's, disable autobind when using ::ffff...
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-08-01 brainFix broken inet_pton call
2006-08-01 brainFixes for inspsocket in ipv6 environment
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-07-28 brainTidyup message.cpp, remove some really old craq.
2006-07-12 brainTypo #2
2006-07-12 brainMake it work:
2006-07-10 brainMove logging further up in inspsocket so we get the...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-28 brainAllow binding to hosts again in <bind> and <link>
2006-06-27 brainCommenting
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-05-03 brainChecks for negative fd's when adding them to the socket...
2006-04-08 omRemove uneccessary socket includes now included in...
2006-04-08 omHelps to svn add these too :P