3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

changelog: Update!

This commit is contained in:
Daniel Oaks 2017-06-11 07:46:15 -06:00
parent 8a6ba6f9cc
commit e490e7bad4

View File

@ -12,12 +12,17 @@ New release of Oragono!
### Security
### Added
* `DLINE` / `KLINE` - Add `ANDKILL` parameter to also kill all clients that match the ban.
* Added proposed channel rename capability [draft/rename](https://github.com/ircv3/ircv3-specifications/pull/308).
### Changed
* `JOIN`: Disable `JOIN 0` to help prevent clients from being kicked off (InspIRCd has done the same).
* `LIST`: Implement extended list conditions `U` (which filters the channels by user count).
### Removed
### Fixed
* Send a bunch more server notice masks with this release (including on account registration/login, channel registration, nick changes and oper-up).
## [0.8.0] - 2017-05-09