Cockatrice/servatrice/src
woogerboy21 21a34eaaa1 Cleanup server running variable information (#2239)
* Created first round of helper functions

Started to go through server init function and move statically defined
variables that the server uses into helper functions to allow for
dynamic changing while the server is up rather than requiring a restart.

* Completed Helper Function Creation

Completed adding all the helper functions along with updated the virtual
server function calls and renamed helper functions to match settings
cached ini value names for clarity.

* Comment Cleanup

Removed lines commented out throughout previous changes as well as
cleaned up variable declarations that are no longer needed with helper
functions that query the settingsCache

* Added featureset dynamic refreshing

Added slots/functions/calls for updating the required feature sets
dynamically.

* Created first round of helper functions

Started to go through server init function and move statically defined
variables that the server uses into helper functions to allow for
dynamic changing while the server is up rather than requiring a restart.
2016-10-31 10:30:12 +01:00
..
smtp Drop Qt4, libgcrypt, qtmobility dependencies 2016-05-11 12:45:58 +02:00
isl_interface.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
isl_interface.h cleanups, games work with ISL, now we just need to clean up better when the ISL connection dies 2012-03-18 18:48:14 +01:00
main.cpp Use QCommandLineParser instead of by-hand parsing. 2016-05-16 22:07:29 +02:00
main.h Refactor servatrice email send 2015-07-25 18:48:34 +02:00
passwordhasher.cpp Drop Qt4, libgcrypt, qtmobility dependencies 2016-05-11 12:45:58 +02:00
passwordhasher.h Added token generation, user activation command and response. 2015-05-24 00:37:45 +02:00
servatrice.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
servatrice.h Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
servatrice_connection_pool.cpp made server threaded, fixing issue #51 2012-05-28 18:51:58 +02:00
servatrice_connection_pool.h made server threaded, fixing issue #51 2012-05-28 18:51:58 +02:00
servatrice_database_interface.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
servatrice_database_interface.h Added user privilege level (#2228) 2016-10-26 02:07:42 -04:00
server_logger.cpp Improved logging of SIGHUP and cmdReloadConfig 2015-07-03 09:09:41 +02:00
server_logger.h Servatrice: refactor signal handling and permit config reloading 2015-06-30 22:21:26 +02:00
serversocketinterface.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
serversocketinterface.h Implementation of websockets in servatrice and test js client 2016-06-26 19:38:53 +02:00
settingscache.cpp Disallow usernames that contain certain words and RegExp (#2200) 2016-10-17 12:24:42 +02:00
settingscache.h Disallow usernames that contain certain words and RegExp (#2200) 2016-10-17 12:24:42 +02:00
signalhandler.cpp Improved logging of SIGHUP and cmdReloadConfig 2015-07-03 09:09:41 +02:00
signalhandler.h Servatrice: refactor signal handling and permit config reloading 2015-06-30 22:21:26 +02:00
smtpclient.cpp Refactor servatrice email send 2015-07-25 18:48:34 +02:00
smtpclient.h Refactor servatrice email send 2015-07-25 18:48:34 +02:00