| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix rss bindhost implementation | jesopo | 2020-04-09 | 1 | -10/+18 |
| * | experimental support for rss bindhost | jesopo | 2020-04-09 | 1 | -2/+9 |
| * | fix regression of message filters not matching without formatting | jesopo | 2020-04-08 | 1 | -7/+9 |
| * | add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliases | jesopo | 2020-04-07 | 1 | -0/+4 |
| * | handle http redirects ourselves, to prevent redirect to localhost | jesopo | 2020-04-05 | 1 | -6/+2 |
| * | `masks` -> `args` | jesopo | 2020-03-10 | 1 | -1/+1 |
| * | remove debug print | jesopo | 2020-03-10 | 1 | -1/+0 |
| * | 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 |
| |/ |
|
| * | 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 |
| * | move _get_hostmask logic out in to banmask.py core module, for reuse | jesopo | 2020-03-08 | 1 | -15/+7 |
| * | exports.get_one() -> exports.get() | jesopo | 2020-03-08 | 14 | -15/+15 |
| * | default inactive_channel.py timer to 4 weeks, not 2 | jesopo | 2020-03-05 | 1 | -2/+2 |
| * | 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 |
| * | change !seen to command specs | jesopo | 2020-02-28 | 1 | -6/+4 |
| * | change relay.py to use command specs | jesopo | 2020-02-27 | 1 | -15/+6 |
| * | 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 |
| * | add `!badge show <name>` | jesopo | 2020-02-26 | 1 | -14/+25 |
| * | `prefix` can be None - null-coalesce it to empty string | jesopo | 2020-02-26 | 1 | -1/+1 |
| * | move accept_invite.py to core modules, default to not accepting invites bot-wide | jesopo | 2020-02-26 | 1 | -13/+0 |
| * | move bot_channel.py to core_modules, default to no bot channel | jesopo | 2020-02-26 | 1 | -12/+0 |
| * | kick bitbot last if he's covered by !kick/!kickban | jesopo | 2020-02-26 | 1 | -0/+6 |
| * | masks should be a list, otherwise we iterate a string | jesopo | 2020-02-26 | 1 | -1/+1 |
| * | support !aban and !akickban for account bans | jesopo | 2020-02-26 | 1 | -26/+51 |
| * | show !g snippet when available, title when not | jesopo | 2020-02-25 | 1 | -2/+3 |
| * | send_modes takes list[tuple[s,s]], add !down, !deop yourself last | jesopo | 2020-02-25 | 1 | -20/+45 |
| * | !op/!deop and !voice/!devoice should assume own user without args | jesopo | 2020-02-25 | 1 | -8/+12 |
| * | only voice/op people that dont have it already | jesopo | 2020-02-25 | 1 | -1/+2 |
| * | unmode timer should use send_modes | jesopo | 2020-02-25 | 1 | -2/+1 |
| * | add !invex, refactor all channel_op mode-type commands | jesopo | 2020-02-25 | 1 | -157/+143 |
| * | we need to manually flush log files | jesopo | 2020-02-24 | 1 | -0/+1 |
| * | for some reason, __ variables disappear from hasattr | jesopo | 2020-02-24 | 1 | -10/+10 |
| * | open possibly-utf8 files with forced utf8 | jesopo | 2020-02-24 | 1 | -1/+1 |
| * | change encrypted channel logs to use RSA -> AES (CBC)•••closes #248
| jesopo | 2020-02-24 | 1 | -7/+24 |
| * | add isodate requirement for parsing iso8601 durations | jesopo | 2020-02-24 | 1 | -10/+3 |
| * | only do to_pretty_time as relative when requested | jesopo | 2020-02-24 | 5 | -6/+6 |