Browse Source

remove obsolete resume config field

tags/v2.8.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
284c3d689b
2 changed files with 0 additions and 8 deletions
  1. 0
    4
      default.yaml
  2. 0
    4
      traditional.yaml

+ 0
- 4
default.yaml View File

215
                 # - "192.168.1.1"
215
                 # - "192.168.1.1"
216
                 # - "192.168.10.1/24"
216
                 # - "192.168.10.1/24"
217
 
217
 
218
-    # allow use of the RESUME extension over plaintext connections:
219
-    # do not enable this unless the ircd is only accessible over internal networks
220
-    allow-plaintext-resume: false
221
-
222
     # maximum length of clients' sendQ in bytes
218
     # maximum length of clients' sendQ in bytes
223
     # this should be big enough to hold bursts of channel/direct messages
219
     # this should be big enough to hold bursts of channel/direct messages
224
     max-sendq: 96k
220
     max-sendq: 96k

+ 0
- 4
traditional.yaml View File

189
                 # - "192.168.1.1"
189
                 # - "192.168.1.1"
190
                 # - "192.168.10.1/24"
190
                 # - "192.168.10.1/24"
191
 
191
 
192
-    # allow use of the RESUME extension over plaintext connections:
193
-    # do not enable this unless the ircd is only accessible over internal networks
194
-    allow-plaintext-resume: false
195
-
196
     # maximum length of clients' sendQ in bytes
192
     # maximum length of clients' sendQ in bytes
197
     # this should be big enough to hold bursts of channel/direct messages
193
     # this should be big enough to hold bursts of channel/direct messages
198
     max-sendq: 96k
194
     max-sendq: 96k

Loading…
Cancel
Save