changelog: Document new snomasks and revise ordering

This commit is contained in:
Daniel Oaks 2017-06-11 10:03:32 -06:00
parent 309ec8191e
commit 5c725bb622
1 changed files with 8 additions and 2 deletions

View File

@ -12,17 +12,23 @@ 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).
* Send a bunch more server notice masks, now including:
* `j`: Channel registration.
* `k`: Kills, including those resulting from `DLINE`s and `KLINE`s.
* `n`: Nick changes.
* `o`: Clients opering-up.
* `q`: Clients quitting.
* `u`: Account registration and login.
### Changed
* `DLINE` and `KLINE`: Added `ANDKILL` parameter to also kill all clients that match the ban.
* `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