]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
Merge pull request #282 from edk0/propagate-oper
[solanum.git] / include / s_conf.h
index 3d0cd7b6991ac4ffc60eaf5d960ef12442d104be..f158b61e9b03d91032ba6dad0a7c12fdffd17a33 100644 (file)
@@ -111,6 +111,7 @@ struct ConfItem
 #define CONF_FLAGS_ENCRYPTED           0x00200000
 #define CONF_FLAGS_EXEMPTDNSBL         0x04000000
 #define CONF_FLAGS_EXEMPTPROXY         0x08000000
+#define CONF_FLAGS_ALLOW_SCTP          0x10000000
 
 
 /* Macros for struct ConfItem */
@@ -134,6 +135,7 @@ struct ConfItem
 #define IsConfExemptProxy(x)   ((x)->flags & CONF_FLAGS_EXEMPTPROXY)
 #define IsConfExtendChans(x)   ((x)->flags & CONF_FLAGS_EXTEND_CHANS)
 #define IsConfSSLNeeded(x)     ((x)->flags & CONF_FLAGS_NEED_SSL)
+#define IsConfAllowSCTP(x)     ((x)->flags & CONF_FLAGS_ALLOW_SCTP)
 
 /* flag definitions for opers now in client.h */
 
@@ -176,7 +178,6 @@ struct config_file_entry
        int ts_warn_delta;
        int dline_with_reason;
        int kline_with_reason;
-       int kline_delay;
        int warn_no_nline;
        int nick_delay;
        int non_redundant_klines;
@@ -238,6 +239,7 @@ struct config_file_entry
        int certfp_method;
 
        int hide_opers_in_whois;
+       int hide_opers;
 };
 
 struct config_channel_entry