| Commit message (Expand) | Author | Age | Files | Lines |
| * | add a special "require_mode" arg; "admin" meaning "above op if available" | jesopo | 2020-01-22 | 1 | -0/+6 |
| * | implement "!clear +b" to clear ban lists | jesopo | 2020-01-22 | 1 | -8/+29 |
| * | track all channel list modes, not just ban and maybe quiet | jesopo | 2020-01-22 | 1 | -10/+13 |
| * | typo; 'resaon' -> 'reason' | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | support gitlab MR/issue `actions` that we don't know about | jesopo | 2020-01-22 | 1 | -2/+3 |
| * | store ban (and maybe quiet) mode lists | jesopo | 2020-01-22 | 1 | -0/+38 |
| * | `server` should be IRCServer, not IRCChannels | jesopo | 2020-01-22 | 1 | -1/+2 |
| * | query ban (and maybe quiet) list on join | jesopo | 2020-01-22 | 1 | -0/+10 |
| * | 'mute_method' -> 'quiet_method' | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | default to quiet-method being unsupported | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | use ISUPPORT QUIET when available | jesopo | 2020-01-22 | 1 | -5/+9 |
| * | parse proposed ISUPPORT QUIET token | jesopo | 2020-01-22 | 2 | -0/+7 |
| * | !mute -> !quiet, refactor quiets to be mode,prefix,listnum,endnum | jesopo | 2020-01-22 | 1 | -23/+42 |
| * | default bot-wide private webhooks to enabled but per-channel disabled | jesopo | 2020-01-22 | 1 | -4/+12 |
| * | ignore gitlab issues events that have no action | jesopo | 2020-01-21 | 1 | -0/+3 |
| * | pong.py -> ping.py | jesopo | 2020-01-21 | 1 | -0/+0 |
| * | don't enable !rainbow by default | jesopo | 2020-01-21 | 1 | -0/+6 |
| * | allow requesting utils.irc.color() to not add terminating code | jesopo | 2020-01-21 | 1 | -2/+7 |
| * | add rainbow.py | jesopo | 2020-01-21 | 1 | -0/+35 |
| * | split permission for !alias/!balias in to two | jesopo | 2020-01-21 | 1 | -3/+4 |
| * | v1.18.2 release | jesopo | 2020-01-20 | 2 | -1/+11 |
| * | IRCBuffer.find's not_pattern arg should be optional | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | utils.datetime.is8601_parse no longer has a "microseconds" arg | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | `user` varaible doesn't exist in invite formatting code•••closes #231
| jesopo | 2020-01-20 | 1 | -1/+1 |
| * | colourise server name for server notice formatting | jesopo | 2020-01-20 | 1 | -2/+2 |
| * | v1.18.1 release | jesopo | 2020-01-20 | 2 | -1/+6 |
| * | {~TNICK}, not {TNICK} | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | 1.18.0 release | jesopo | 2020-01-20 | 2 | -2/+2 |
| * | update CHANGELOG.md | jesopo | 2020-01-20 | 1 | -0/+1 |
| * | better formatting for server notices | jesopo | 2020-01-20 | 1 | -2/+2 |
| * | pass :source or connection_params.hostname through server-notice event | jesopo | 2020-01-20 | 1 | -1/+5 |
| * | show account and realname in JOIN formatting when available | jesopo | 2020-01-20 | 1 | -2/+12 |
| * | show coloured nick in `draft/delete` log line | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | show milliseconds when displaying `draft/delete` event | jesopo | 2020-01-20 | 1 | -1/+2 |
| * | provide {NICK} as well as {~NICK} as default formatting args | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | .zfill(3) milliseconds in utils.datetime.datetime_human | jesopo | 2020-01-20 | 1 | -1/+1 |
| * | use a TimeSpec system to request milliseconds in utils.datetime | jesopo | 2020-01-20 | 2 | -10/+20 |
| * | don't overwrite `line` in MOTD formatting | jesopo | 2020-01-20 | 1 | -2/+2 |
| * | also do .format(**) when there's no `user` object | jesopo | 2020-01-20 | 1 | -6/+7 |
| * | do all user-provided formatting as {VAR} formatting•••otherwise, e.g., a PRIVMSG with {~NICK} will be replaced with user nickname
| jesopo | 2020-01-20 | 1 | -41/+47 |
| * | tolerate fedi servers that present Notes as application/ld+json | jesopo | 2020-01-18 | 2 | -1/+3 |
| * | tolerate fediverse Notes without "cc"s | jesopo | 2020-01-18 | 1 | -1/+3 |
| * | _on_topic doesn't always have a user | jesopo | 2020-01-17 | 1 | -2/+2 |
| * | v1.18.0-rc3 release | jesopo | 2020-01-17 | 1 | -1/+1 |
| * | 'python-dateutil', not just 'dateutil' | jesopo | 2020-01-17 | 1 | -1/+1 |
| * | v1.18.0-rc2 release | jesopo | 2020-01-17 | 1 | -1/+1 |
| * | update CHANGELOG.md | jesopo | 2020-01-17 | 1 | -0/+4 |
| * | fix utils.datetime.iso8601_parse linting error | jesopo | 2020-01-17 | 1 | -1/+1 |
| * | BufferLine.id should be a string | jesopo | 2020-01-17 | 1 | -1/+2 |
| * | pass draft/delete events through to format_activity/print_activity | jesopo | 2020-01-17 | 2 | -3/+18 |