aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-17 23:23:36 +0100
committerGravatar jesopo2019-06-17 23:23:36 +0100
commita2a1a038b51a98150d56dec7e6e826a94399d32d (patch)
tree33ac2abe45bc5f803ddd2f71d945685b994d5407
parentChange vote, instead of rejecting, when people vote twice (diff)
signature
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4404955f..5b3b6796 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,17 +6,21 @@ Added:
- `connected-since` on stats endpoint
- IRCv3: draft/event-playback
- `auto-github-cooldown` to prevent duplicate `auto-github`s in quick succession
+- `vote.py`
Changed:
- Only strip 2 characters (`++` or `--`) from the end of karma
- Track CHANMODE type B, C and D (not just type D)
- 'x saved a duck' -> 'x befriended a duck'
- IRCv3: CAP REQ streamline for modules
+- IRCv3: SASL failure defaults to being "hard" (disconnect/crash)
+- `auto-title`, `auto-youtube`, `auto-imgur` etc now work in `/me`
Fixed:
- `KeyError` when sts `port` key not present
- lxml wasn't in requirements.txt but it should have been
- Any CRITICAL in read/write thread now kills the main thread too
+- `Database.ChannelSettings.find` invalid SQL
Removed:
- `!set`/`!channelset`/`!serverset`/`!botset` (replaced with `!config`)