summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2008-01-06Permanent channels, currently conflicts with blockcaps (+P) and is untestedw00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-11-11More stuff incomingbrain
2007-11-11More stuffbrain
2007-11-11This works properly now. Files in the file:// schema are loaded by the core.brain
2007-11-11In prep for remote includes, configuration reading is now two-pass.brain
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04On failure to load a module, DetachAll on the module pointer, also, try to fr...brain
2007-11-04Instead of a vector of vectors, use an array of vectors as in the original sp...brain
2007-11-04Remove debug junk from ModuleManager::SetPrioritybrain
2007-11-04MODERR tidyupsbrain
2007-11-04Commentsbrain
2007-11-04Change this, risking a crash otherwisebrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-04Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i...brain
2007-11-04All done... i think. Just tidying up to be done, removal of Implements() meth...brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04Extra debug loggingbrain
2007-11-04This compiles, but note most modules are currently broken, they dont Attach()brain
2007-11-04More craqbrain
2007-11-04Bring back Prioritize (needs to occur after module load) with a different dec...brain
2007-11-04Next part of Development/Hooking (see wiki)brain
2007-11-04Development/Hooking in full swing now: WARNING, this will break ALL modules f...brain
2007-11-04Add EventHandlers structure for Development/Hookingbrain
2007-10-31Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin...brain
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-26Whoops, must be constbrain
2007-10-26Add new event for this with gauranteed delivery of message BEFORE the text is...brain
2007-10-23More pedantic safetybrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-22Move InspIRCd::IsValidMask() to helperfuncs.cppw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-14Another dodgy count fixedbrain
2007-10-14Fix the 'total of -1 modules have been loaded' due to new loaderbrain
2007-10-13Shut up, valgrindbrain
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-09-12Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos...special
2007-08-29A few more minor cleanupsom
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28(Om, this commit is safe): remove references to DELETE() macro, revert back t...w00t
2007-08-28First step on the road of module loader rewriting. So far this only really re...om
2007-08-27Remove more unnecessary header trafficw00t
2007-07-25Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu...brain
2007-07-25Begin move of rehash to server.cpp - broken rehash from cmdline for now.peavey
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-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey