mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 11:59:40 +01:00
changelog: Add new draft/proposed specs
This commit is contained in:
parent
62dc3c8f66
commit
79d8636c6d
@ -14,6 +14,8 @@ New release of Oragono!
|
|||||||
* Added automated connection throttling! See the new `connection-throttling` section in the config.
|
* 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 `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 `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
|
||||||
* Changed casemapping from "rfc7700" to "rfc7613", to match new draft spec.
|
* 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
|
||||||
* Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
|
* 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 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
|
### Changed
|
||||||
* Database upgraded to make handling accounts simpler.
|
* Database upgraded to make handling accounts simpler.
|
||||||
|
Loading…
Reference in New Issue
Block a user