]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / mode.cpp
2014-02-20 Attila MolnarAdd a ModeParser::FindMode() overload that takes a...
2014-02-20 Attila MolnarCreate a name -> ModeHandler* map
2014-02-18 Attila MolnarReplace ModeMasks with a two-dimensional array
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-01-21 Attila MolnarMerge insp20
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2014-01-05 Attila MolnarRemove useless ULine() checks
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-12 attilamolnarKeep lists of mode handlers by type
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-09-11 attilamolnarAdd a type id field to ModeHandler
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-08-30 attilamolnarMerge insp20
2013-08-12 attilamolnarClean up a few constructors
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-13 attilamolnarReplace void* dest and target_type parameters of OnMode...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-05-26 attilamolnarSimplify user mode removal via ModeHandler::RemoveMode()
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-24 attilamolnarCache mode list that is sent in the 004 numeric
2013-05-24 attilamolnarRemove dead ModeParser code
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarAdd builtin modes using AddService()
2013-04-08 attilamolnarUnite include/modes/*.h into include/builtinmodes.h
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...
next