diff options
| author | 2019-06-23 11:26:32 +0100 | |
|---|---|---|
| committer | 2019-06-23 11:26:32 +0100 | |
| commit | 4efbbbce9d58163b80def3ca51a71faffca4cab9 (patch) | |
| tree | 1aa8be0b72e971494d1f91dc702cba43352e73b9 | |
| parent | Handle `CAP ACK -<cap>` and ACK from a REQ not sent by ircv3.py (diff) | |
| signature | ||
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad7ce20..7daee50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Changed: - Convert IRC glob to regex, instead of using fnmatch - `EventManager` calls can only come from the main thread - IRCv3: `labeled-response` now depends on `batch` +- `format_activity.py` now only shows highest channel access symbol Fixed: - `KeyError` when sts `port` key not present @@ -38,6 +39,9 @@ Fixed: - IRCv3: pay attention to our own msgids (`ircv3_msgid.py`) - catch and WARN when trying to remove a self-mode we didn't know we had - `until_read_timeout` -> `until_read_timeout()` +- `PROTOCTL NAMESX` should have been send_raw() not send() +- IRCv3: handle `CAP ACK -<cap>` +- IRCv3: handle `CAP ACK` in response to `CAP REQ` that came from outside `ircv3.py` Removed: - `!set`/`!channelset`/`!serverset`/`!botset` (replaced with `!config`) |
