]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanprotect.cpp
Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
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...
2006-11-14 brainAnother couple of 'forgot to memset's
2006-10-28 brainAdd <options:deprotectself> which can allow a +qa user...
2006-10-27 brainWhen loading, dont try and free the qa modes, we havent...
2006-10-27 brainAllow changing of qaprefixes on the fly with REHASH...
2006-10-23 brainAdd $ModDep: special comment, similar to $CompileFlags...
2006-10-23 brainThis needs TESTING: use modestacker when unloading...
2006-10-22 brainMake +beIgqa be sent multiple per line, rather than...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-24 brainDont send explicit FMODE +qa when qaprefixes is on...
2006-09-15 brainAnnotations
2006-09-09 brainGrr
2006-09-02 brainActually let it be unloaded would be a start (remove...
2006-09-02 brainAllow unloading of +qa
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainHint of the day: When you have a function that can...
next