]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Include explicit parameter list in ProtocolInterface::SendMode
[user/henk/code/inspircd.git] / src / modules.cpp
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-15 brainRARRR, 11111 is MEIN! :3
2009-02-14 peaveyMake glob patterns in module load work correctly. Fixes...
2009-02-14 peaveyNuke trailing spaces
2009-01-23 w00tRemove an unused event.
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-11-02 w00tForward-port: Fix an uninitialised variable in ConfigRe...
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-02 brainFix for bug #601
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tAdd OnSendSnotice(char &, std::string &, const std...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-12 w00tOkay, and there's the working version of it. Extbans...
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-26 brainYet another module priority shuffler fix from Phoenix...
2008-06-24 brainModule priority 'shuffler' fix from Phoenix, bounds...
2008-06-24 brainModule priority 'shuffler' suggestion from Phoenix...
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-03 brainChange the 'is not within the modules dir' message...
2008-03-30 brainFixy
2008-03-30 w00tChange this return type to int from void. WHY didn...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-03-17 brainFix the warnings that are worth fixing, ignore the...
2008-02-26 brainRevert configure so that we can uh, actually compile.
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainThis segfaults atm. i'm working on it.
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-21 brainMore test suite stuff
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
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....
next