summaryrefslogtreecommitdiff
path: root/src/modules/m_chanprotect.cpp
AgeCommit message (Expand)Author
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
2008-04-02Remove unload_kludge: this still isn't handled in a very polite way (it uses ...w00t
2008-04-02Just use string literal instead of declaring a var for itw00t
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-04-01Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure...w00t
2008-03-24Finally change all the Version() objectsbrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-04Fix these to use new hook system (u_listmode wasnt fixed yet)brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-23Morebrain
2007-10-23More AddModes fixesbrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-03PROPAGATE this fixbrain
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-16Fixed bug #390 (broken m_chanprotect noservices)special