Add core commandline option to require SSL for client connections.
authorMichael Marley <michael@michaelmarley.com>
Wed, 13 Nov 2013 16:48:15 +0000 (11:48 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Nov 2013 22:52:43 +0000 (23:52 +0100)
commitbd2f6b000aca217a680b24b59effb2fb6489be4b
treeab8ebf3156b37afef43994a2c1288d6ed8a27ccf
parent0e80eb98d55efe53d280b38984426318317bcb1a
Add core commandline option to require SSL for client connections.

If the --require-ssl commandline option is passed when starting the core,
it will reject any client that does not use SSL.
src/common/main.cpp
src/core/coreauthhandler.cpp