diff options
| author | 2019-10-30 11:56:25 +0000 | |
|---|---|---|
| committer | 2019-10-30 11:56:25 +0000 | |
| commit | 02041d99c67f474f7e5353760c92b6d58654b2a1 (patch) | |
| tree | 18fd1f04904cb497c5760ed3e0db7b2a814f5927 /CHANGELOG.md | |
| parent | add server/channel config to disable command suggestions (diff) | |
| signature | ||
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fe35dc..4ad6d3d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ Added: - `!cmute`/`!cunmute` to mute/unmute a channel (`+m`) (`admin.py`) - Support GitLab notes and confidential issues (`git_webhooks`) - Strip `"'<>()` from words in titles when checking difference between a `<title>` and URL (`title.py`) -- Show how long ago a video was uploaded (`youtube.py`) +- Show when a youtube video was uploaded (`youtube.py`) +- 15 second SASL handshake timeout (`ircv3_sasl`) +- Ability to disable command suggestions (`command_suggestions.py`) Changed: - `/me` lines are no longer added to markov chains +- `!seen` last action (`seen-info`) is now per-channel, not per-network (`seen.py`) Fixed: - Rectified `src/utils/` circular dependency mess |
