aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
Commit message (Expand)AuthorAgeFilesLines
* switch channel_op ban masks to use utils.parse.parse_token_replaceGravatar jesopo2019-12-211-7/+6
* add !up/!down as aliases of !op/!deopGravatar jesopo2019-12-141-2/+13
* IRCUser.get_identified_account() doesn't exist anymoreGravatar jesopo2019-11-221-2/+2
* refactor permissions and allow hostmasks to be assigned to accountsGravatar jesopo2019-11-211-1/+1
* move "+5m" syntax parsing out to utils.parseGravatar jesopo2019-11-181-14/+4
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-1/+1
* add !cmute/!cunmute to set +m/-m on current channelGravatar jesopo2019-10-251-1/+32
* show $n/$u/$h for ban-format-account help tooGravatar jesopo2019-10-081-1/+3
* !k should be alias_of !kickGravatar jesopo2019-09-261-1/+1
* reference mask_split, not sGravatar jesopo2019-09-241-1/+1
* don't throw when account name is nullGravatar jesopo2019-09-241-1/+1
* switch ban-format-account from a serverset to channelsetGravatar jesopo2019-09-241-1/+1
* support having a separate ban format for users with accountsGravatar jesopo2019-09-241-3/+9
* use ban-format for mute masksGravatar jesopo2019-09-241-3/+4
* support "$$" as "$" in ban-formatGravatar jesopo2019-09-241-4/+7
* support $a (account) in ban-mask settingGravatar jesopo2019-09-241-3/+5
* send_mode() args should be an arrayGravatar jesopo2019-09-151-2/+2
* _parse_flags() should always return 2 objectsGravatar jesopo2019-09-121-1/+1
* only apply modes for !flags when the user doesn't have them alreadyGravatar jesopo2019-09-121-5/+12
* _check_flags() when flags are changedGravatar jesopo2019-09-121-0/+3
* add !b as an alias of !banGravatar jesopo2019-09-121-0/+1
* limit !flags mode changes to 3-per-line, add comment as to whyGravatar jesopo2019-09-121-1/+3
* remove debug printsGravatar jesopo2019-09-121-2/+0
* remove extra ")"Gravatar jesopo2019-09-121-1/+1
* sort uppercase chars after lowercase chars for !flagsGravatar jesopo2019-09-121-1/+4
* check a user is authenticated before applying modes, catch login tooGravatar jesopo2019-09-121-19/+28
* first draft of !flags systemGravatar jesopo2019-09-121-0/+73
* add !inviteGravatar jesopo2019-09-121-0/+18
* don't use full event names to check what command we're inGravatar jesopo2019-09-101-3/+3
* Add IntRangeSetting, reorder OptionsSetting arg orderGravatar jesopo2019-08-301-2/+2
* copypaste name collision for channel_op.py's `op` functionGravatar jesopo2019-08-301-1/+1
* set channel_op.py _name to ChanOpGravatar jesopo2019-08-141-0/+2
* switch `!mute` to use `+1s` duration formatGravatar jesopo2019-08-141-9/+5
* add configurable default kick message per bot/server/channelGravatar jesopo2019-08-141-1/+12
* `!kickban`'s `_ban` call needs an `add` argGravatar jesopo2019-08-141-1/+1
* refactor/rewrite channel_op.py, split highlight spam protection outGravatar jesopo2019-08-141-270/+109
* 'event' doesn't exist in _banGravatar jesopo2019-07-171-2/+2
* add ability to disable !mute for networks that dont support mutesGravatar jesopo2019-07-101-1/+6
* Automatically format `example` text for OptionsSetting (showing options)Gravatar jesopo2019-06-291-2/+1
* Implement utils.OptionsSettingGravatar jesopo2019-06-281-2/+3
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-15/+11
* channel-only,require-mode,require-access -> channel_only,require_mode,require...Gravatar jesopo2019-06-271-3/+3
* 'quiet' -> 'mute', add duration parameterGravatar jesopo2019-06-271-17/+33
* add !quiet and !unquietGravatar jesopo2019-06-271-0/+38
* Change from `yield` checks to a func in `events` that pass up EventErrorsGravatar jesopo2019-06-151-3/+6
* Change prviate channel_access commands to use a "channel-access" yield checkGravatar jesopo2019-06-141-6/+6
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+5
* Add usage examples for all settingsGravatar jesopo2019-05-231-4/+6
* Catch UserNotFoundException in var `e`Gravatar jesopo2019-05-081-1/+1
* Change channel_op's _name from "Channel Op" to "ChanOp"Gravatar jesopo2019-04-261-1/+1