summaryrefslogtreecommitdiff
path: root/src/modules/m_chanprotect.cpp
AgeCommit message (Expand)Author
2010-02-24Fix empty prefixes in m_chanprotectdanieldg
2010-02-19Change channel mode +a to "admin" which is easier to remember than "protected"danieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-09Disallow adding prefix-mode when it is already set (fixes bug #935)danieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-06Clean up m_chanprotectdanieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Fix access checks on chanprotect preventing use of SAMODEdanieldg
2009-09-13Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible...danieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg
2009-09-13Membership* changesdanieldg
2009-09-02Fix segfault in m_chanprotect when OnAccessCheck is called with a null channeldanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-04-27Remove sending +q from OnPostJoin, fixes bug #847. See removed comment for wh...danieldg
2009-04-20Actually use irc::modestacker correctlydanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-22Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ...w00t
2009-01-02Update copyrights for 2009.w00t
2008-10-30Revert "Add option to allow +q to +q users, +a to +a users."w00t
2008-10-28Remove ancient comment.w00t
2008-10-28Move chanprotect settings from <options> to <chanprotect>.w00t
2008-10-28Add option to allow +q to +q users, +a to +a users.w00t
2008-09-26Fix <options:noservices> causing +o (and +q!) not being correctly given on ch...aquanight
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-10Fix bug #555 : <options:deprotectothers> now works correctly, and applies to ...aquanight
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-25More compile fixesbrain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19More donebrain
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-04Convert a whole bunch morepeavey
2008-05-01Some modules throw CoreException, this is wrong wrongitty wrong! Throw Module...brain
2008-04-21Remove OnRehash of m_chanprotect: bad idea, and it's broken anyway.w00t
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-04-04Dont check APrefix both times :pbrain
2008-04-04Better checksbrain
2008-04-04Throw exception if both the prefix chars are defined and the same (thaks dani...brain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-02This is better than using a const; Since 1.1 we don't need a value at all, we...brain