Browse Source

changelog: Update!

tags/v0.8.1
Daniel Oaks 7 years ago
parent
commit
e490e7bad4
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      CHANGELOG.md

+ 5
- 0
CHANGELOG.md View File

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

Loading…
Cancel
Save