Browse Source

review fix: remove config blocks for vhost requests

tags/v2.4.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
eb5a16821f
2 changed files with 0 additions and 34 deletions
  1. 0
    17
      conventional.yaml
  2. 0
    17
      default.yaml

+ 0
- 17
conventional.yaml View File

475
         # (make sure any changes you make here are RFC-compliant)
475
         # (make sure any changes you make here are RFC-compliant)
476
         valid-regexp: '^[0-9A-Za-z.\-_/]+$'
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
     # modes that are set by default when a user connects
478
     # modes that are set by default when a user connects
496
     # if unset, no user modes will be set by default
479
     # if unset, no user modes will be set by default
497
     # +i is invisible (a user's channels are hidden from whois replies)
480
     # +i is invisible (a user's channels are hidden from whois replies)

+ 0
- 17
default.yaml View File

503
         # (make sure any changes you make here are RFC-compliant)
503
         # (make sure any changes you make here are RFC-compliant)
504
         valid-regexp: '^[0-9A-Za-z.\-_/]+$'
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
     # modes that are set by default when a user connects
506
     # modes that are set by default when a user connects
524
     # if unset, no user modes will be set by default
507
     # if unset, no user modes will be set by default
525
     # +i is invisible (a user's channels are hidden from whois replies)
508
     # +i is invisible (a user's channels are hidden from whois replies)

Loading…
Cancel
Save