# HG changeset patch # User Luke Hoersten # Date 1593902916 18000 # Node ID 837cf4c1b717deadc7214f7246388040a4e942a5 # Parent 1dc87d96ed8ac89522522aef0e7d8ecee507f7da updated irc settings. diff -r 1dc87d96ed8a -r 837cf4c1b717 oragono/templates/oragono.yaml.j2 --- a/oragono/templates/oragono.yaml.j2 Sat Jul 04 13:20:11 2020 -0500 +++ b/oragono/templates/oragono.yaml.j2 Sat Jul 04 17:48:36 2020 -0500 @@ -364,7 +364,7 @@ # (and sign into them using SASL) to connect to the server require-sasl: # if this is enabled, all clients must authenticate with SASL while connecting - enabled: false + enabled: true # IPs/CIDRs which are exempted from the account requirement exempted: @@ -459,7 +459,7 @@ user-requests: # can users request vhosts at all? if this is false, operators with the # 'vhosts' capability can still assign vhosts manually - enabled: false + enabled: true # if uncommented, all new vhost requests will be dumped into the given # channel, so opers can review them as they are sent in. ensure that you