From 5e6ac670105eed7e3379a58338e5ceb74f9149b1 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sat, 14 Jan 2017 08:02:24 +1000 Subject: [PATCH] casemapping: Update name --- CHANGELOG.md | 1 + README.md | 2 +- irc/help.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274c9f85..d62a99b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8c83e704..173b8ae3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/irc/help.go b/irc/help.go index 6b27bbc8..a2227ed2 100644 --- a/irc/help.go +++ b/irc/help.go @@ -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": {