summaryrefslogtreecommitdiff
path: root/modules/commands/cs_mode.cpp
AgeCommit message (Expand)Author
2015-02-05Fix os_mode to handle channels going away due to mode changes, and maybe cs_modeAdam
2015-01-26Fix negatively locking param modes in default mlockAdam
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
2014-08-03Add cs_mode:max config optionAdam
2014-04-25Add "virtual mode" supportAdam
2014-04-17Use OnChanRegistered instead of OnCreateChan to set default mlocks.Adam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-03-01Do not enforce mlock when enforcing mlockAdam
2014-02-03Actually just allow mode clear to take any mode nameAdam
2014-02-03Fix typo in mode clear, exempts -> exceptsAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-11-18Default adding to 1 in mlock add/del, always reply with something even if the...Adam
2013-10-05cs_mode: Fix override in /cs mode set.Robby-
2013-09-27Allow modifying mlock on nonexistant (but registered) channelsAdam
2013-09-27Add missing columns to os_forbid. Make most lists with dates use the shorter ...Robby-
2013-09-27Make column titles in listings translatable.Robby-
2013-09-27Translate listformatter properlyAdam
2013-09-27Fix typos, remove dead language defines.Robby-
2013-09-27Added missing override capabilities and log calls to some ChanServ commandsRobby-
2013-09-27Fix cs_mode lock reply if nothing is doneAdam
2013-09-20Readonlyize many commandsAdam
2013-08-27Move Serialize::Types to construct after the corresponding extensible items t...Adam
2013-08-26Log parameters given to /cs mode set. Add logging to /os ignore.Adam
2013-08-26Fix status mlocks. Fix reply from lock add.Adam
2013-08-25Remove unnecesary mlock code in cs_mode, change mode set events to never boun...Adam
2013-08-14Do not default mlock +r, it is unnecessray and only clutters up the mlock listAdam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-08Fix deleting badwords/modes/logs etcAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with i...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-08Check for peace being on before denying a mode change in cs_modeAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-11Merge chanserv saset and set back into one command since it no longer needs t...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-08Made auto* chanserv privileges not hard coded.Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-04-06This worked before but is a little weirdAdam
2013-03-31Add networkinfo:modelistsize config option to set the max size of b/e/I listsAdam
2013-02-20Add /cs mode clear command that behaves like the old /cs clear modes/bans/etcAdam
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-09(re?)add mlock set as a simple way to clear all mlocks and add new ones at onceAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-06-18Allow userless command sourcesAdam
2012-04-25Fixed non-debug buildAdam