aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | change utils.irc.strip_font() to remove tokens, no regexGravatar jesopo2020-01-221-7/+5
| |
* | support ISUPPORT MODES token having no argGravatar jesopo2020-01-221-1/+4
| |
* | fix hostmask_match_many typehintGravatar jesopo2020-01-221-1/+1
| |
* | add an optional mask pattern arg to !clearGravatar jesopo2020-01-222-5/+10
| |
* | effectively ignore ENDOF when there were no itemsGravatar jesopo2020-01-221-1/+2
| |
* | add a special "require_mode" arg; "highest" meaning "highest mode possible"Gravatar jesopo2020-01-221-5/+8
| |
* | add a special "require_mode" arg; "admin" meaning "above op if available"Gravatar jesopo2020-01-221-0/+6
| |
* | 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
| |
* | typo; 'resaon' -> 'reason'Gravatar jesopo2020-01-221-1/+1
| |
* | 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
| |
* | `server` should be IRCServer, not IRCChannelsGravatar jesopo2020-01-221-1/+2
| |
* | 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
| |
* | parse proposed ISUPPORT QUIET tokenGravatar jesopo2020-01-222-0/+7
| |
* | !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
| |
* | allow requesting utils.irc.color() to not add terminating codeGravatar jesopo2020-01-211-2/+7
| |
* | add rainbow.pyGravatar jesopo2020-01-211-0/+35
| |
* | split permission for !alias/!balias in to twoGravatar jesopo2020-01-211-3/+4
|/
* v1.18.2 releaseGravatar jesopo2020-01-202-1/+11
|
* IRCBuffer.find's not_pattern arg should be optionalGravatar jesopo2020-01-201-1/+1
|
* utils.datetime.is8601_parse no longer has a "microseconds" argGravatar jesopo2020-01-201-1/+1
|
* `user` varaible doesn't exist in invite formatting codeGravatar jesopo2020-01-201-1/+1
| | | | closes #231
* colourise server name for server notice formattingGravatar jesopo2020-01-201-2/+2
|
* v1.18.1 releaseGravatar jesopo2020-01-202-1/+6
|
* {~TNICK}, not {TNICK}Gravatar jesopo2020-01-201-1/+1
|
* 1.18.0 releaseGravatar jesopo2020-01-202-2/+2
|
* update CHANGELOG.mdGravatar jesopo2020-01-201-0/+1
|
* better formatting for server noticesGravatar jesopo2020-01-201-2/+2
|
* pass :source or connection_params.hostname through server-notice eventGravatar jesopo2020-01-201-1/+5
|
* show account and realname in JOIN formatting when availableGravatar jesopo2020-01-201-2/+12
|
* 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
|
* provide {NICK} as well as {~NICK} as default formatting argsGravatar jesopo2020-01-201-1/+1
|
* .zfill(3) milliseconds in utils.datetime.datetime_humanGravatar jesopo2020-01-201-1/+1
|
* use a TimeSpec system to request milliseconds in utils.datetimeGravatar jesopo2020-01-202-10/+20
|
* don't overwrite `line` in MOTD formattingGravatar jesopo2020-01-201-2/+2
|
* also do .format(**) when there's no `user` objectGravatar jesopo2020-01-201-6/+7
|
* do all user-provided formatting as {VAR} formattingGravatar jesopo2020-01-201-41/+47
| | | | otherwise, e.g., a PRIVMSG with {~NICK} will be replaced with user nickname
* 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
|
* _on_topic doesn't always have a userGravatar jesopo2020-01-171-2/+2
|
* v1.18.0-rc3 releaseGravatar jesopo2020-01-171-1/+1
|