diff options
| author | 2020-08-26 10:23:34 +0000 | |
|---|---|---|
| committer | 2020-08-26 10:23:34 +0000 | |
| commit | 6bdd061f8e1e0b0bfb156ace4b17649bfa50ec40 (patch) | |
| tree | bc91c00c4209be170a705d448ddc1357dd5d3dd2 | |
| parent | remove old comment (diff) | |
| signature | ||
add v1.20.0 to CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea835bea..eab49ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# TBD - BitBot v1.20.0 + +Added: +- `ban-enforce.py` to kick people that match a new ban mask +- MLOCK-like functionality in `channel_op.py` +- Channels can be opted out of inactivity pruning +- Optional to disable youtubeifying `!np` output +- Allow RSS requests to bind to specific source addresses +- `!words` in PM +- `yourls.py` for yourl url shortners +- handle `RPL_VISIBLEHOST` + +Changed: +- `ERR_LINKCHANNEL` (470) now removes the initial channel from autojoin +- (IRCv3) `+draft/typing` was ratified +- We're no longer supporting a specific broken charybdis install, for line length calculations +- Much better line truncation +- Handle HTTP redirects ourselves, to avoid redirects on to forbidden hosts + +Fixed: +- All bot.conf paths should have ~/{DATA} expanded +- `host-meta` URL for fediverse accounts should be optional - fallback to default webfinger +- Message filter `m/` criterias should operate on formatting-stripped lines +- Quote `!grab`s were wiping the user's category +- Quote `!quotedel`s were looking at the wrong categories +- `!words` was squashing results in to a dict, losing days +- INVEX and EXCEPT lists were looking at the wrong index for masks + # 2020-02-29 - BitBot v1.19.0 ("Command Specs Spark Joy") Added: |
