Bladeren bron

review fix: remove config blocks for vhost requests

tags/v2.4.0-rc1
Shivaram Lingamneni 3 jaren geleden
bovenliggende
commit
eb5a16821f
2 gewijzigde bestanden met toevoegingen van 0 en 34 verwijderingen
  1. 0
    17
      conventional.yaml
  2. 0
    17
      default.yaml

+ 0
- 17
conventional.yaml Bestand weergeven

@@ -475,23 +475,6 @@ accounts:
475 475
         # (make sure any changes you make here are RFC-compliant)
476 476
         valid-regexp: '^[0-9A-Za-z.\-_/]+$'
477 477
 
478
-        # options controlling users requesting vhosts:
479
-        user-requests:
480
-            # can users request vhosts at all? if this is false, operators with the
481
-            # 'vhosts' capability can still assign vhosts manually
482
-            enabled: false
483
-
484
-            # if uncommented, all new vhost requests will be dumped into the given
485
-            # channel, so opers can review them as they are sent in. ensure that you
486
-            # have registered and restricted the channel appropriately before you
487
-            # uncomment this.
488
-            #channel: "#vhosts"
489
-
490
-            # after a user's vhost has been approved or rejected, they need to wait
491
-            # this long (starting from the time of their original request)
492
-            # before they can request a new one.
493
-            cooldown: 168h
494
-
495 478
     # modes that are set by default when a user connects
496 479
     # if unset, no user modes will be set by default
497 480
     # +i is invisible (a user's channels are hidden from whois replies)

+ 0
- 17
default.yaml Bestand weergeven

@@ -503,23 +503,6 @@ accounts:
503 503
         # (make sure any changes you make here are RFC-compliant)
504 504
         valid-regexp: '^[0-9A-Za-z.\-_/]+$'
505 505
 
506
-        # options controlling users requesting vhosts:
507
-        user-requests:
508
-            # can users request vhosts at all? if this is false, operators with the
509
-            # 'vhosts' capability can still assign vhosts manually
510
-            enabled: false
511
-
512
-            # if uncommented, all new vhost requests will be dumped into the given
513
-            # channel, so opers can review them as they are sent in. ensure that you
514
-            # have registered and restricted the channel appropriately before you
515
-            # uncomment this.
516
-            #channel: "#vhosts"
517
-
518
-            # after a user's vhost has been approved or rejected, they need to wait
519
-            # this long (starting from the time of their original request)
520
-            # before they can request a new one.
521
-            cooldown: 168h
522
-
523 506
     # modes that are set by default when a user connects
524 507
     # if unset, no user modes will be set by default
525 508
     # +i is invisible (a user's channels are hidden from whois replies)

Laden…
Annuleren
Opslaan