X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/14485efa7f31c428b2566df54ba971fb54f26405..170703fe3a22f032d0d5c6350bc93bf3b56b76c6:/doc/example.conf diff --git a/doc/example.conf b/doc/example.conf index 42c079ec..5e02e0df 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -81,7 +81,6 @@ log { fname_operlog = "logs/operlog"; #fname_foperlog = "logs/foperlog"; fname_serverlog = "logs/serverlog"; - fname_glinelog = "logs/glinelog"; #fname_klinelog = "logs/klinelog"; fname_killlog = "logs/killlog"; fname_operspylog = "logs/operspylog"; @@ -164,7 +163,6 @@ auth { * exceed_limit (old > flag) | allow user to exceed class user limits * kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls * dnsbl_exempt | exempt this user from dnsbls - * gline_exempt (old _ flag) | exempt this user from glines * spambot_exempt | exempt this user from spambot checks * shide_exempt | exempt this user from serverhiding * jupe_exempt | exempt this user from generating @@ -234,7 +232,6 @@ operator "god" { * remote: allows remote SQUIT and CONNECT (OLD 'R' flag) * kline: allows KLINE and DLINE (OLD 'K' flag) * unkline: allows UNKLINE and UNDLINE (OLD 'U' flag) - * gline: allows GLINE (OLD 'G' flag) * nick_changes: allows oper to see nickchanges (OLD 'N' flag) * via snomask +n * rehash: allows oper to REHASH config (OLD 'H' flag) @@ -254,7 +251,7 @@ operator "god" { * remoteban: allows remote kline etc [DEFAULT] * mass_notice: allows sending wallops and mass notices [DEFAULT] */ - flags = global_kill, remote, kline, unkline, gline, + flags = global_kill, remote, kline, unkline, die, rehash, admin, xline, operwall; }; @@ -452,9 +449,6 @@ general { connect_timeout = 30 seconds; disable_auth = no; no_oper_flood = yes; - glines = no; - gline_time = 1 day; - gline_min_cidr = 16; max_targets = 4; client_flood = 20; use_whois_actually = no;