mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
casemapping: Update name
This commit is contained in:
parent
2b240faa90
commit
5e6ac67010
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user