Don't require SSL for loopback connections with --require-ssl 111/head
authorMichael Marley <michael@michaelmarley.com>
Sat, 14 Feb 2015 01:12:18 +0000 (20:12 -0500)
committerMichael Marley <michael@michaelmarley.com>
Wed, 4 Mar 2015 03:06:37 +0000 (22:06 -0500)
commit86399b61aa6f0d5101bf02588eb99fdcfdea3c63
treea3e8d685475fbafdb5ac810084e21893b4ea3e63
parent2fabb938a014186c2aa7aa1a1b885c6afa353f1e
Don't require SSL for loopback connections with --require-ssl

Encrypting a loopback connection is a pointless waste of computing
power.  This patch will allow people to use loopback connections
from things like quassel-webserver without encryption while still
requiring encryption for remote connections.
src/common/main.cpp
src/core/coreauthhandler.cpp