From: Manuel Nickschas Date: Sun, 15 Mar 2020 19:26:53 +0000 (+0100) Subject: ssl: Remove legacy useSsl account setting X-Git-Tag: test-01~5 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=efe4239f96f0cf10b1c94e87f8fdd21f3bdbe10e;hp=efe4239f96f0cf10b1c94e87f8fdd21f3bdbe10e;p=quassel.git ssl: Remove legacy useSsl account setting The UI for disabling client-side SSL support has been removed a long time ago, but the setting still existed in CoreAccount and related classes. Since SSL is now always support in the client, remove the remnants of the legacy setting. Note that cores still must be able to cope with legacy clients that have SSL disabled. ---