From eb5a16821f2312f996b7aec0b12bd8150bb60b82 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 23 Oct 2020 00:12:53 -0400 Subject: [PATCH] review fix: remove config blocks for vhost requests --- conventional.yaml | 17 ----------------- default.yaml | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 44804021..c31a72d7 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -475,23 +475,6 @@ accounts: # (make sure any changes you make here are RFC-compliant) valid-regexp: '^[0-9A-Za-z.\-_/]+$' - # options controlling users requesting vhosts: - user-requests: - # can users request vhosts at all? if this is false, operators with the - # 'vhosts' capability can still assign vhosts manually - enabled: false - - # 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 - # have registered and restricted the channel appropriately before you - # uncomment this. - #channel: "#vhosts" - - # after a user's vhost has been approved or rejected, they need to wait - # this long (starting from the time of their original request) - # before they can request a new one. - cooldown: 168h - # modes that are set by default when a user connects # if unset, no user modes will be set by default # +i is invisible (a user's channels are hidden from whois replies) diff --git a/default.yaml b/default.yaml index 81c1a72a..7440f00a 100644 --- a/default.yaml +++ b/default.yaml @@ -503,23 +503,6 @@ accounts: # (make sure any changes you make here are RFC-compliant) valid-regexp: '^[0-9A-Za-z.\-_/]+$' - # options controlling users requesting vhosts: - user-requests: - # can users request vhosts at all? if this is false, operators with the - # 'vhosts' capability can still assign vhosts manually - enabled: false - - # 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 - # have registered and restricted the channel appropriately before you - # uncomment this. - #channel: "#vhosts" - - # after a user's vhost has been approved or rejected, they need to wait - # this long (starting from the time of their original request) - # before they can request a new one. - cooldown: 168h - # modes that are set by default when a user connects # if unset, no user modes will be set by default # +i is invisible (a user's channels are hidden from whois replies)