]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanprotect.cpp
Show a better warning when certtool/openssl are missing.
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
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...
2010-02-24 danieldgFix empty prefixes in m_chanprotect
2010-02-19 danieldgChange channel mode +a to "admin" which is easier to...
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
2009-10-24 danieldgGet rid of ModePair
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-06 danieldgClean up m_chanprotect
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgFix access checks on chanprotect preventing use of...
2009-09-13 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgMembership* changes
2009-09-02 danieldgFix segfault in m_chanprotect when OnAccessCheck is...
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-04-27 danieldgRemove sending +q from OnPostJoin, fixes bug #847....
2009-04-20 danieldgActually use irc::modestacker correctly
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-14 peaveyNuke trailing spaces
2009-01-22 w00tFix bug #659, #524 and others: Allow operoverride to...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-30 w00tRevert "Add option to allow +q to +q users, +a to ...
2008-10-28 w00tRemove ancient comment.
2008-10-28 w00tMove chanprotect settings from <options> to <chanprotect>.
2008-10-28 w00tAdd option to allow +q to +q users, +a to +a users.
2008-09-26 aquanightFix <options:noservices> causing +o (and +q!) not being...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-10 aquanightFix bug #555 : <options:deprotectothers> now works...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainMore compile fixes
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-19 brainMore done
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyConvert a whole bunch more
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-04-21 w00tRemove OnRehash of m_chanprotect: bad idea, and it...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-04 brainDont check APrefix both times :p
2008-04-04 brainBetter checks
2008-04-04 brainThrow exception if both the prefix chars are defined...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainThis is better than using a const; Since 1.1 we don...
2008-04-02 w00tRemove unload_kludge: this still isn't handled in a...
2008-04-02 w00tJust use string literal instead of declaring a var...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-04-01 w00tAdd a required prefix of 0, this may fix problem encoun...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-04 brainFix these to use new hook system (u_listmode wasnt...
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainMore
2007-10-23 brainMore AddModes fixes
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-03 brainPROPAGATE this fix
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-16 specialFixed bug #390 (broken m_chanprotect noservices)
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-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore factory conversion
2007-06-14 brainMAXMODES+1 -> MAXMODES+2
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-27 brainWhoops, ++it++? Thats gonna break :p
2007-05-27 brainAnother for bug #307
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-03 brainFix broken modules (broken due to api change)
2007-04-16 brainAdded options:deprotectothers, this is like options...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-26 peaveyFix deprotectself=no not working.
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-12 brainMake FounderProtectBase::remove_own_privs a reference...
2006-12-12 brainSomeone forgot to do founder too :p
2006-12-12 specialFixed a pretty nasty bug that allowed users to +a thems...
next