Heavy wip on login changes to get it to actually work like we want

This commit is contained in:
KimLS
2017-12-10 23:35:25 -08:00
parent 6b70faf141
commit 5bbeec626c
28 changed files with 338 additions and 138 deletions
-2
View File
@@ -5,7 +5,6 @@ SET(eqlogin_sources
client_manager.cpp
config.cpp
database_mysql.cpp
database_postgresql.cpp
encryption.cpp
main.cpp
server_manager.cpp
@@ -18,7 +17,6 @@ SET(eqlogin_headers
config.h
database.h
database_mysql.h
database_postgresql.h
encryption.h
login_server.h
login_structures.h