summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-07-30 17:34:05 +0100
committerPeter Powell <petpow@saberuk.com>2017-09-08 20:11:50 +0100
commit51a47e7d757df63370168ab5000d13ca9c349ecd (patch)
tree52db2b2e585988b27f1ba7c26792208f323bc610 /include
parent5a3f8af9f963b164832fabc1163611a2b768a890 (diff)
Implement support for configurable casemapping & default to ASCII.
Diffstat (limited to 'include')
-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
*/