]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
LIST: more cleanups
[solanum.git] / include / s_conf.h
index 3f4d69f596ad5311460a8e8e62bfee0e7166b5d9..42e267051805f5ee23d27b8e04cf9cb0b2033d70 100644 (file)
@@ -234,6 +234,7 @@ struct config_file_entry
        int client_flood_message_num;
 
        unsigned int nicklen;
+       int certfp_method;
 };
 
 struct config_channel_entry
@@ -257,6 +258,8 @@ struct config_channel_entry
        int resv_forcepart;
        int channel_target_change;
        int disable_local_channels;
+       unsigned int autochanmodes;
+       int displayed_usercount;
 };
 
 struct config_server_hide
@@ -287,6 +290,7 @@ struct server_info
        char *ssl_ca_cert;
        char *ssl_cert;
        char *ssl_dh_params;
+       char *ssl_cipher_list;
        int ssld_count;
 };
 
@@ -350,7 +354,7 @@ extern int detach_conf(struct Client *);
 extern struct ConfItem *find_tkline(const char *, const char *, struct sockaddr *);
 extern char *show_iline_prefix(struct Client *, struct ConfItem *, char *);
 extern void get_printable_conf(struct ConfItem *,
-                              char **, char **, char **, char **, int *, char **);
+                              char **, char **, const char **, char **, int *, char **);
 extern char *get_user_ban_reason(struct ConfItem *aconf);
 extern void get_printable_kline(struct Client *, struct ConfItem *,
                                char **, char **, char **, char **);