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,10 +215,6 @@ server:
215 215
                 # - "192.168.1.1"
216 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 218
     # maximum length of clients' sendQ in bytes
223 219
     # this should be big enough to hold bursts of channel/direct messages
224 220
     max-sendq: 96k

+ 0
- 4
traditional.yaml View File

@@ -189,10 +189,6 @@ server:
189 189
                 # - "192.168.1.1"
190 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 192
     # maximum length of clients' sendQ in bytes
197 193
     # this should be big enough to hold bursts of channel/direct messages
198 194
     max-sendq: 96k

Loading…
Cancel
Save