Authenticator code cleanup as per review
authorBen Rosser <rosser.bjr@gmail.com>
Fri, 9 Sep 2016 05:27:27 +0000 (01:27 -0400)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 18:01:06 +0000 (14:01 -0400)
commit258d157a228d2b2b46b01d3b33ab932b9979436a
tree9ee470004e0e41932f4ea616240f8b84668961e2
parent07473582d22eddd934ee52127cad2baa11943d59
Authenticator code cleanup as per review

* Standardized on "authenticator" rather than "authBackend"
* Removed XXXs and replaced with TODO or FIXME comments appropriately
* Fixed a couple whitespace errors
* Cleared up some comments in the ldap cmake
* In the authenticator code, renamed displayName to backendId
* Added missing newline at the end of authenticator.cpp
23 files changed:
CMakeLists.txt
cmake/FindLdap.cmake
src/client/clientauthhandler.cpp
src/client/clientauthhandler.h
src/client/coreconnection.h
src/common/main.cpp
src/common/protocol.h
src/common/protocols/datastream/datastreampeer.cpp
src/common/protocols/legacy/legacypeer.cpp
src/common/quassel.h
src/core/authenticator.cpp
src/core/authenticator.h
src/core/core.cpp
src/core/core.h
src/core/coreauthhandler.cpp
src/core/ldapauthenticator.cpp
src/core/ldapauthenticator.h
src/core/sqlauthenticator.cpp
src/core/sqlauthenticator.h
src/qtui/coreconfigwizard.cpp
src/qtui/coreconfigwizard.h
src/qtui/mainwin.cpp
src/qtui/ui/coreconfigwizardsyncpage.ui