소스 검색

remove obsolete resume config field

tags/v2.8.0-rc1
Shivaram Lingamneni 2 년 전
부모
커밋
284c3d689b
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0
    4
      default.yaml
  2. 0
    4
      traditional.yaml

+ 0
- 4
default.yaml 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장