aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-25 14:34:56 +0100
committerGravatar jesopo2019-10-25 14:34:56 +0100
commit9f98da119c8c5bbf7726a30ae37d0645fb6c1bf2 (patch)
tree2953d402e16b46d92cfd8a147b174d082f50a787
parent`reason` arg of `panic()` shouldn't be optional, detect current exception (diff)
signature
update CHANGELOG.md
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
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`