From 284c3d689b3ec730e531c98b2aeeb69308be8921 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 19 Sep 2021 02:00:58 -0400 Subject: [PATCH] remove obsolete resume config field --- default.yaml | 4 ---- traditional.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/default.yaml b/default.yaml index 3fd72ea1..b582e656 100644 --- a/default.yaml +++ b/default.yaml @@ -215,10 +215,6 @@ server: # - "192.168.1.1" # - "192.168.10.1/24" - # allow use of the RESUME extension over plaintext connections: - # do not enable this unless the ircd is only accessible over internal networks - allow-plaintext-resume: false - # maximum length of clients' sendQ in bytes # this should be big enough to hold bursts of channel/direct messages max-sendq: 96k diff --git a/traditional.yaml b/traditional.yaml index f86a79de..948bd182 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -189,10 +189,6 @@ server: # - "192.168.1.1" # - "192.168.10.1/24" - # allow use of the RESUME extension over plaintext connections: - # do not enable this unless the ircd is only accessible over internal networks - allow-plaintext-resume: false - # maximum length of clients' sendQ in bytes # this should be big enough to hold bursts of channel/direct messages max-sendq: 96k