| Commit message (Expand) | Author | Age | Files | Lines |
| * | only check missed modes if our mode changes and `MODE #chan` responds | jesopo | 2020-01-23 | 5 | -15/+3 |
| * | only query missing list modes on MODE when we're seen ENDOFWHO | jesopo | 2020-01-23 | 4 | -13/+26 |
| * | changed failed list modes after ENDOFWHO, not when our mode changes | jesopo | 2020-01-23 | 1 | -6/+10 |
| * | get channelset quiet-method list from QUIET_METHODS | jesopo | 2020-01-23 | 1 | -1/+1 |
| * | fix duplicate "insp" QUIET_METHODS entry | jesopo | 2020-01-23 | 1 | -1/+1 |
| * | add "!clear quiets|mutes" | jesopo | 2020-01-23 | 1 | -16/+44 |
| * | add typehint for IRCChannel.mode_lists | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | correctly support INVEX and EXCEPTS lists | jesopo | 2020-01-22 | 1 | -13/+40 |
| * | move mode list (beIq e.g.) to it's own module, mode_lists.py | jesopo | 2020-01-22 | 3 | -55/+63 |
| * | don't add modes to mode_lists until we have data | jesopo | 2020-01-22 | 1 | -8/+12 |
| * | strip all font before rainbowifying text | jesopo | 2020-01-22 | 1 | -0/+1 |
| * | actually use `args` var | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | change utils.irc.strip_font() to remove tokens, no regex | jesopo | 2020-01-22 | 1 | -7/+5 |
| * | support ISUPPORT MODES token having no arg | jesopo | 2020-01-22 | 1 | -1/+4 |
| * | fix hostmask_match_many typehint | jesopo | 2020-01-22 | 1 | -1/+1 |
| * | add an optional mask pattern arg to !clear | jesopo | 2020-01-22 | 2 | -5/+10 |
| * | effectively ignore ENDOF when there were no items | jesopo | 2020-01-22 | 1 | -1/+2 |
| * | add a special "require_mode" arg; "highest" meaning "highest mode possible" | jesopo | 2020-01-22 | 1 | -5/+8 |
| * | 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 |