summaryrefslogtreecommitdiff
path: root/src/modes/cmode_k.cpp
AgeCommit message (Expand)Author
2017-12-10Extract RFC modes from the core to core_channel and core_user.Peter Powell
2015-01-14cmode_k Fix oversight in substr() conversionAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-02-15Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...Attila Molnar
2013-07-01Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...attilamolnar
2013-06-13Call Channel::SetModeParam() from the mode parser when needed instead of requ...attilamolnar
2013-05-27Simplify user mode removal via ModeHandler::RemoveMode()attilamolnar
2013-05-27Deduplicate RemoveMode() implementationsattilamolnar
2013-04-08Unite include/modes/*.h into include/builtinmodes.hattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Get rid of ModePairdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Use CheckTimeStamp to merge modes on netburstdanieldg
2009-04-29Overloading SetMode seems to cause the compiler to interpret "" as a bool and...danieldg
2009-04-17Fix SetModeParam to use std::string and handle edge cases.danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-07Fix +k for realdanieldg
2009-03-07Let's try that +k fix again, this time with more testingdanieldg
2009-03-07Fix r11178 not allowing keys to be unsetdanieldg
2009-03-06Drop channel keys if they are identical to the already-set key (fix for bug #...w00t
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-09-29I think this fixes the mode +k weirdness. Keys were never being set correctly...brain
2008-07-20Remove custom members for +lk storagew00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Pedantic safebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Remove some fake client stuff, make it use the global recordw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-09-10Make it neaterbrain
2006-09-10Dont allow keys of length >= 32brain
2006-09-02Commentsbrain
2006-09-02Actually make +ovhk removable with DelMode (just in case somebody wants to, o...brain
2006-08-18stskeeps trying to get his name all over our commit log :p (thanks for the bu...brain
2006-08-18Dont allow an empty key (thanks stskeeps)brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain