Age | Commit message (Expand) | Author |
2008-01-06 | Hopefully correct implementation of OnRawMode.. can someone pls check this fo... | w00t |
2008-01-06 | OnRawMode event makes a return: This was removed post 1.0 because it was incr... | w00t |
2008-01-06 | Permanent channels, currently conflicts with blockcaps (+P) and is untested | w00t |
2008-01-02 | Add param 'opername' to event OnPostOper. This will help make a (slightly nic... | w00t |
2007-11-11 | More stuff incoming | brain |
2007-11-11 | More stuff | brain |
2007-11-11 | This works properly now. Files in the file:// schema are loaded by the core. | brain |
2007-11-11 | In prep for remote includes, configuration reading is now two-pass. | brain |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-04 | On failure to load a module, DetachAll on the module pointer, also, try to fr... | brain |
2007-11-04 | Instead of a vector of vectors, use an array of vectors as in the original sp... | brain |
2007-11-04 | Remove debug junk from ModuleManager::SetPriority | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Comments | brain |
2007-11-04 | Change this, risking a crash otherwise | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | All done... i think. Just tidying up to be done, removal of Implements() meth... | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | Extra debug logging | brain |
2007-11-04 | This compiles, but note most modules are currently broken, they dont Attach() | brain |
2007-11-04 | More craq | brain |
2007-11-04 | Bring back Prioritize (needs to occur after module load) with a different dec... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-11-04 | Development/Hooking in full swing now: WARNING, this will break ALL modules f... | brain |
2007-11-04 | Add EventHandlers structure for Development/Hooking | brain |
2007-10-31 | Remove 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-26 | Whoops, must be const | brain |
2007-10-26 | Add new event for this with gauranteed delivery of message BEFORE the text is... | brain |
2007-10-23 | More pedantic safety | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-22 | Move InspIRCd::IsValidMask() to helperfuncs.cpp | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-14 | Another dodgy count fixed | brain |
2007-10-14 | Fix the 'total of -1 modules have been loaded' due to new loader | brain |
2007-10-13 | Shut up, valgrind | brain |
2007-09-25 | Fix for bug #415, affects only trunk (wish i'd known this before i started!) | brain |
2007-09-12 | Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos... | special |
2007-08-29 | A few more minor cleanups | om |
2007-08-28 | Move 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-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-07-25 | Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu... | brain |
2007-07-25 | Begin move of rehash to server.cpp - broken rehash from cmdline for now. | peavey |
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 |