From 79d8636c6d931b4f8e0a0ef8e135b10869cf84d5 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sat, 14 Jan 2017 16:35:59 +1000 Subject: [PATCH] changelog: Add new draft/proposed specs --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4eef445..a40e0de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.