File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # TBD - BitBot v1.20.0
2+
3+ Added:
4+ - ` ban-enforce.py ` to kick people that match a new ban mask
5+ - MLOCK-like functionality in ` channel_op.py `
6+ - Channels can be opted out of inactivity pruning
7+ - Optional to disable youtubeifying ` !np ` output
8+ - Allow RSS requests to bind to specific source addresses
9+ - ` !words ` in PM
10+ - ` yourls.py ` for yourl url shortners
11+ - handle ` RPL_VISIBLEHOST `
12+
13+ Changed:
14+ - ` ERR_LINKCHANNEL ` (470) now removes the initial channel from autojoin
15+ - (IRCv3) ` +draft/typing ` was ratified
16+ - We're no longer supporting a specific broken charybdis install, for line length calculations
17+ - Much better line truncation
18+ - Handle HTTP redirects ourselves, to avoid redirects on to forbidden hosts
19+
20+ Fixed:
21+ - All bot.conf paths should have ~ /{DATA} expanded
22+ - ` host-meta ` URL for fediverse accounts should be optional - fallback to default webfinger
23+ - Message filter ` m/ ` criterias should operate on formatting-stripped lines
24+ - Quote ` !grab ` s were wiping the user's category
25+ - Quote ` !quotedel ` s were looking at the wrong categories
26+ - ` !words ` was squashing results in to a dict, losing days
27+ - INVEX and EXCEPT lists were looking at the wrong index for masks
28+
129# 2020-02-29 - BitBot v1.19.0 ("Command Specs Spark Joy")
230
331Added:
You can’t perform that action at this time.
0 commit comments