X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;fp=src%2Fcommon%2Fmain.cpp;h=cedd3c35fc5753e94f83a7978c84d4929a45f475;hp=513bb33916f93798646bdd24f5c66463b94f03cc;hb=9451580d19875b23ec52af64585496efb7268e0f;hpb=42e72feaf6246372fba0384e65dd8139e6132983 diff --git a/src/common/main.cpp b/src/common/main.cpp index 513bb339..cedd3c35 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -191,6 +191,8 @@ int main(int argc, char **argv) cliParser->addSwitch("oidentd", 0, "Enable oidentd integration. In most cases you should also enable --strict-ident"); cliParser->addOption("oidentd-conffile", 0, "Set path to oidentd configuration file", "file"); cliParser->addSwitch("strict-ident", 0, "Use users' quasselcore username as ident reply. Ignores each user's configured ident setting."); + cliParser->addSwitch("ident-daemon", 0, "Enable internal ident daemon"); + cliParser->addOption("ident-port", 'p', "The port quasselcore will listen at for ident requests. Only meaningful with --ident-daemon", "port", "10113"); #ifdef HAVE_SSL cliParser->addSwitch("require-ssl", 0, "Require SSL for remote (non-loopback) client connections"); cliParser->addOption("ssl-cert", 0, "Specify the path to the SSL Certificate", "path", "configdir/quasselCert.pem");