summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-30Add uptimebrain
2007-07-30Add servers and server user counts, module versionsbrain
2007-07-30Output is now xml in trunk.brain
2007-07-30Dont show hidden channelsbrain
2007-07-30Fix some op/halfop countsbrain
2007-07-30Set changed to true on loadbrain
2007-07-30Replace blank error pages with an error pagebrain
2007-07-30The macros which tidy up module factories broke m_httpd, fixed.brain
2007-07-29Add /CLOSE which quit off all unregistered client connections. Based on the U...peavey
2007-07-28use new != operator :ppeavey
2007-07-28Do not take away mode r for nickchanges that only changes the case.peavey
2007-07-27make sure that the pointers are set up correctly for win32brain
2007-07-27Windows specific data types in EventHandler are now Extensible itemsbrain
2007-07-27Tidyups, remove of ifdefsbrain
2007-07-27And another error fixbrain
2007-07-27SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.brain
2007-07-27Found the bug, turns out i just introduced it with the last commit :pbrain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-27Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...brain
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-26Abort if we cant chdir to our own dir (i'd say we have bigger things to worry...brain
2007-07-26Set defaults for an enumbrain
2007-07-26Add extra detail to m_cloaking on failure to loadbrain
2007-07-26Forgot to add to init-listbrain
2007-07-26Move a ton of stuff into caller* functorsbrain
2007-07-26Apply diff for userprocess.cpp from earlier in the daybrain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-25Rehash from console works again due to new signalhandler. TODO: Use this to c...peavey
2007-07-25Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu...brain
2007-07-25Turn IsIdent into a functorbrain
2007-07-25Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b...brain
2007-07-25Begin move of rehash to server.cpp - broken rehash from cmdline for now.peavey
2007-07-25svn add I fail itpeavey
2007-07-25Put FileLogger in it's own class. Useful when logging doing more focused loggingpeavey
2007-07-24Replace some voodoo with a definew00t
2007-07-24Now with more compilable goodness - this commit never happened.w00t
2007-07-24This is no longer the case, userrec::QuitUser is safe, so use it.w00t
2007-07-24Update a comment, remove another one that's uselessw00t
2007-07-24Move a bundle of stuff to server.cpp from inspircd.cppw00t
2007-07-24server.cpppeavey
2007-07-24Merge a tiny sub in for readability, use this-> consistantly while calling me...w00t
2007-07-24Move more modules related stuff to modules.cppw00t
2007-07-24Some refactoring; move LoadModule and UnloadModule over to modules.cpp -- see...w00t
2007-07-24Refactor some craq to not loop through a string 4-5 times for a simple operationw00t
2007-07-24Modify RULES to use numerics instead of notices. I'm pretty sure these are wi...w00t
2007-07-24A few more I missed.w00t
2007-07-24Convert some ancient GlobalCulls usage into userrec::QuitUserw00t
2007-07-24Remove an out of date commentw00t
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-23Fix some comments to be multiline, and remove a redundant if() case caused by...w00t