Age | Commit message (Expand) | Author |
2007-01-17 | Remove a ton of inspsocket debug | brain |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-11 | Fix EOF conditions on inspsockets which are having their write() handled by m... | brain |
2006-12-11 | Debug stuff, and some minor fixes | brain |
2006-12-09 | Make it all work properly. Have it wait for handshake to complete before send... | brain |
2006-12-09 | It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ... | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-10-31 | Close an inspsocket on getting error state | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-31 | Start of stuff to handle socket error state | brain |
2006-10-31 | Whack unused var warning | brain |
2006-10-31 | Set flags correctly when receiving a module-requested write event | brain |
2006-10-31 | Tidy up WaitingForWriteEvent stuff | brain |
2006-10-30 | Make this properly obey the write/read states. This ZOOMS now. | brain |
2006-10-30 | WARNING: This commit breaks kqueue and select -- work in progress! | brain |
2006-10-22 | More sensible way to flush sockets | brain |
2006-10-22 | Tweaks to drain socket on write | brain |
2006-10-07 | Fix (we hope!) for the 'internal error processing connection' bug. Thanks to ... | brain |
2006-09-07 | 1) Make earlier fix to inspsocket actually compile without error | brain |
2006-09-07 | Delete the file descriptor upon write error to an inspsocket, preventing it e... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-28 | Connect timeouts now work again, using InspSocket | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-10 | Committing this as a rollback point - does not compile | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-04 | Fixes for ::0 ip's, disable autobind when using ::ffff: etc | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-08-01 | Fix broken inet_pton call | brain |
2006-08-01 | Fixes for inspsocket in ipv6 environment | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6 | brain |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-12 | Typo #2 | brain |
2006-07-12 | Make it work: | brain |
2006-07-10 | Move logging further up in inspsocket so we get the right error for bind failure | brain |