diff options
author | Peter Powell <petpow@saberuk.com> | 2017-07-30 17:34:05 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-09-08 20:11:50 +0100 |
commit | 51a47e7d757df63370168ab5000d13ca9c349ecd (patch) | |
tree | 52db2b2e585988b27f1ba7c26792208f323bc610 /docs/conf/inspircd.conf.example | |
parent | 5a3f8af9f963b164832fabc1163611a2b768a890 (diff) |
Implement support for configurable casemapping & default to ASCII.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 90f260ad3..136346f7c 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -563,6 +563,14 @@ # the correct parameters are. syntaxhints="no" + # casemapping: This sets the case mapping method to be used by the + # server. This MUST be the same on all servers. Possible values are: + # "ascii" (recommended) + # "rfc1459" (default, required for linking to 2.0 servers) + # NOTE: if you are using the nationalchars module this setting will be + # ignored. You should use <nationalchars:casemapping> instead. + casemapping="ascii" + # cyclehostsfromuser: If enabled, the source of the mode change for # cyclehosts will be the user who cycled. This can look nicer, but # triggers anti-takeover mechanisms of some obsolete bots. |