casemapping: Update name

This commit is contained in:
Daniel Oaks 2017-01-14 08:02:24 +10:00
parent 2b240faa90
commit 5e6ac67010
3 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ New release of Oragono!
* Added `KLINE` and `UNKLINE` commands. Complementing `DLINE`'s per-IP and per-network bans, this lets you ban masks from the server.
### Changed
* Changed casemapping from "rfc7700" to "rfc7613", to match new draft spec.
* Connection limits can now be freely enabled or disabled. If updating, check the new `enabled` flag under the `connection-limits` section of the config.
### Removed

View File

@ -20,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
## Features
* UTF-8 nick and channel names with rfc7700
* UTF-8 nick and channel names with rfc7613
* [yaml](http://yaml.org/) configuration
* native TLS/SSL support
* server password (`PASS` command)

View File

@ -389,7 +389,7 @@ Returns historical information on the last user with the given nickname.`,
text: `RPL_ISUPPORT CASEMAPPING
Oragono supports an experimental unicode casemapping designed for extended
Unicode support. This casemapping is based off RFC 7700 and the draft rfc7700
Unicode support. This casemapping is based off RFC 7613 and the draft rfc7613
casemapping spec here: http://oragono.io/specs.html`,
},
"prefix": {