ssl: Remove legacy useSsl account setting
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 19:26:53 +0000 (20:26 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
commitefe4239f96f0cf10b1c94e87f8fdd21f3bdbe10e
tree9f531db54c6c432609b21272b09aacc0cbc1ff84
parentc0d6dc0dec628f2e143e37ecc95cec45e636f8a5
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.
src/client/clientauthhandler.cpp
src/client/coreaccount.cpp
src/client/coreaccount.h
src/common/protocols/legacy/legacypeer.cpp