From 9f98da119c8c5bbf7726a30ae37d0645fb6c1bf2 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 25 Oct 2019 14:34:56 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2d6d2b..afdae499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Added: - Support UTF8 domains by punycode (idna) encoding - `!` param in `!fedi` to denote "show content-warned content" - Opt-in URL shortening for Gitea and GitLab +- `?channels=` GET param for git_webhooks to denote what channels should show activity +- `votes-cast-restricted` to restrict voting to voiced-or-above users Changed: - `start.py` -> `bitbotd` @@ -17,6 +19,7 @@ Changed: - Bot will not die when there's no connected servers - Command output will be truncated/cut at "word bounaries" (currently only space) - `!reloadallmodules` and `SIGUSR1` will not try to reload but rollback to currently-loaded on error +- `IRCBot.panic()` now just calls `sys.exit(20)` instead of trying to kill event loop Fixed: - Any user was able to add an API KEY (missing `permission` kwarg) @@ -24,6 +27,8 @@ Fixed: - Strip only unknown tags from fedi `Note` activities - not the tag content too - Don't allow users to `!bef`/`!trap` a triggered duck before it has quacked - Don't set `location` to just a string when we decide a `!weather` arg is not a nickname +- We were not pulling out account ID from `WHOX` (just account name) +- Outdated `tornado` version in `requirements.txt` Removed: - `cve.py`