]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-15 danieldgRemove Extensible items from user, channel, and Members...
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-05 w00tLikewise, convert OnLocalTopicChange to OnPreTopicChang...
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRecord module source file in the Module object
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-08-12 danieldgFixes for config reader
2009-08-11 danieldgFix module prioritization when a module asks to be...
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-05-25 danieldgRemove the ServerConfig::DirValid check that breaks...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
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
next