diff options
| author | 2019-08-14 15:17:01 +0100 | |
|---|---|---|
| committer | 2019-08-14 15:17:01 +0100 | |
| commit | 195cb66e2664ed2d9ee1c98e557d1044f7890416 (patch) | |
| tree | efedb984c825ab8b4b9e18d6ac7d452c9a51219f /CHANGELOG.md | |
| parent | set channel_op.py _name to ChanOp (diff) | |
| signature | ||
Update CHANGELOG.md, bump version to v1.11.0-rc3
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 49288d47..046877e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,9 @@ Added: - `utils.http.request_many()` - `./start.py --startup-disconnects` - `./start.py --remove-server <alias>` +- `!remindme` as an alias of `!in` (`in.py`) +- `!source` and `!version` (`info.py`) +- Show TTL for DNS records (`ip_addresses.py`) Changed: - Move `_check()` call to event loop func @@ -50,6 +53,11 @@ Changed: - Better and more exhaustive channel move tracking - Don't silently truncate `ParsedLine` at newline - `@utils.hook`/`@utils.export` now use a single object that handles parsing +- `!ban`/`!kickban`/`!mute` duration syntax changed (`channel_op.py`) +- Highlight spam protection logic moved to own module (`highlight_spam.py`) +- `IRCBuffer.find()` returns the matched string +- Positive and negative karma throttled seperately (`karma.py`) +- REST API now listens in IPv6 (`rest_api.py`) Fixed: - Catch and rethrow not-found definitions in `define.py` |
