Age | Commit message (Expand) | Author |
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 |
2006-07-07 | Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me... | brain |
2006-06-29 | Convert char* to const char* in InspSocket constructor prototype. Shouldn't b... | om |
2006-06-28 | Allow binding to hosts again in <bind> and <link> | brain |
2006-06-27 | Commenting | brain |
2006-06-27 | Added auto-binding, picks the first ip in the <bind> tags that isnt localhost... | brain |
2006-05-03 | Checks for negative fd's when adding them to the socketengine so we can gener... | brain |
2006-04-08 | Remove uneccessary socket includes now included in socket.h | om |
2006-04-08 | Helps to svn add these too :P | om |