From cc910d0e6eb608847fdddde0defb0ec37a2d4ecf Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 1 Dec 2016 18:16:25 +1000 Subject: [PATCH] CHANGELOG: Update with new stuff --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76bfc461..94d77de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,16 +15,19 @@ New release of Oragono! ### Changed * Database upgraded to make handling accounts simpler. +* Only give chanop (`@`) on channel join, not channel founder (`~`). We'll do channel founder and all on registered chans only. ### Removed ### Fixed +* Fix a bunch of bugs around setting nicknames on join. * Fixed crash when using STATUSMSG-like messaging. * Fixed crash with gIRC-Go ircmsg library we depend on. * Fixed not sending `MODE` changes to all clients in a channel. * Fixed timeout issue with go-ident library we depend on (which caused hangs on connection). * Prevented a DoS related to lots of clients connecting at once. * Removed races around setting and changing `NICK`s, to be more safe. +* Send channel `NOTICE`s properly. ## [0.4.0] - 2016-11-03