Age | Commit message (Expand) | Author |
2007-07-27 | add filelogger.* and server.* to the project file so theyre compiled | brain |
2007-07-27 | And more to fix | brain |
2007-07-27 | Fix compile errors in windows | brain |
2007-07-27 | Found the bug, turns out i just introduced it with the last commit :p | brain |
2007-07-27 | Needs testbuilding in windows. I will probably do this in a minute. | brain |
2007-07-27 | Some smart tricks to eliminate win32 ifdefs that are creeping into portable f... | brain |
2007-07-27 | Move a bunch of stuff around for tidyness, win32 functions keep creeping into... | brain |
2007-07-26 | More detail on the comment to indicate how to replace a functor in a class | brain |
2007-07-26 | Abort if we cant chdir to our own dir (i'd say we have bigger things to worry... | brain |
2007-07-26 | Set defaults for an enum | brain |
2007-07-26 | Add extra detail to m_cloaking on failure to load | brain |
2007-07-26 | Forgot to add to init-list | brain |
2007-07-26 | Move a ton of stuff into caller* functors | brain |
2007-07-26 | Apply diff for userprocess.cpp from earlier in the day | brain |
2007-07-25 | Un-static InspIRCd::Exit and use SignalHandler instead. | peavey |
2007-07-25 | Rehash from console works again due to new signalhandler. TODO: Use this to c... | peavey |
2007-07-25 | Add macros up to 8 parameters | brain |
2007-07-25 | Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu... | brain |
2007-07-25 | Turn IsIdent into a functor | brain |
2007-07-25 | Comment the caller0....caller8 classes | brain |
2007-07-25 | Forgot to add this | brain |
2007-07-25 | Add template creation tool for caller classes | brain |
2007-07-25 | Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b... | brain |
2007-07-25 | Begin move of rehash to server.cpp - broken rehash from cmdline for now. | peavey |
2007-07-25 | svn add I fail it | peavey |
2007-07-25 | Put FileLogger in it's own class. Useful when logging doing more focused logging | peavey |
2007-07-24 | Replace some voodoo with a define | w00t |
2007-07-24 | Now with more compilable goodness - this commit never happened. | w00t |
2007-07-24 | This is no longer the case, userrec::QuitUser is safe, so use it. | w00t |
2007-07-24 | Fix comment so it makes sense. | peavey |
2007-07-24 | Update a comment, remove another one that's useless | w00t |
2007-07-24 | And this should be the last static | peavey |
2007-07-24 | A bit of static lingering | peavey |
2007-07-24 | And install libIRCDserver too :> | peavey |
2007-07-24 | Bye bye Cygwin and static builds o/ | peavey |
2007-07-24 | Move a bundle of stuff to server.cpp from inspircd.cpp | w00t |
2007-07-24 | server.cpp | peavey |
2007-07-24 | server.cpp | peavey |
2007-07-24 | And remove it from the header.. | w00t |
2007-07-24 | Merge a tiny sub in for readability, use this-> consistantly while calling me... | w00t |
2007-07-24 | Move more modules related stuff to modules.cpp | w00t |
2007-07-24 | Some refactoring; move LoadModule and UnloadModule over to modules.cpp -- see... | w00t |
2007-07-24 | Refactor some craq to not loop through a string 4-5 times for a simple operation | w00t |
2007-07-24 | Modify RULES to use numerics instead of notices. I'm pretty sure these are wi... | w00t |
2007-07-24 | A few more I missed. | w00t |
2007-07-24 | Convert some ancient GlobalCulls usage into userrec::QuitUser | w00t |
2007-07-24 | Remove an out of date comment | w00t |
2007-07-24 | Remove redundant include for a speedup of 0.1 in compile time :p | peavey |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-23 | Fix some comments to be multiline, and remove a redundant if() case caused by... | w00t |