]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / mode.cpp
2014-11-30 Attila MolnarReject empty mode parameters in ModeParser::Process...
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-08 attilamolnarFix unsafe iteration in DelMode() when unloading m_perm...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-10-08 attilamolnarMove simple user and channel mode handlers into a singl...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-08 attilamolnarRemove sprintf from the two implementations of ModeHand...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-07 Shawn SmithImproved the SimpleModeHandlers
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-07-19 Daniel De GraafRemove harmless but scary-looking logfile lines
2010-09-04 Daniel De GraafDo not apply parameter length restrictions or CleanMask...
2010-03-01 danieldgCap masks and bans at 250 characters
2010-02-11 danieldgChange SERVICE_{CMODE,UMODE} to SERVICE_MODE, which...
2010-02-06 danieldgFail adding of new mode when its prefix is already...
2010-02-03 danieldgFix mode required error message
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-16 danieldgSearch for correct access level for mode changes, remov...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgAdd ModeHandler* versions of channel mode access
2009-11-03 danieldgCreate m_halfop
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-10-24 danieldgGet rid of ModePair
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-19 danieldgClean up some log messages
2009-10-19 danieldgClose files opened by configreader
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgAdd ModeHandler::cull() for auto-deletion, fixes call...
2009-10-16 danieldgClean up crash on destruction of statics at exit
2009-10-15 danieldgAdd m_namedmodes that adds pseudo-listmode Z that shows...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgMake builtin modes static to eliminate confusing destru...
2009-10-05 danieldgDeny TR_NICK mode changes with an invalid nick parameter
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-14 specialProperly spacify opertypes in error messages. Patch...
2009-09-13 danieldgFix access checks on chanprotect preventing use of...
2009-09-13 danieldgTranslate TR_NICK back from UID on mode parse
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
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-02 danieldgChange SAMODE to source from the acting user, not the...
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
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 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgRework mode parser into slightly smaller chunks
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-06-01 danieldgMakefile updates: clean up command lines
2009-05-13 danieldgShow correct server source to users on FTOPIC and FMODE
2009-04-18 danieldgUse server source for RemoveMode, fixes bug #838
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-13 peaveyFollow-up fix to r11081. Escalate minimum privileges...
2009-03-09 danieldgCorrectly fill LastParseParams on servermode. Fixes...
2009-03-08 danieldgm_override: fix messages on multi-mode changes
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-11 peaveyRemove/Add cmode h according to <option:allowhalfop...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-25 aquanightMissed one, w00t :)
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
2008-10-18 w00tTie settings in mode and whowas to privs.
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-17 brainAdd OnParameterMissing to modehandler, called when...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-29 w00tMove umode_n to umode_s, second half of last commit
2008-07-29 w00tAfter discussions and thought, move umode +n to +s...
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-14 w00tMore broken compile stuff
2008-07-13 w00tConvertage.
2008-07-12 w00tAllow opers to view modelists regardless of <security...
2008-07-12 w00tMake m_gecosban work. We can't make assumptions about...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-02 brainOptimize MODE #chan b etc, avoid a 256 byte memset...
2008-05-01 brainSimple user/channel mode patch
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
next