| Commit message (Expand) | Author | Age | Files | Lines |
| * | '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 |
| * | give BufferLine.id default value, overwrite in ircv3_msgid.py | jesopo | 2020-01-17 | 3 | -11/+18 |
| * | overwrite BufferLine.timestamp with ircv3 server-time when available | jesopo | 2020-01-17 | 1 | -1/+14 |
| * | add BufferLine.timestamp (`datetime.datetime` object) | jesopo | 2020-01-17 | 2 | -4/+8 |
| * | add dateutil as a dependency, use it in utils.datetime.iso8601_parse | jesopo | 2020-01-17 | 2 | -6/+5 |
| * | export function for formatting activity lines | jesopo | 2020-01-17 | 1 | -0/+3 |
| * | refactor format_activity to use {FORMATTING} for maybe-colored things | jesopo | 2020-01-17 | 1 | -114/+73 |
| * | add draft/edit CAP to ircv3_editmsg.py | jesopo | 2020-01-17 | 1 | -0/+2 |
| * | tidy up IRCBuffer.find, respect line.deleted there too | jesopo | 2020-01-17 | 1 | -5/+8 |