#include "servatrice.h"#include "server_logger.h"#include "settingscache.h"#include "signalhandler.h"#include "smtpclient.h"#include "version_string.h"#include <QCommandLineParser>#include <QCoreApplication>#include <QDateTime>#include <QFile>#include <QMetaType>#include <QtGlobal>#include <iostream>#include <libcockatrice/rng/rng_sfmt.h>#include <libcockatrice/utility/passwordhasher.h>Functions | |
| void | testRNG () |
| void | testHash () |
| void | myMessageOutput (QtMsgType type, const QMessageLogContext &, const QString &msg) |
| void | myMessageOutput2 (QtMsgType type, const QMessageLogContext &, const QString &msg) |
| int | main (int argc, char *argv[]) |
Variables | |
| RNG_Abstract * | rng |
| ServerLogger * | logger |
| QThread * | loggerThread |
| SettingsCache * | settingsCache |
| SignalHandler * | signalhandler |
| SmtpClient * | smtpClient |
| int main | ( | int | argc, |
| char * | argv[] ) |
| void myMessageOutput | ( | QtMsgType | type, |
| const QMessageLogContext & | , | ||
| const QString & | msg ) |
| void myMessageOutput2 | ( | QtMsgType | type, |
| const QMessageLogContext & | , | ||
| const QString & | msg ) |
| void testHash | ( | ) |
| void testRNG | ( | ) |
| ServerLogger* logger |
| QThread* loggerThread |
| RNG_Abstract* rng |
| SettingsCache* settingsCache |
| SignalHandler* signalhandler |
| SmtpClient* smtpClient |