3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-05-13 18:07:28 +02:00

CHANGELOG: Update with new stuff

This commit is contained in:
Daniel Oaks 2016-12-01 18:16:25 +10:00
parent 8eb8193b18
commit cc910d0e6e

View File

@ -15,16 +15,19 @@ New release of Oragono!
### Changed ### Changed
* Database upgraded to make handling accounts simpler. * 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 ### Removed
### Fixed ### Fixed
* Fix a bunch of bugs around setting nicknames on join.
* Fixed crash when using STATUSMSG-like messaging. * Fixed crash when using STATUSMSG-like messaging.
* Fixed crash with gIRC-Go ircmsg library we depend on. * Fixed crash with gIRC-Go ircmsg library we depend on.
* Fixed not sending `MODE` changes to all clients in a channel. * 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). * 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. * Prevented a DoS related to lots of clients connecting at once.
* Removed races around setting and changing `NICK`s, to be more safe. * Removed races around setting and changing `NICK`s, to be more safe.
* Send channel `NOTICE`s properly.
## [0.4.0] - 2016-11-03 ## [0.4.0] - 2016-11-03