Age | Commit message (Expand) | Author |
2007-02-06 | When brain adds code into a constructor to fix a destructor crash, make sure ... | brain |
2007-02-06 | Fix to stop failed sockets crashing in destructor | brain |
2007-02-06 | ipv6 fixes | brain |
2007-02-06 | Fixes to allow inspsocket connects to be protocol transparent | brain |
2007-02-06 | In InspSocket destructor remove any pending timers since the object is now go... | peavey |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-31 | ipv6 connect tweaks, to memcpy() sin6_addr's rather than assigning with =. | brain |
2007-01-30 | Tweaks to backwards memcpy's that dont actually do anything, causing ipv6 add... | brain |
2007-01-30 | Whoops, fix inspsocket so that its ok to use errno after a failure of the Wri... | brain |
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 |