Browse Source

changelog: Add new draft/proposed specs

tags/v0.6.0
Daniel Oaks 7 years ago
parent
commit
79d8636c6d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      CHANGELOG.md

+ 2
- 1
CHANGELOG.md View File

@@ -14,6 +14,8 @@ New release of Oragono!
14 14
 * Added automated connection throttling! See the new `connection-throttling` section in the config.
15 15
 * Added `KLINE` and `UNKLINE` commands. Complementing `DLINE`'s per-IP and per-network bans, this lets you ban masks from the server.
16 16
 * Added `LUSERS` command (thanks @vegax87!).
17
+* Added draft IRCv3 capability [`draft/message-tags-0.2`](http://ircv3.net/specs/core/message-tags-3.3.html).
18
+* Added proposed IRCv3 capability [`draft/maxline`](https://github.com/ircv3/ircv3-specifications/pull/281).
17 19
 
18 20
 ### Changed
19 21
 * 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
37 39
 ### Added
38 40
 * Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
39 41
 * Added alpha REST API (intended primarily for use with a future web interface to manage accounts, DLINEs, etc).
40
-* Added proposed IRCv3 capability [`maxline`](https://github.com/ircv3/ircv3-specifications/pull/281).
41 42
 
42 43
 ### Changed
43 44
 * Database upgraded to make handling accounts simpler.

Loading…
Cancel
Save