aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-07 17:09:34 +0100
committerGravatar jesopo2019-06-07 17:09:34 +0100
commitdbb0408a4e75e523bbb65221af4c2646ee7902c5 (patch)
treea1f2193312885978fc04004f9690ebdee4d20519
parentcheck stdout/stderr `has_text()` before .send() gets rid of it (diff)
signature
Update CHANGELOG
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 59174878..189ddccd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,11 +5,16 @@ Added:
- Sub-event system within all SentLines
- Show last action in !seen (e.g. 'seen 1m ago (<jesopo> hi)')
- WARN when labels are not responded to in a timely fashion
+- IRCv3: send `+draft/typing` while processing commands
+- Display github `ready_for_review` better
+- Parse 221 (RPL_UMODEIS) numerics
Changed:
- `!np` against a known nickname will attempt to resolve to lastfm username
- `PING` and `PONG` now avoid write throttling
- '!bang' -> '!trap', 'shot' -> 'trapped' for ducks
+- Socket reads and socket writes have been moved on to seperate threads
+- Use Deques for chat history (more performant!)
Fixed:
- Differentiate between send and received CTCP events
@@ -17,6 +22,7 @@ Fixed:
- GitHub `commit_comment` event formatting exception
- Strip xref tags from !define output
- `check_purge()` after removing contextual hooks from an EventHook
+- IRCv3: Escape message tag values
# 2019-06-03 - BitBot v1.8.0