Explorar el Código

remove obsolete resume config field

tags/v2.8.0-rc1
Shivaram Lingamneni hace 2 años
padre
commit
284c3d689b
Se han modificado 2 ficheros con 0 adiciones y 8 borrados
  1. 0
    4
      default.yaml
  2. 0
    4
      traditional.yaml

+ 0
- 4
default.yaml Ver fichero

@@ -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 Ver fichero

@@ -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…
Cancelar
Guardar