X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..d8d3ee7365674e843548c5bc69fab1288458e71f:/srvx.conf.example diff --git a/srvx.conf.example b/srvx.conf.example index b016ea0..ba6cb59 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -43,8 +43,13 @@ "services" { "nickserv" { "nick" "NickServ"; - // If you want to by have *@* as the default hostmask, set - // default_hostmask. This is discouraged for security reasons. + // What user modes do you want this service to have? Please keep in + // mind which ircd software you are using here, and that all of the + // services need to be at least +o. + // "modes" "+iok"; + // If you want to by have *@* as the default hostmask for all + // new accounts, set default_hostmask. This is discouraged + // for security reasons. // "default_hostmask" "1"; // do we warn users when someone new auths to their account? "warn_clone_auth" "1"; @@ -127,10 +132,15 @@ "accounts_per_email" "1"; // you may want to increase this; or not "email_search_level" "600"; // minimum OpServ level to search based on email address "email_visible_level" "800"; // minimum OpServ level to see somebody's email address + "sync_log" "1"; // Output password and email changes, plus registration to sync.log }; "opserv" { "nick" "OpServ"; + // What user modes do you want this service to have? Please keep in + // mind which ircd software you are using here, and that all of the + // services need to be at least +o. + // "modes" "+iok"; // should use of this service be limited to global opers? "privileged" "1"; // fullname for service @@ -178,13 +188,23 @@ // (This is changed relative srvx-1.0.x, which would use default // unless you specified ".disabled".) "nick" "ChanServ"; - // Does your ircd have off-channel services support? - // Bahamut does; ircu2.10.11 does not. - "off_channel" "no"; + // What user modes do you want this service to have? Please keep in + // mind which ircd software you are using here, and that all of the + // services need to be at least +o. + // "modes" "+iok"; + // Does your ircd have off-channel services support? Does it have + // a registered channel mode? Does it support services opping themselves? + // Bahamut has these things; ircu2.10.11 does not. + // This setting takes three numerical values: + // 0 = off + // 1 = use a registered channel mode, have services op themselves + // 2 = all of the above, and a channel setting to have ChanServ not + // idle in the channel + "off_channel" "0"; // how long should a person be unseen before resending infoline? "info_delay" "120"; // maximum greeting length - "max_greetlen" "120"; + "max_greetlen" "200"; // maximum users in a channel userlist "max_chan_users" "512"; // maximum bans on a channel banlist @@ -223,10 +243,16 @@ "default_modes" "+nt"; // minimum opserv access to set, clear or override nodelete setting? "nodelete_level" "1"; + // how long before a new channel owner can give ownership away? + "giveownership_timeout" "1w"; }; "global" { "nick" "Global"; + // What user modes do you want this service to have? Please keep in + // mind which ircd software you are using here, and that all of the + // services need to be at least +o. + // "modes" "+iok"; // should users get community announcements by default or not? "announcements_default" "on"; };