aboutsummaryrefslogtreecommitdiffstats
path: root/include/configreader.h
diff options
context:
space:
mode:
authorGravatar Peter Powell2017-07-30 17:34:05 +0100
committerGravatar Peter Powell2017-09-08 20:11:50 +0100
commit51a47e7d757df63370168ab5000d13ca9c349ecd (patch)
tree52db2b2e585988b27f1ba7c26792208f323bc610 /include/configreader.h
parentMove RPL_SYNTAX to 650 to prevent a collision with RPL_TEXT. (diff)
Implement support for configurable casemapping & default to ASCII.
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 1a0e70080..36bb3297e 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -424,6 +424,10 @@ class CoreExport ServerConfig
*/
bool SyntaxHints;
+ /** The name of the casemapping method used by this server.
+ */
+ std::string CaseMapping;
+
/** If set to true, the CycleHosts mode change will be sourced from the user,
* rather than the server
*/