|
Omega Security Services 0.7.3
|
#include <core.h>
Data Fields | |
| char | servername [MAXSERV+2] |
| char | uplink [MAXSERV+2] |
| int | port |
| char | pass [32] |
| char | numeric [10] |
| char | desc [80] |
| char | sid [4] |
| char | protocol [32] |
| char | conf_name [512] |
| char | pidfile [MAXPATH] |
| int | privmsg |
| struct hostent * | local_host |
| char | local_ip [MAXSERV] |
| char | network [256] |
| int | operonly |
| int | gnutls |
| char conf_name[512] |
Definition at line 158 of file core.h.
Referenced by config_test(), main(), and Rehash().
| char desc[80] |
Definition at line 152 of file core.h.
Referenced by InitDefaults().
| int gnutls |
Definition at line 171 of file core.h.
Referenced by VerifyConf().
| struct hostent* local_host |
Definition at line 164 of file core.h.
Referenced by VerifyConf().
| char local_ip[MAXSERV] |
Definition at line 166 of file core.h.
Referenced by ev_connectuplink(), Run(), and VerifyConf().
| char network[256] |
Definition at line 168 of file core.h.
Referenced by create_mod_temp(), InitDefaults(), open_log(), and VerifyConf().
| char numeric[10] |
Definition at line 150 of file core.h.
Referenced by InitDefaults(), and VerifyConf().
| int operonly |
Definition at line 170 of file core.h.
Referenced by HandleClientCmds(), InitDefaults(), refresh_access(), setAccess(), and VerifyConf().
| char pass[32] |
Definition at line 148 of file core.h.
Referenced by InitDefaults(), and VerifyConf().
| char pidfile[MAXPATH] |
Definition at line 160 of file core.h.
Referenced by AtExit(), check_for_pid(), DaemonSeed(), do_restart(), and VerifyConf().
| int port |
Definition at line 146 of file core.h.
Referenced by ev_connectuplink(), InitDefaults(), Run(), and VerifyConf().
| int privmsg |
Definition at line 162 of file core.h.
Referenced by InitDefaults(), sendto_one(), and VerifyConf().
| char protocol[32] |
Definition at line 156 of file core.h.
Referenced by load_protocol(), and sendto_one_numeric().
| char servername[MAXSERV+2] |
Definition at line 142 of file core.h.
Referenced by burst_local_servers(), exit_all_servs(), InitDefaults(), ircd_wallop(), isOurClient(), NewClient(), Run(), send_cmd(), sendto_server(), and VerifyConf().
| char sid[4] |
Definition at line 154 of file core.h.
Referenced by init_uid(), InitDefaults(), Run(), uplink_cleanup(), and VerifyConf().
| char uplink[MAXSERV+2] |
Definition at line 144 of file core.h.
Referenced by Connect(), ev_connectuplink(), InitDefaults(), Run(), and VerifyConf().