|
Omega Security Services 0.7.3
|
#include "stdinc.h"#include "configparse.h"#include "server.h"Go to the source code of this file.
Defines | |
| #define | PARAM_ERROR(ce, s) |
| #define | INVALID_PARAM(ce, s) |
| #define | FOREACH_PARAM(ce) for (ce = ce->ce_entries; ce; ce = ce->ce_next) |
Functions | |
| void | InitDefaults () |
| void | VerifyConf () |
| void | init_config () |
Variables | |
| int | modcnt = 0 |
| char | p10_id [3] |
| #define FOREACH_PARAM | ( | ce | ) | for (ce = ce->ce_entries; ce; ce = ce->ce_next) |
| #define INVALID_PARAM | ( | ce, | |
| s | |||
| ) |
| #define PARAM_ERROR | ( | ce, | |
| s | |||
| ) |
| void InitDefaults | ( | ) |
<server name="security.network.tld" sid="44x" numeric="9"> <link name="dev.ircnetwork.tld" port="7020" pass="l|nkp@55">
Definition at line 66 of file config.c.
References CfgSettings, datadir, DBDIR, Conf::desc, logclients, logcmds, Conf::network, Conf::numeric, Conf::operonly, Conf::pass, Conf::port, Conf::privmsg, Conf::servername, Conf::sid, and Conf::uplink.
Referenced by main().
| void VerifyConf | ( | ) |
Definition at line 89 of file config.c.
References CfgSettings, datadir, DBDIR, DPATH, get_config_bool(), get_config_entry(), get_hostname(), Conf::gnutls, inttobase64(), Conf::local_host, Conf::local_ip, logchan, logclients, logcmds, lognicks, match_regx(), Conf::network, Conf::numeric, Conf::operonly, p10_id, Conf::pass, Conf::pidfile, Conf::port, Conf::privmsg, Conf::servername, Conf::sid, strlcpy(), and Conf::uplink.
Referenced by main().