Skip to content

Commit

Permalink
changelog: Update with new items
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Oct 1, 2017
1 parent b8d47c3 commit 58fb997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ New release of Oragono!
### Added

### Changed
* D-LINE and K-LINE code is now cleaner under the hood and less likely to crash.
* Rehashing is now safer.

### Removed
* Removed the `draft/message-ids` cap since... it doesn't actually exist. The feature is now enabled by default when clients request the `draft/message-tags-0.2` capability, as written in the [Message IDs spec](http://ircv3.net/specs/extensions/message-ids.html).
* Removed websocket support (conflicted with existing larger IRCd's implementations and not used by any real clients).

### Fixed
* `AWAY` was sending an incorrect mode string, and now sends the correct mode string.
* The Moderated (`+m`) and RegisteredOnly (`+R`) channel modes could not be set. Now they can be set.


## [0.9.1] - 2017-09-28
Expand Down

0 comments on commit 58fb997

Please sign in to comment.