| Commit message (Expand) | Author | Age | Files | Lines |
| * | add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliases | jesopo | 2020-04-07 | 2 | -4/+8 |
| * | handle http redirects ourselves, to prevent redirect to localhost | jesopo | 2020-04-05 | 2 | -20/+46 |
| * | add .send_action utils functions to Server, Channel and User | jesopo | 2020-03-23 | 3 | -0/+8 |
| * | remove `nightly` .travis.yml target | jesopo | 2020-03-13 | 1 | -1/+0 |
| * | `masks` -> `args` | jesopo | 2020-03-10 | 1 | -1/+1 |
| * | fix !part, add !join | jesopo | 2020-03-10 | 1 | -2/+10 |
| * | remove debug print | jesopo | 2020-03-10 | 1 | -1/+0 |
| * | allow IntRangeSetting max to be optional | jesopo | 2020-03-09 | 1 | -3/+5 |
| * | don't skip already "short" urls in yourls.py - can't predict output length | jesopo | 2020-03-09 | 1 | -3/+0 |
| * | post_data -> get_params | jesopo | 2020-03-09 | 1 | -1/+1 |
| * | URL -> shortener_url | jesopo | 2020-03-09 | 1 | -2/+2 |
| * | _call_shortener should take 2 more args | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | urllib was meant for yourls.py not shorturl.py | jesopo | 2020-03-08 | 2 | -2/+3 |
| * | add urllib import | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | add (as yet untested) Your Own URL Shortener support in yourls.py | jesopo | 2020-03-08 | 1 | -0/+36 |
| * | support extended url shorteners that take server and optional `context` (chan... | jesopo | 2020-03-08 | 1 | -7/+17 |
| * | Merge pull request #251 from fndax/issue-210•••Make !words work in PM (fixes #210) | jesopo | 2020-03-08 | 1 | -7/+14 |
| |\ |
|
| | * | Make !words work in PM•••Closes: #210
| Dax | 2020-03-08 | 1 | -7/+14 |
| * | | args_split[0] -> user.nickname (seen.py) | jesopo | 2020-03-08 | 1 | -2/+2 |
| * | | switch inactive_channels.py settings to be days, defaulting to None (no prune) | jesopo | 2020-03-08 | 1 | -14/+15 |
| |/ |
|
| * | event["line"][1] -> event["line"].args[1] | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | move bitbotctl call to after starting bitbot | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | use ban-mask export in badwords.py | jesopo | 2020-03-08 | 1 | -3/+2 |
| * | give str(Exception) when webfinger fails | jesopo | 2020-03-08 | 1 | -2/+3 |
| * | tolerate a server not having a host-meta | jesopo | 2020-03-08 | 1 | -4/+6 |
| * | check if message isn't None, rather than falsey | jesopo | 2020-03-08 | 1 | -2/+2 |
| * | move _get_hostmask logic out in to banmask.py core module, for reuse | jesopo | 2020-03-08 | 2 | -15/+30 |
| * | exports.get_one() -> exports.get() | jesopo | 2020-03-08 | 17 | -20/+20 |
| * | add space between command and usage string | jesopo | 2020-03-06 | 1 | -1/+1 |
| * | default inactive_channel.py timer to 4 weeks, not 2 | jesopo | 2020-03-05 | 1 | -2/+2 |
| * | handle RPL_VISIBLEHOST (396) to catch our hostname (maybe username too) changing | jesopo | 2020-03-05 | 2 | -0/+10 |
| * | we don't need +=1 for "new arg space" because we're pushing on an existing arg | jesopo | 2020-03-05 | 1 | -1/+0 |
| * | add a `flag` command spec type | jesopo | 2020-03-05 | 1 | -2/+16 |
| * | INVEX numeric puts mask at index 2, not 3 | jesopo | 2020-03-05 | 1 | -1/+1 |
| * | KMh and MPh changed to km/h and mi/h | jesopo | 2020-03-04 | 1 | -2/+2 |
| * | ban-format-account is no longer relevant | jesopo | 2020-03-04 | 1 | -9/+0 |
| * | use codecs.iterencode() to generator-style iterate encoding a string | jesopo | 2020-03-03 | 1 | -3/+3 |
| * | rewrite command output truncation | jesopo | 2020-03-03 | 5 | -48/+58 |
| * | refactor perform.py | jesopo | 2020-03-02 | 1 | -33/+19 |
| * | v1.19.0 release | jesopo | 2020-02-29 | 1 | -1/+1 |
| * | change !seen to command specs | jesopo | 2020-02-28 | 1 | -6/+4 |
| * | less-than-1.0 should be to_pretty_time "0s" | jesopo | 2020-02-28 | 1 | -1/+1 |
| * | include !command in usage output | jesopo | 2020-02-28 | 1 | -4/+5 |
| * | v1.19.0-rc3 | jesopo | 2020-02-28 | 1 | -1/+1 |
| * | change relay.py to use command specs | jesopo | 2020-02-27 | 1 | -15/+6 |
| * | show usage strings when spec parsing fails | jesopo | 2020-02-27 | 1 | -1/+13 |
| * | if there's more than 1 error message, give generic error | jesopo | 2020-02-27 | 1 | -4/+7 |
| * | `insert` decorator kwargs because decorators are run innermost first | jesopo | 2020-02-27 | 1 | -1/+1 |
| * | by default, do not prune inactive channels we have modes in | jesopo | 2020-02-27 | 1 | -0/+14 |
| * | allow individual channels to opt out of inactivity pruning | jesopo | 2020-02-27 | 1 | -3/+10 |