| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | pass draft/delete events through to format_activity/print_activity | jesopo | 2020-01-17 | 1 | -3/+17 |
| * | add draft/edit CAP to ircv3_editmsg.py | jesopo | 2020-01-17 | 1 | -0/+2 |
| * | use `draft/delete` tags to mark BufferLines as deleted | jesopo | 2020-01-17 | 1 | -0/+13 |
| * | make `++asd++` count only as `++` on `++help` | jesopo | 2020-01-17 | 1 | -0/+5 |
| * | Merge branch 'master' into develop | jesopo | 2020-01-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fix empty display names | MineRobber___T | 2020-01-16 | 1 | -3/+1 |
| | * | Fix empty names•••Specifically, botsin.space (for sure) returns a display name of `""`. Since that's not meaningful, I just added a check to replace the display name with the username if the display name is empty. | MineRobber___T | 2020-01-16 | 1 | -0/+2 |
| * | | tolerate spaces in dice modifiers | jesopo | 2020-01-14 | 1 | -3/+5 |
| * | | !maskfind should work in-channel too | jesopo | 2020-01-11 | 1 | -1/+0 |
| * | | boldify nickname in !maskfind output so it stands out | jesopo | 2020-01-11 | 1 | -1/+1 |
| * | | show userhost as well as nickname in !maskfind output | jesopo | 2020-01-11 | 1 | -3/+5 |
| * | | show total hostmasks searched in !maskfind output | jesopo | 2020-01-11 | 1 | -2/+5 |
| * | | show count of !maskfind results | jesopo | 2020-01-11 | 1 | -2/+2 |
| * | | add !maskfind to search for nicks that used a given hostmask | jesopo | 2020-01-11 | 1 | -0/+25 |
| * | | default pattern-based commands to expect_output=False | jesopo | 2020-01-11 | 1 | -2/+5 |
| * | | seds starting with numbers caused an "invalid group reference" | jesopo | 2020-01-11 | 1 | -1/+6 |
| * | | by default, prevent highlighting from !wordiest | jesopo | 2020-01-10 | 1 | -2/+8 |
| * | | show issues/transferred by default for github webhooks | jesopo | 2020-01-05 | 1 | -2/+4 |
| * | | reword karma to "<target> now has 3 karma (1 from <sender>)"•••closes #226
| jesopo | 2020-01-02 | 1 | -2/+2 |
| * | | Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+...•••This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4.
| jesopo | 2020-01-01 | 1 | -2/+0 |
| * | | if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1") | jesopo | 2020-01-01 | 1 | -0/+2 |
| * | | fix !time output now that `human` has tz in it | jesopo | 2019-12-30 | 1 | -3/+3 |
| * | | don't use .replace for timezone, use .astimezone | jesopo | 2019-12-30 | 1 | -1/+1 |
| * | | add time-localise export in user_time, to timezone localise a datetime | jesopo | 2019-12-30 | 1 | -8/+20 |
| * | | correctly deal with "define previous message" | jesopo | 2019-12-29 | 1 | -0/+5 |
| * | | add hostmask_tracking.py to keep track of what hostmasks a user has used | jesopo | 2019-12-24 | 1 | -0/+11 |
| * | | switch channel_op ban masks to use utils.parse.parse_token_replace | jesopo | 2019-12-21 | 1 | -7/+6 |
| * | | !qdel should be able to delete from channel-only quotes | jesopo | 2019-12-19 | 1 | -9/+19 |
| * | | permit spaces before ++/-- for single-word karma | jesopo | 2019-12-19 | 1 | -1/+1 |
| * | | default !wordiest to the current channel | jesopo | 2019-12-19 | 1 | -2/+7 |
| * | | catch and log errors from healthcheck.py - otherwise it can CRITICAL | jesopo | 2019-12-18 | 1 | -1/+6 |
| * | | force utf8 encoding on eval_python.py | jesopo | 2019-12-18 | 1 | -1/+1 |
| * | | `!relaygroup add/remove` no longer exists | jesopo | 2019-12-15 | 1 | -2/+0 |
| * | | add !up/!down as aliases of !op/!deop | jesopo | 2019-12-14 | 1 | -2/+13 |
| |/ |
|
| * | cron events no longer have timers | jesopo | 2019-12-13 | 1 | -4/+2 |
| * | set dnsbl _name to DNSBL, better wording than "failed" | jesopo | 2019-12-13 | 1 | -1/+3 |
| * | don't use dt.microseconds - only covers within the current second | jesopo | 2019-12-13 | 1 | -3/+3 |
| * | `s_line`, not `s` | jesopo | 2019-12-13 | 1 | -1/+1 |
| * | add DroneBL to dnsbl module | jesopo | 2019-12-12 | 2 | -4/+16 |
| * | refactor dnsbl module, show reason for positive detection when possible | jesopo | 2019-12-12 | 2 | -12/+55 |
| * | list.insert() takes an index! | jesopo | 2019-12-12 | 1 | -1/+1 |
| * | flip _check_list logic - NXDOMAIN is a "clean" IP | jesopo | 2019-12-12 | 1 | -2/+2 |
| * | add dnsbl.py | jesopo | 2019-12-12 | 1 | -0/+50 |
| * | only show the first line of a comment body | jesopo | 2019-12-12 | 1 | -1/+1 |
| * | add comment to healthcheck.py about what it's for | jesopo | 2019-12-12 | 1 | -0/+3 |
| * | switch coins.py to use cron timers | jesopo | 2019-12-12 | 1 | -6/+4 |
| * | retooted account should use username, not display name | jesopo | 2019-12-12 | 1 | -2/+1 |
| * | add healthcheck.py to routinely call a URL for uptime pinging | jesopo | 2019-12-11 | 1 | -0/+9 |