bitbot-3.11-fork/CHANGELOG

45 lines
1.3 KiB
Text
Raw Normal View History

2019-05-26 15:26:32 +00:00
# TBD - BitBot v1.8.0
Added:
- Module dependency system
2019-05-28 09:47:31 +00:00
- Enable TCP keepalives
- IRCv3: `draft/label` tracking on every sent line when CAPs permit
- Enforce Python version 3.6.0 or later
2019-06-01 14:09:02 +00:00
- 'module-whitelist'/'module-blacklist' in `bot.conf`
2019-05-26 15:26:32 +00:00
2019-05-30 06:45:49 +00:00
Changed:
- IRCv3: Use last `server-time` for `RESUME` - not last .recv() time
2019-05-30 06:45:49 +00:00
- IRCv3: `draft/labeled-response` -> `draft/labeled-response-0.2`
2019-06-02 14:21:51 +00:00
- IRCv3: Prune already-seen messages in `chathistory` batches
2019-05-30 06:45:49 +00:00
2019-05-26 15:26:32 +00:00
Fixed
- GitHug highlight prevention - don't detect highlights mid-word
2019-05-28 12:51:58 +00:00
- Pass already-decoded data in to BeautifulSoup
2019-05-28 09:47:31 +00:00
- !enablemodule actually removes module from blacklist setting
2019-05-31 17:00:13 +00:00
- Only enact write throttling when immediate-write-buffer is empty
2019-06-02 06:23:49 +00:00
- Non-throttled lines no longer delay throttled lines
2019-05-26 15:26:32 +00:00
2019-05-24 05:52:25 +00:00
# 2019-05-24 - BitBot v1.7.1
Fixed:
- Fix crash caused by CAP NEW
2019-05-23 22:09:35 +00:00
# 2019-05-23 - BitBot v1.7.0
2019-05-23 22:05:23 +00:00
2019-05-23 22:09:35 +00:00
Added:
2019-05-23 22:05:23 +00:00
- Add !addserver
2019-05-23 22:09:35 +00:00
- Add !masterpassword
2019-05-23 22:05:23 +00:00
- Add auto-tweet setting
2019-05-23 22:09:35 +00:00
- Support triggering commands by regex
Changed:
- Show usage examples for user/channel/server/bot settings
- Strip common command prefixes from PM commands so "!help" works
2019-05-23 22:05:23 +00:00
- Change auto-github to work for github urls too
2019-05-23 22:09:35 +00:00
- IRCv3: draft/resume-0.3 -> draft/resume-0.4
2019-05-23 22:05:23 +00:00
- Remove `ipv4` server attribute - figure it out automatically
2019-05-23 22:09:35 +00:00
Fixed:
- Typos/bugs in BATCH and FAIL
2019-05-23 22:05:23 +00:00
- Fix crash caused by BitBot messaging himself