Add --select-authenticator switch to core
authorBen Rosser <rosser.bjr@gmail.com>
Mon, 1 Feb 2016 00:17:46 +0000 (19:17 -0500)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 18:00:11 +0000 (14:00 -0400)
commit8965e63594dd297347afced784dcaed6c26b7c6a
tree4fdac8b32d336f21d2b2035b08f5bf6018da3cc4
parente0f5fdf1fe6131d403fcaeaa0952e1042590e3e1
Add --select-authenticator switch to core

The select-authenticator switch now behaves exactly like the
select-backend switch for storage backends, allowing the user to
reconfigure their authenticator from the commandline or do initial
core setup.

Initial core setup should look something like this now:
quasselcore -c _dir_ --select-backend=SQLite --select-authenticator=Database
src/common/main.cpp
src/core/core.cpp
src/core/core.h