3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

changelog: Add new draft/proposed specs

This commit is contained in:
Daniel Oaks 2017-01-14 16:35:59 +10:00
parent 62dc3c8f66
commit 79d8636c6d

View File

@ -14,6 +14,8 @@ New release of Oragono!
* Added automated connection throttling! See the new `connection-throttling` section in the config.
* Added `KLINE` and `UNKLINE` commands. Complementing `DLINE`'s per-IP and per-network bans, this lets you ban masks from the server.
* Added `LUSERS` command (thanks @vegax87!).
* Added draft IRCv3 capability [`draft/message-tags-0.2`](http://ircv3.net/specs/core/message-tags-3.3.html).
* Added proposed IRCv3 capability [`draft/maxline`](https://github.com/ircv3/ircv3-specifications/pull/281).
### Changed
* Changed casemapping from "rfc7700" to "rfc7613", to match new draft spec.
@ -37,7 +39,6 @@ This release also updates the database, so be sure to run the `oragono upgradedb
### Added
* Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
* Added alpha REST API (intended primarily for use with a future web interface to manage accounts, DLINEs, etc).
* Added proposed IRCv3 capability [`maxline`](https://github.com/ircv3/ircv3-specifications/pull/281).
### Changed
* Database upgraded to make handling accounts simpler.