mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
changelog: Document new snomasks and revise ordering
This commit is contained in:
parent
309ec8191e
commit
5c725bb622
10
CHANGELOG.md
10
CHANGELOG.md
@ -12,17 +12,23 @@ New release of Oragono!
|
|||||||
### Security
|
### Security
|
||||||
|
|
||||||
### Added
|
### 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).
|
* 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
|
### 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).
|
* `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).
|
* `LIST`: Implement extended list conditions `U` (which filters the channels by user count).
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
### Fixed
|
### 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
|
## [0.8.0] - 2017-05-09
|
||||||
|
Loading…
Reference in New Issue
Block a user