X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/fa72cee166158abdeaffd7c0b9b24263396e5358..1a9821cd5104596cac3cce5669f62bb8cb8c4691:/include/s_conf.h diff --git a/include/s_conf.h b/include/s_conf.h index 65337bc..6e18c42 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -65,6 +65,7 @@ struct ConfItem char *passwd; /* doubles as kline reason *ugh* */ char *spasswd; /* Password to send. */ char *autojoin; /* channels for users to autojoin to on connect */ + char *autojoin_opers; /* channels for opers to autojoin on oper-up */ char *user; /* user part of user@host */ int port; time_t hold; /* Hold action until this time (calendar time) */ @@ -215,14 +216,20 @@ struct config_file_entry int default_umodes; int global_snotices; int operspy_dont_care_user_info; + int secret_channels_in_whois; }; struct config_channel_entry { + char * autochanmodes; + char * exemptchanops; + int use_halfop; + int use_owner; int use_except; int use_invex; int use_knock; int use_forward; + int use_local_channels; int knock_delay; int knock_delay_channel; int max_bans; @@ -235,7 +242,18 @@ struct config_channel_entry int burst_topicwho; int kick_on_split_riding; int only_ascii_channels; + int cycle_host_change; + int host_in_topic; int resv_forcepart; + int kick_no_rejoin_time; + + int exempt_cmode_c; + int exempt_cmode_C; + int exempt_cmode_D; + int exempt_cmode_T; + int exempt_cmode_N; + int exempt_cmode_G; + int exempt_cmode_K; }; struct config_server_hide