
Go to the source code of this file.
Defines | |
| #define | SERVICES_CONF "services.conf" |
| #define | LOG_FILENAME "services.log" |
| #define | NET_BUFSIZE 65536 |
| #define | USE_OSSVS |
| #define | BUFSIZE 1024 |
| #define | CHANMAX 64 |
| #define | NICKMAX 32 |
| #define | PASSMAX 32 |
| #define | USERMAX 10 |
| #define | HOSTMAX 64 |
| #define BUFSIZE 1024 |
Definition at line 47 of file config.h.
Referenced by _common_unban(), add_sgline(), add_sqline(), anope_cmd_211(), anope_cmd_242(), anope_cmd_243(), anope_cmd_250(), anope_cmd_307(), anope_cmd_311(), anope_cmd_312(), anope_cmd_317(), anope_cmd_action(), anope_cmd_ctcp(), anope_cmd_global(), anope_cmd_kick(), anope_cmd_mode(), anope_cmd_notice(), anope_cmd_notice_ops(), anope_cmd_part(), anope_cmd_privmsg(), anope_cmd_quit(), anope_cmd_svskill(), anope_event_ping(), AnopeInit(), bot_join(), bot_raw_ban(), bot_raw_mode(), charybdis_cmd_tmode(), check_ban(), check_kick(), do_access(), do_act(), do_akick(), do_clear(), do_squit(), do_xop(), main(), ModuleRunTimeDirCleanUp(), notice(), notice_server(), notice_user(), privmsg(), ratbox_cmd_tmode(), reload_config(), sighandler(), unreal_cmd_sgline(), vsend_cmd(), and wallops().
| #define CHANMAX 64 |
Definition at line 56 of file config.h.
Referenced by db_mysql_load_cs_dbase(), and makechan().
| #define HOSTMAX 64 |
Definition at line 71 of file config.h.
Referenced by do_bot(), do_chankill(), do_nick(), do_setall(), doValidHost(), hs_do_request(), and myDoSet().
| #define NET_BUFSIZE 65536 |
Definition at line 31 of file config.h.
Referenced by read_buffer_len(), and write_buffer_len().
| #define NICKMAX 32 |
Definition at line 62 of file config.h.
Referenced by add_newsitem(), change_user_nick(), charybdis_cmd_chg_nick(), check_topiclock(), db_mysql_load_cs_dbase(), db_mysql_load_exceptions(), db_mysql_load_news(), db_mysql_load_ns_dbase(), do_bot(), do_cs_topic(), do_forbid(), do_ghost(), do_noop(), do_register(), do_svsnick(), exception_add(), inspircd_cmd_chg_nick(), memo_send_from(), my_cs_appendtopic(), new_uid(), new_user(), ratbox_cmd_chg_nick(), read_config(), record_topic(), restore_topic(), and shadowircd_cmd_chg_nick().
| #define PASSMAX 32 |
Definition at line 65 of file config.h.
Referenced by db_mysql_load_cs_dbase(), db_mysql_load_ns_dbase(), db_mysql_load_ns_req_dbase(), db_mysql_save_cs_info(), db_mysql_save_ns_core(), db_mysql_save_ns_req(), db_mysql_secure(), do_confirm(), do_getpass(), do_register(), do_saset_password(), do_sendpass(), do_set_password(), load_ns_dbase(), load_ns_req_db(), and load_old_ns_dbase().
| #define SERVICES_CONF "services.conf" |
Definition at line 25 of file config.h.
Referenced by error(), moduleGetConfigDirective(), and read_config().
| #define USERMAX 10 |
Definition at line 68 of file config.h.
Referenced by create_mask(), do_bot(), do_chankill(), do_nick(), do_setall(), get_idealban(), hs_do_request(), and myDoSet().
1.7.1