aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* MergeRequest Notes do not have an "issue" itemGravatar jesopo2020-01-271-7/+8
* `event` doesn't exist in _quiet_method()Gravatar jesopo2020-01-261-1/+1
* we should be checking if there are no flags specifiedGravatar jesopo2020-01-261-1/+1
* find "word" type, not cuser (because i can be 'user')Gravatar jesopo2020-01-261-3/+3
* fix _ban looking for user instead of cuser, fix kickban _kick argGravatar jesopo2020-01-261-2/+2
* fix channel_op spec arg indexesGravatar jesopo2020-01-261-3/+3
* add spec arg names to echo.pyGravatar jesopo2020-01-261-3/+3
* update karma.py to use command specGravatar jesopo2020-01-261-9/+10
* remove debug printsGravatar jesopo2020-01-261-2/+0
* remove channel_op.py usage, specs cover itGravatar jesopo2020-01-251-35/+19
* implement default spec argument typesGravatar jesopo2020-01-252-9/+9
* change command specs to be compiled at runtime by a decoratorGravatar jesopo2020-01-252-20/+20
* update echo.py to use command spec languageGravatar jesopo2020-01-251-8/+6
* update mode list functions to not use `args`Gravatar jesopo2020-01-251-6/+1
* !cunmute needs an `event` argGravatar jesopo2020-01-251-1/+1
* use new command specs in channel_op.pyGravatar jesopo2020-01-241-94/+73
* add !lsearch to show what !clear would removeGravatar jesopo2020-01-231-34/+55
* wordiest-prevent-highlight -> words-, apply to !wordusers tooGravatar jesopo2020-01-231-8/+10
* search for QUIET prefix anywhere, not just at the start of stringGravatar jesopo2020-01-231-2/+2
* get channelset quiet-method list from QUIET_METHODSGravatar jesopo2020-01-231-1/+1
* fix duplicate "insp" QUIET_METHODS entryGravatar jesopo2020-01-231-1/+1
* add "!clear quiets|mutes"Gravatar jesopo2020-01-231-16/+44
* move mode list (beIq e.g.) to it's own module, mode_lists.pyGravatar jesopo2020-01-221-55/+0
* don't add modes to mode_lists until we have dataGravatar jesopo2020-01-221-8/+12
* strip all font before rainbowifying textGravatar jesopo2020-01-221-0/+1
* actually use `args` varGravatar jesopo2020-01-221-1/+1
* support ISUPPORT MODES token having no argGravatar jesopo2020-01-221-1/+4
* add an optional mask pattern arg to !clearGravatar jesopo2020-01-221-3/+8
* effectively ignore ENDOF when there were no itemsGravatar jesopo2020-01-221-1/+2
* implement "!clear +b" to clear ban listsGravatar jesopo2020-01-221-8/+29
* track all channel list modes, not just ban and maybe quietGravatar jesopo2020-01-221-10/+13
* support gitlab MR/issue `actions` that we don't know aboutGravatar jesopo2020-01-221-2/+3
* store ban (and maybe quiet) mode listsGravatar jesopo2020-01-221-0/+38
* query ban (and maybe quiet) list on joinGravatar jesopo2020-01-221-0/+10
* 'mute_method' -> 'quiet_method'Gravatar jesopo2020-01-221-1/+1
* default to quiet-method being unsupportedGravatar jesopo2020-01-221-1/+1
* use ISUPPORT QUIET when availableGravatar jesopo2020-01-221-5/+9
* !mute -> !quiet, refactor quiets to be mode,prefix,listnum,endnumGravatar jesopo2020-01-221-23/+42
* default bot-wide private webhooks to enabled but per-channel disabledGravatar jesopo2020-01-221-4/+12
* ignore gitlab issues events that have no actionGravatar jesopo2020-01-211-0/+3
* pong.py -> ping.pyGravatar jesopo2020-01-211-0/+0
* don't enable !rainbow by defaultGravatar jesopo2020-01-211-0/+6
* add rainbow.pyGravatar jesopo2020-01-211-0/+35
* utils.datetime.is8601_parse no longer has a "microseconds" argGravatar jesopo2020-01-201-1/+1
* show coloured nick in `draft/delete` log lineGravatar jesopo2020-01-201-1/+1
* show milliseconds when displaying `draft/delete` eventGravatar jesopo2020-01-201-1/+2
* tolerate fedi servers that present Notes as application/ld+jsonGravatar jesopo2020-01-182-1/+3
* tolerate fediverse Notes without "cc"sGravatar jesopo2020-01-181-1/+3
* pass draft/delete events through to format_activity/print_activityGravatar jesopo2020-01-171-3/+17
* add draft/edit CAP to ircv3_editmsg.pyGravatar jesopo2020-01-171-0/+2