]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Clear up header insanity
[user/henk/code/inspircd.git] / src / modules.cpp
2008-02-03 w00tClear up header insanity
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2008-01-06 w00tOnRawMode event makes a return: This was removed post...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-11-11 brainMore stuff incoming
2007-11-11 brainMore stuff
2007-11-11 brainThis works properly now. Files in the file:// schema...
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainOn failure to load a module, DetachAll on the module...
2007-11-04 brainInstead of a vector of vectors, use an array of vectors...
2007-11-04 brainRemove debug junk from ModuleManager::SetPriority
2007-11-04 brainMODERR tidyups
2007-11-04 brainComments
2007-11-04 brainChange this, risking a crash otherwise
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-04 brainAll done... i think. Just tidying up to be done, remova...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainExtra debug logging
2007-11-04 brainThis compiles, but note most modules are currently...
2007-11-04 brainMore craq
2007-11-04 brainBring back Prioritize (needs to occur after module...
2007-11-04 brainNext part of Development/Hooking (see wiki)
2007-11-04 brainDevelopment/Hooking in full swing now: WARNING, this...
2007-11-04 brainAdd EventHandlers structure for Development/Hooking
2007-10-31 brainRemove all the OnAddGLine, OnAddWhateverLine replace...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-26 brainWhoops, must be const
2007-10-26 brainAdd new event for this with gauranteed delivery of...
2007-10-23 brainMore pedantic safety
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-22 w00tMove InspIRCd::IsValidMask() to helperfuncs.cpp
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainAnother dodgy count fixed
2007-10-14 brainFix the 'total of -1 modules have been loaded' due...
2007-10-13 brainShut up, valgrind
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-09-12 specialRenamed the needs_unsigned parameter of ConfigReader...
2007-08-29 omA few more minor cleanups
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 w00t(Om, this commit is safe): remove references to DELETE...
2007-08-28 omFirst step on the road of module loader rewriting....
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-25 brainShorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9...
2007-07-25 peaveyBegin move of rehash to server.cpp - broken rehash...
2007-07-24 w00tMove more modules related stuff to modules.cpp
2007-07-24 w00tSome refactoring; move LoadModule and UnloadModule...
2007-07-24 w00tRefactor some craq to not loop through a string 4-5...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-06-14 pippijnSome general syntax cleanups.
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-21 brainRemove warning in gcc this time
2007-05-21 brainI think this was the source of burlex's confusion with...
2007-05-21 brainReorder includes, dont worry there is method to my...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 w00tRemove some stuff deprecated since 1.0
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainAdded OnBufferFlush, improved m_safelist, no longer...
2007-02-19 brainFix for crashbugs when quitting users as experienced...
2007-02-10 brainWhen opening a file to read, check its not a directory...
2007-02-09 brainCheck for nonexistent file
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-31 brainAdd missing feature: /rehash reinitializes dns subsytem...
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-24 brainAdd OnGarbageCollect method
2006-12-23 brainHash rehashing change
2006-12-23 brainFix issue where the last module to be loaded wasnt...
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainRefactor userrec::chans.
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-05 brainDocument FindInterface, PublishInterface, UnpublishInte...
2006-12-05 brainFix up brokage
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainChange this a LOT.
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd OnBuildExemptList, which is used to build an exempt...
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-10-31 specialRemoved OnRawMode - this hasn't been called at all...
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
next