summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
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
2007-07-10This should fix the rest of remote kill nick hidingbrain
2007-06-14Some general syntax cleanups.pippijn
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-05-21Remove warning in gcc this timebrain
2007-05-21I think this was the source of burlex's confusion with the spanningtree propo...brain
2007-05-21Reorder includes, dont worry there is method to my madness (i hope)brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-11Remove some stuff deprecated since 1.0w00t
2007-05-10Add m_taxonomy and api minor tweak to make it work, enable some modules for it.brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-05-03DO NOT USE THIS COMMIT - if you do, most of the modules wont work.brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-02-19Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ...brain
2007-02-10When opening a file to read, check its not a directory with stat()brain
2007-02-09Check for nonexistent filebrain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-31Add missing feature: /rehash reinitializes dns subsytem (and can handle chang...brain
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-24Add OnGarbageCollect methodbrain
2006-12-23Hash rehashing changebrain
2006-12-23Fix issue where the last module to be loaded wasnt unloaded by restartbrain
2006-12-16Add an optional parameter to ConfigReader::ReadValue which defines if we want...brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-14Refactor userrec::chans.brain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-12-05Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where...brain
2006-12-05Fix up brokagebrain