X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=02d23315552b0915020cb8690f1c084e97d69133;hb=1b349b05d5040de19921f087785310dfe24ef5df;hp=93d6785f2adb9499eb3d000e7fa45689c62d950a;hpb=5258fb7f7c3d92a35083f869bae4f05ab988d2da;p=ngircd-alex.git diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 93d6785f..02d23315 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -75,6 +75,7 @@ struct SSLOptions { char *DHFile; /**< File containing DH parameters */ array ListenPorts; /**< Array of listening SSL ports */ array KeyFilePassword; /**< Key file password */ + char *CipherList; /**< Set SSL cipher list to use */ }; #endif @@ -202,6 +203,9 @@ GLOBAL bool Conf_PAMIsOptional; /** Disable all CTCP commands except for /me ? */ GLOBAL bool Conf_ScrubCTCP; +/** Default user modes for new local clients */ +GLOBAL char Conf_DefaultUserModes[CLIENT_MODE_LEN]; + /* * try to connect to remote systems using the ipv6 protocol, * if they have an ipv6 address? (default yes)