Age | Commit message (Expand) | Author |
2007-01-17 | Mass comment removal. | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-10-22 | Delete idents when disconnecting? | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Document more classes | brain |
2006-10-04 | Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ... | brain |
2006-10-04 | *slaps* jamie for not using tabs to indent ;-p | brain |
2006-10-04 | Prepend ident with '~' if we get no response | jamie |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-10 | This should fix the timeout issues pippjin was experiencing | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-18 | Fix timeouts | brain |
2006-08-18 | Fix ident timeouts to work properly when the connect succeeds but nothing com... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Somehow, IMPORTANT changes got reverted. | 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 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-07-10 | More fixes | brain |
2006-06-07 | Fix for segfault if a user quits before their ident is complete, due to sessi... | brain |
2006-05-02 | Forwardport (yes those do happen). | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-18 | Fix for crashes in m_ident (should work) | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-11 | And more | brain |
2006-03-09 | Strlen bashing. | brain |
2006-02-03 | Why are we using the users hostname to connect back to port 113? we can use i... | brain |
2006-02-02 | When socket fails to construct, we now check the GetState() of the socket obj... | brain |
2006-02-02 | More nonblocking dns stuffs | brain |
2006-01-27 | Added OnCleanup | brain |
2006-01-26 | Removed unneccessary strlcpy | brain |
2006-01-26 | Damn string exceptions | brain |
2006-01-26 | Grr | brain |
2006-01-26 | Removal of a comment - DRASTICALLY IMPORTANT, THIS COMMENT CAN CAUSE A MAJOR ... | brain |
2006-01-26 | Removed a load of unneeded includes (poll.h etc) | brain |
2006-01-26 | Moved these into initialization-list | brain |
2006-01-26 | Incorrect initialization order | brain |
2006-01-26 | Default ident timeout to 1 sec if not defined (a bit low, but better than 0!) | brain |