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
|
2019-05-30 14:38:49 +00:00
|
|
|
- `draft/label` tracking on every sent line when CAPs permit
|
2019-05-30 16:13:01 +00:00
|
|
|
- Enforce version 3.6.0 or later
|
2019-05-26 15:26:32 +00:00
|
|
|
|
2019-05-30 06:45:49 +00:00
|
|
|
Changed:
|
|
|
|
- Use last `server-time` for `RESUME` - not last .recv() time
|
|
|
|
- IRCv3: `draft/labeled-response` -> `draft/labeled-response-0.2`
|
|
|
|
|
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-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
|