#include "services.h"#include "pseudo.h"#include "inspircd12.h"#include "version.h"#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>
Go to the source code of this file.
Functions | |
| void | inspircd_set_umode (User *user, int ac, char **av) |
| void | moduleAddIRCDMsgs (void) |
| void | inspircd_cmd_svsnoop (char *server, int set) |
| void | inspircd_cmd_svsadmin (char *server, int set) |
| void | inspircd_cmd_remove_akill (char *user, char *host) |
| void | inspircd_cmd_topic (char *whosets, char *chan, char *whosetit, char *topic, time_t when) |
| void | inspircd_cmd_vhost_off (User *u) |
| void | inspircd_cmd_akill (char *user, char *host, char *who, time_t when, time_t expires, char *reason) |
| void | inspircd_cmd_svskill (char *source, char *user, char *buf) |
| void | inspircd_cmd_svsmode (User *u, int ac, char **av) |
| void | inspircd_cmd_372 (char *source, char *msg) |
| void | inspircd_cmd_372_error (char *source) |
| void | inspircd_cmd_375 (char *source) |
| void | inspircd_cmd_376 (char *source) |
| void | inspircd_cmd_nick (char *nick, char *name, char *modes) |
| void | inspircd_cmd_guest_nick (char *nick, char *user, char *host, char *real, char *modes) |
| void | inspircd_cmd_mode (char *source, char *dest, char *buf) |
| int | anope_event_version (char *source, int ac, char **av) |
| int | anope_event_idle (char *source, int ac, char **av) |
| int | anope_event_ftopic (char *source, int ac, char **av) |
| int | anope_event_opertype (char *source, int ac, char **av) |
| int | anope_event_fmode (char *source, int ac, char **av) |
| int | anope_event_fjoin (char *source, int ac, char **av) |
| void | inspircd_cmd_bot_nick (char *nick, char *user, char *host, char *real, char *modes) |
| void | inspircd_cmd_kick (char *source, char *chan, char *user, char *buf) |
| void | inspircd_cmd_notice_ops (char *source, char *dest, char *buf) |
| void | inspircd_cmd_notice (char *source, char *dest, char *buf) |
| void | inspircd_cmd_notice2 (char *source, char *dest, char *msg) |
| void | inspircd_cmd_privmsg (char *source, char *dest, char *buf) |
| void | inspircd_cmd_privmsg2 (char *source, char *dest, char *msg) |
| void | inspircd_cmd_serv_notice (char *source, char *dest, char *msg) |
| void | inspircd_cmd_serv_privmsg (char *source, char *dest, char *msg) |
| void | inspircd_cmd_bot_chan_mode (char *nick, char *chan) |
| void | inspircd_cmd_351 (char *source) |
| void | inspircd_cmd_quit (char *source, char *buf) |
| void | inspircd_cmd_protoctl () |
| void | inspircd_cmd_pass (char *pass) |
| void | inspircd_cmd_server (char *servname, int hop, char *descript, char *sid) |
| void | inspircd_cmd_pong (char *servname, char *who) |
| void | inspircd_cmd_join (char *user, char *channel, time_t chantime) |
| void | inspircd_cmd_unsqline (char *user) |
| void | inspircd_cmd_chghost (char *nick, char *vhost) |
| void | inspircd_cmd_chgident (char *nick, char *vIdent) |
| void | inspircd_cmd_invite (char *source, char *chan, char *nick) |
| void | inspircd_cmd_part (char *nick, char *chan, char *buf) |
| void | inspircd_cmd_391 (char *source, char *buf) |
| void | inspircd_cmd_250 (char *buf) |
| void | inspircd_cmd_307 (char *buf) |
| void | inspircd_cmd_311 (char *buf) |
| void | inspircd_cmd_312 (char *buf) |
| void | inspircd_cmd_317 (char *buf) |
| void | inspircd_cmd_219 (char *source, char *letter) |
| void | inspircd_cmd_401 (char *source, char *who) |
| void | inspircd_cmd_318 (char *source, char *who) |
| void | inspircd_cmd_242 (char *buf) |
| void | inspircd_cmd_243 (char *buf) |
| void | inspircd_cmd_211 (char *buf) |
| void | inspircd_cmd_global (char *source, char *buf) |
| void | inspircd_cmd_sqline (char *mask, char *reason) |
| void | inspircd_cmd_squit (char *servname, char *message) |
| void | inspircd_cmd_svso (char *source, char *nick, char *flag) |
| void | inspircd_cmd_chg_nick (char *oldnick, char *newnick) |
| void | inspircd_cmd_svsnick (char *source, char *guest, time_t when) |
| void | inspircd_cmd_vhost_on (char *nick, char *vIdent, char *vhost) |
| void | inspircd_cmd_connect (int servernum) |
| void | inspircd_cmd_bob () |
| int | anope_event_ping (char *source, int ac, char **av) |
| int | anope_event_436 (char *source, int ac, char **av) |
| int | anope_event_away (char *source, int ac, char **av) |
| int | anope_event_topic (char *source, int ac, char **av) |
| int | anope_event_squit (char *source, int ac, char **av) |
| int | anope_event_rsquit (char *source, int ac, char **av) |
| int | anope_event_quit (char *source, int ac, char **av) |
| int | anope_event_mode (char *source, int ac, char **av) |
| int | anope_event_kill (char *source, int ac, char **av) |
| int | anope_event_kick (char *source, int ac, char **av) |
| int | anope_event_join (char *source, int ac, char **av) |
| int | anope_event_motd (char *source, int ac, char **av) |
| int | anope_event_setname (char *source, int ac, char **av) |
| int | anope_event_chgname (char *source, int ac, char **av) |
| int | anope_event_setident (char *source, int ac, char **av) |
| int | anope_event_chgident (char *source, int ac, char **av) |
| int | anope_event_sethost (char *source, int ac, char **av) |
| int | anope_event_nick (char *source, int ac, char **av) |
| int | anope_event_uid (char *source, int ac, char **av) |
| int | anope_event_metadata (char *source, int ac, char **av) |
| int | anope_event_burst (char *source, int ac, char **av) |
| int | anope_event_eob (char *source, int ac, char **av) |
| int | anope_event_chghost (char *source, int ac, char **av) |
| int | anope_event_server (char *source, int ac, char **av) |
| int | anope_event_privmsg (char *source, int ac, char **av) |
| int | anope_event_part (char *source, int ac, char **av) |
| int | anope_event_whois (char *source, int ac, char **av) |
| int | anope_event_capab (char *source, int ac, char **av) |
| void | inspircd_cmd_svshold (char *nick) |
| void | inspircd_cmd_release_svshold (char *nick) |
| void | inspircd_cmd_unsgline (char *mask) |
| void | inspircd_cmd_unszline (char *mask) |
| void | inspircd_cmd_szline (char *mask, char *reason, char *whom) |
| void | inspircd_cmd_sgline (char *mask, char *reason) |
| void | inspircd_cmd_unban (char *name, char *nick) |
| void | inspircd_cmd_svsmode_chan (char *name, char *mode, char *nick) |
| void | inspircd_cmd_svid_umode (char *nick, time_t ts) |
| void | inspircd_cmd_nc_change (User *u) |
| void | inspircd_cmd_svid_umode2 (User *u, char *ts) |
| void | inspircd_cmd_svid_umode3 (User *u, char *ts) |
| void | inspircd_cmd_svsjoin (char *source, char *nick, char *chan, char *param) |
| void | inspircd_cmd_svspart (char *source, char *nick, char *chan) |
| void | inspircd_cmd_swhois (char *source, char *who, char *mask) |
| void | inspircd_cmd_eob () |
| int | anope_event_rehash (char *source, int ac, char **av) |
| int | anope_event_credits (char *source, int ac, char **av) |
| int | anope_event_admin (char *source, int ac, char **av) |
| int | inspircd_flood_mode_check (char *value) |
| void | inspircd_cmd_jupe (char *jserver, char *who, char *reason) |
| void | inspircd_cmd_global_legacy (char *source, char *fmt) |
| int | inspircd_valid_nick (char *nick) |
| int | inspircd_valid_chan (char *chan) |
| void | inspircd_cmd_ctcp (char *source, char *dest, char *buf) |
| int | inspircd_jointhrottle_mode_check (char *value) |
| int | anope_event_time (char *source, int ac, char **av) |
| int | is_sid (char *sid) |
| void | ts6_sid_increment (unsigned pos) |
| char * | ts6_sid_retrieve () |
| void | moduleAddAnopeCmds () |
| int | AnopeInit (int argc, char **argv) |
Variables | |
| IRCDVar | myIrcd [] |
| IRCDCAPAB | myIrcdcap [] |
| unsigned long | umodes [128] |
| char | myCsmodes [128] |
| CMMode | myCmmodes [128] |
| CBMode | myCbmodes [128] |
| CBModeInfo | myCbmodeinfos [] |
| CUMode | myCumodes [128] |
| static int | burst = 0 |
| User * | u_intro_regged = NULL |
| static int | has_servicesmod = 0 |
| static int | has_globopsmod = 0 |
| static int | has_svsholdmod = 0 |
| static int | has_chghostmod = 0 |
| static int | has_chgidentmod = 0 |
| static int | has_messagefloodmod = 0 |
| static int | has_banexceptionmod = 0 |
| static int | has_inviteexceptionmod = 0 |
| static int | has_joinfloodmod = 0 |
| static int | has_hidechansmod = 0 |
| static int | has_chanprotectmod = 0 |
| static int | has_halfop = 0 |
| static int | has_redirectmod = 0 |
| static int | has_servprotectmod = 0 |
| static int | has_permchannels = 0 |
| static int | has_nokicks = 0 |
| static int | has_stripcolor = 0 |
| static int | has_nonotice = 0 |
| static int | has_auditorium = 0 |
| static int | has_sslmodes = 0 |
| static int | has_blockcolor = 0 |
| static int | has_operchans = 0 |
| static int | has_nonicks = 0 |
| static int | has_knock = 0 |
| static int | has_censor = 0 |
| static int | has_noctcp = 0 |
| static int | has_allowinvite = 0 |
| static int | has_blockcaps = 0 |
| static int | has_nickflood = 0 |
| static int | has_chanfilter = 0 |
| static int | has_kicknorejoin = 0 |
| static int | has_cloaking = 0 |
| static char | currentpass [1024] |
| static int | ts6_sid_initted = 0 |
| static char | ts6_new_sid [4] |
| int anope_event_436 | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1397 of file inspircd12.c.
References m_nickcoll().
| int anope_event_admin | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 2409 of file inspircd12.c.
| int anope_event_away | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1406 of file inspircd12.c.
References find_byuid(), m_away(), and user_::nick.
| int anope_event_burst | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1796 of file inspircd12.c.
References burst.
| int anope_event_capab | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1896 of file inspircd12.c.
References cmmode_::addmask, alog(), anope_cmd_global(), ircdvars_::botchanumode, ircdvars_::botserv_bot_mode, ircdvars_::botservaliasmode, ircdvars_::botservmode, capab_parse(), CBM_MINUS_NO_ARG, CBM_NO_MLOCK, ircdvars_::chanservaliasmode, ircdvars_::chanservmode, cbmodeinfo_::csgetvalue, cbmode_::cssetvalue, DefConChanModes, DefConLevel, defconParseModeString(), cmmode_::delmask, ircdvars_::devnullmode, ircdvars_::devnullvaliasmode, ircdvars_::except, cbmode_::flag, cbmode_::flags, ircdvars_::fmode, cbmodeinfo_::getvalue, ircdvars_::globalaliasmode, ircdvars_::globalmode, ircdvars_::halfop, has_allowinvite, has_auditorium, has_banexceptionmod, has_blockcaps, has_blockcolor, has_censor, has_chanfilter, has_chanprotectmod, has_chghostmod, has_chgidentmod, has_cloaking, has_globopsmod, has_halfop, has_hidechansmod, has_inviteexceptionmod, has_joinfloodmod, has_kicknorejoin, has_knock, has_messagefloodmod, has_nickflood, has_noctcp, has_nokicks, has_nonicks, has_nonotice, has_operchans, has_permchannels, has_redirectmod, has_servicesmod, has_servprotectmod, has_sslmodes, has_stripcolor, has_svsholdmod, ircdvars_::helpservaliasmode, ircdvars_::helpservmode, ircdvars_::hostservaliasmode, ircdvars_::hostservmode, init_tertiary(), ircdvars_::invitemode, ircd, ircdvars_::jmode, ircdvars_::Lmode, ircdvars_::memoservaliasmode, ircdvars_::memoservmode, cbmodeinfo_::mode, ircdvars_::nickservaliasmode, ircdvars_::nickservmode, ircdvars_::noknock, ircdvars_::operservaliasmode, ircdvars_::operservmode, ircdvars_::owner, pmodule_ircd_cbmodeinfos(), pmodule_ircd_cbmodes(), pmodule_ircd_cmmodes(), ircdvars_::protect, quitmsg, quitting, s_OperServ, send_cmd(), cbmode_::setvalue, ircdvars_::svshold, and TS6SID.
| int anope_event_chghost | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1827 of file inspircd12.c.
References alog(), change_user_host(), debug, and find_byuid().
| int anope_event_chgident | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1625 of file inspircd12.c.
References alog(), change_user_username(), debug, and find_byuid().
| int anope_event_chgname | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1587 of file inspircd12.c.
References alog(), change_user_realname(), debug, and find_byuid().
| int anope_event_credits | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 2404 of file inspircd12.c.
| int anope_event_eob | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1804 of file inspircd12.c.
References burst, common_svsmode(), findserver_uid(), finish_sync(), user_::na, servlist, nickalias_::status, and validate_user().
| int anope_event_fjoin | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 790 of file inspircd12.c.
References alog(), debug, do_sjoin(), merge_args(), and myStrGetToken().
| int anope_event_fmode | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 743 of file inspircd12.c.
References alog(), anope_event_mode(), c, channel_::creation_time, debug, and findchan().
| int anope_event_ftopic | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 715 of file inspircd12.c.
References do_topic().
| int anope_event_idle | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 701 of file inspircd12.c.
References find_nickuid(), findbot(), botinfo_::lastmsg, uid_::nick, send_cmd(), start_time, and uid_::uid.
| int anope_event_join | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1551 of file inspircd12.c.
References do_join().
| int anope_event_kick | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1542 of file inspircd12.c.
References do_kick().
| int anope_event_kill | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1527 of file inspircd12.c.
References find_byuid(), find_nickuid(), m_kill(), uid_::nick, and user_::nick.
| int anope_event_metadata | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1733 of file inspircd12.c.
Referenced by moduleAddIRCDMsgs().
| int anope_event_mode | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1495 of file inspircd12.c.
References do_cmode(), do_umode(), find_byuid(), and user_::nick.
| int anope_event_motd | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1559 of file inspircd12.c.
References m_motd().
| int anope_event_nick | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1663 of file inspircd12.c.
References do_nick().
| int anope_event_opertype | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 728 of file inspircd12.c.
References anope_event_mode(), find_byuid(), and is_oper().
| int anope_event_part | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1877 of file inspircd12.c.
References do_part(), find_byuid(), and user_::nick.
| int anope_event_ping | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1381 of file inspircd12.c.
References BUFSIZE, inspircd_cmd_pong(), snprintf(), and TS6SID.
| int anope_event_privmsg | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1864 of file inspircd12.c.
References find_byuid(), find_nickuid(), m_privmsg(), uid_::nick, and user_::nick.
| int anope_event_quit | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1482 of file inspircd12.c.
References do_quit(), find_byuid(), and user_::nick.
| int anope_event_rehash | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 2399 of file inspircd12.c.
| int anope_event_rsquit | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1462 of file inspircd12.c.
References do_squit(), findserver(), findserver_uid(), server_::flags, send_cmd(), SERVER_JUPED, servlist, server_::suid, and TS6SID.
| int anope_event_server | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1854 of file inspircd12.c.
References do_server(), sstrdup(), stricmp(), and uplink.
| int anope_event_sethost | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1644 of file inspircd12.c.
References alog(), change_user_host(), debug, and find_byuid().
| int anope_event_setident | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1606 of file inspircd12.c.
References alog(), change_user_username(), debug, and find_byuid().
| int anope_event_setname | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1568 of file inspircd12.c.
References alog(), change_user_realname(), debug, and find_byuid().
| int anope_event_squit | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1454 of file inspircd12.c.
References do_squit().
| int anope_event_time | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 2507 of file inspircd12.c.
Referenced by moduleAddIRCDMsgs().
| int anope_event_topic | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1417 of file inspircd12.c.
References alog(), c, check_topiclock(), debug, EVENT_TOPIC_UPDATED, find_byuid(), findchan(), merge_args(), user_::nick, record_topic(), send_event(), sstrdup(), strscpy(), channel_::topic, channel_::topic_setter, and channel_::topic_time.
| int anope_event_uid | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1686 of file inspircd12.c.
Referenced by moduleAddIRCDMsgs().
| int anope_event_version | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 696 of file inspircd12.c.
| int anope_event_whois | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 1888 of file inspircd12.c.
References m_whois().
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Now tell anope how to use us.
Deal with modes anope _needs_ to know
Definition at line 2676 of file inspircd12.c.
References alog(), CMODE_i, CMODE_k, CMODE_l, CMODE_P, CMODE_p, CMODE_s, is_sid(), moduleAddAnopeCmds(), moduleAddAuthor(), moduleAddIRCDMsgs(), moduleAddVersion(), moduleSetType(), myCsmodes, nofork, Numeric, pmodule_invis_umode(), pmodule_invite_cmode(), pmodule_ircd_cap(), pmodule_ircd_cbmodeinfos(), pmodule_ircd_cbmodes(), pmodule_ircd_cmmodes(), pmodule_ircd_csmodes(), pmodule_ircd_cumodes(), pmodule_ircd_flood_mode_char_remove(), pmodule_ircd_flood_mode_char_set(), pmodule_ircd_useTSMode(), pmodule_ircd_var(), pmodule_ircd_version(), pmodule_key_mode(), pmodule_limit_mode(), pmodule_oper_umode(), pmodule_permchan_mode(), pmodule_private_cmode(), pmodule_secret_cmode(), PROTOCOL, sstrdup(), TS6SID, UMODE_i, UMODE_o, and UseTS6.
| void inspircd_cmd_211 | ( | char * | buf | ) |
Definition at line 1258 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_219 | ( | char * | source, | |
| char * | letter | |||
| ) |
Definition at line 1191 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_242 | ( | char * | buf | ) |
Definition at line 1224 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_243 | ( | char * | buf | ) |
Definition at line 1241 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_250 | ( | char * | buf | ) |
Definition at line 1106 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_307 | ( | char * | buf | ) |
Definition at line 1123 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_311 | ( | char * | buf | ) |
Definition at line 1140 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_312 | ( | char * | buf | ) |
Definition at line 1157 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_317 | ( | char * | buf | ) |
Definition at line 1174 of file inspircd12.c.
References finduser(), myStrGetToken(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_318 | ( | char * | source, | |
| char * | who | |||
| ) |
Definition at line 1214 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_351 | ( | char * | source | ) |
Definition at line 969 of file inspircd12.c.
References EncModule, finduser(), ircd, ircdvars_::name, send_cmd(), ServerName, TS6SID, user_::uid, version_build, version_flags, and version_number.
| void inspircd_cmd_372 | ( | char * | source, | |
| char * | msg | |||
| ) |
Definition at line 632 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_372_error | ( | char * | source | ) |
Definition at line 639 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_375 | ( | char * | source | ) |
Definition at line 647 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_376 | ( | char * | source | ) |
Definition at line 655 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_391 | ( | char * | source, | |
| char * | buf | |||
| ) |
Definition at line 1097 of file inspircd12.c.
| void inspircd_cmd_401 | ( | char * | source, | |
| char * | who | |||
| ) |
Definition at line 1204 of file inspircd12.c.
References finduser(), send_cmd(), ServerName, TS6SID, and user_::uid.
| void inspircd_cmd_akill | ( | char * | user, | |
| char * | host, | |||
| char * | who, | |||
| time_t | when, | |||
| time_t | expires, | |||
| char * | reason | |||
| ) |
Definition at line 595 of file inspircd12.c.
References send_cmd(), and TS6SID.
| void inspircd_cmd_bob | ( | ) |
Definition at line 1371 of file inspircd12.c.
References EncModule, ircd, ircdvars_::name, send_cmd(), ServerName, TS6SID, version_build, version_flags, and version_number.
| void inspircd_cmd_bot_chan_mode | ( | char * | nick, | |
| char * | chan | |||
| ) |
Definition at line 964 of file inspircd12.c.
References anope_cmd_mode(), ircdvars_::botchanumode, GET_BOT, and ircd.
| void inspircd_cmd_bot_nick | ( | char * | nick, | |
| char * | user, | |||
| char * | host, | |||
| char * | real, | |||
| char * | modes | |||
| ) |
Definition at line 871 of file inspircd12.c.
References new_uid(), send_cmd(), ts6_uid_retrieve(), and TS6SID.
| void inspircd_cmd_chg_nick | ( | char * | oldnick, | |
| char * | newnick | |||
| ) |
Definition at line 1316 of file inspircd12.c.
References find_uid(), uid_::nick, NICKMAX, send_cmd(), strscpy(), and uid_::uid.
| void inspircd_cmd_chghost | ( | char * | nick, | |
| char * | vhost | |||
| ) |
Definition at line 1034 of file inspircd12.c.
References anope_cmd_global(), find_uid(), has_chghostmod, s_OperServ, send_cmd(), and uid_::uid.
| void inspircd_cmd_chgident | ( | char * | nick, | |
| char * | vIdent | |||
| ) |
Definition at line 1050 of file inspircd12.c.
References anope_cmd_global(), find_uid(), has_chgidentmod, s_OperServ, send_cmd(), and uid_::uid.
| void inspircd_cmd_connect | ( | int | servernum | ) |
Definition at line 1356 of file inspircd12.c.
References inspircd_cmd_pass(), inspircd_cmd_server(), me_server, new_server(), RemotePassword, RemotePassword2, RemotePassword3, SERVER_ISME, ServerDesc, ServerName, and TS6SID.
| void inspircd_cmd_ctcp | ( | char * | source, | |
| char * | dest, | |||
| char * | buf | |||
| ) |
Definition at line 2469 of file inspircd12.c.
References find_uid(), finduser(), normalizeBuffer(), send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_eob | ( | ) |
Definition at line 2393 of file inspircd12.c.
References send_cmd(), and TS6SID.
| void inspircd_cmd_global | ( | char * | source, | |
| char * | buf | |||
| ) |
Definition at line 1275 of file inspircd12.c.
References find_uid(), has_globopsmod, s_OperServ, send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_global_legacy | ( | char * | source, | |
| char * | fmt | |||
| ) |
Definition at line 2444 of file inspircd12.c.
References find_uid(), has_globopsmod, s_OperServ, send_cmd(), and uid_::uid.
| void inspircd_cmd_guest_nick | ( | char * | nick, | |
| char * | user, | |||
| char * | host, | |||
| char * | real, | |||
| char * | modes | |||
| ) |
Definition at line 674 of file inspircd12.c.
References new_uid(), send_cmd(), ts6_uid_retrieve(), and TS6SID.
| void inspircd_cmd_invite | ( | char * | source, | |
| char * | chan, | |||
| char * | nick | |||
| ) |
Definition at line 1066 of file inspircd12.c.
References find_uid(), send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_join | ( | char * | user, | |
| char * | channel, | |||
| time_t | chantime | |||
| ) |
Definition at line 1018 of file inspircd12.c.
References find_uid(), send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_jupe | ( | char * | jserver, | |
| char * | who, | |||
| char * | reason | |||
| ) |
Definition at line 2428 of file inspircd12.c.
References findserver(), findserver_uid(), inspircd_cmd_server(), inspircd_cmd_squit(), me_server, new_server(), SERVER_JUPED, servlist, snprintf(), and ts6_sid_retrieve().
| void inspircd_cmd_kick | ( | char * | source, | |
| char * | chan, | |||
| char * | user, | |||
| char * | buf | |||
| ) |
Definition at line 883 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), user_::uid, and uid_::uid.
| void inspircd_cmd_mode | ( | char * | source, | |
| char * | dest, | |||
| char * | buf | |||
| ) |
Definition at line 683 of file inspircd12.c.
References c, channel_::creation_time, find_uid(), findchan(), send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_nc_change | ( | User * | u | ) |
Definition at line 2353 of file inspircd12.c.
References alog(), common_svsmode(), and debug.
| void inspircd_cmd_nick | ( | char * | nick, | |
| char * | name, | |||
| char * | modes | |||
| ) |
Definition at line 662 of file inspircd12.c.
References new_uid(), send_cmd(), ServiceHost, ServiceUser, ts6_uid_retrieve(), and TS6SID.
| void inspircd_cmd_notice | ( | char * | source, | |
| char * | dest, | |||
| char * | buf | |||
| ) |
Definition at line 906 of file inspircd12.c.
References find_uid(), finduser(), inspircd_cmd_privmsg2(), NI_MSG, NSDefFlags, send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_notice2 | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 921 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_notice_ops | ( | char * | source, | |
| char * | dest, | |||
| char * | buf | |||
| ) |
Definition at line 896 of file inspircd12.c.
References find_uid(), send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_part | ( | char * | nick, | |
| char * | chan, | |||
| char * | buf | |||
| ) |
Definition at line 1078 of file inspircd12.c.
References find_uid(), send_cmd(), and uid_::uid.
| void inspircd_cmd_pass | ( | char * | pass | ) |
Definition at line 999 of file inspircd12.c.
References currentpass.
| void inspircd_cmd_pong | ( | char * | servname, | |
| char * | who | |||
| ) |
Definition at line 1012 of file inspircd12.c.
References send_cmd().
| void inspircd_cmd_privmsg | ( | char * | source, | |
| char * | dest, | |||
| char * | buf | |||
| ) |
Definition at line 929 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_privmsg2 | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 943 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_protoctl | ( | ) |
Definition at line 992 of file inspircd12.c.
| void inspircd_cmd_quit | ( | char * | source, | |
| char * | buf | |||
| ) |
Definition at line 980 of file inspircd12.c.
References find_uid(), send_cmd(), and uid_::uid.
| void inspircd_cmd_release_svshold | ( | char * | nick | ) |
Definition at line 2299 of file inspircd12.c.
References find_uid(), s_OperServ, send_cmd(), and uid_::uid.
| void inspircd_cmd_remove_akill | ( | char * | user, | |
| char * | host | |||
| ) |
Definition at line 561 of file inspircd12.c.
References find_uid(), s_OperServ, send_cmd(), and uid_::uid.
| void inspircd_cmd_serv_notice | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 951 of file inspircd12.c.
References find_uid(), send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_serv_privmsg | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 957 of file inspircd12.c.
References find_uid(), send_cmd(), TS6SID, and uid_::uid.
| void inspircd_cmd_server | ( | char * | servname, | |
| int | hop, | |||
| char * | descript, | |||
| char * | sid | |||
| ) |
Definition at line 1005 of file inspircd12.c.
References currentpass, send_cmd(), and TS6SID.
| void inspircd_cmd_sgline | ( | char * | mask, | |
| char * | reason | |||
| ) |
Definition at line 2325 of file inspircd12.c.
| void inspircd_cmd_sqline | ( | char * | mask, | |
| char * | reason | |||
| ) |
Definition at line 1292 of file inspircd12.c.
References s_OperServ, send_cmd(), and TS6SID.
| void inspircd_cmd_squit | ( | char * | servname, | |
| char * | message | |||
| ) |
Definition at line 1302 of file inspircd12.c.
References send_cmd(), and TS6SID.
| void inspircd_cmd_svid_umode | ( | char * | nick, | |
| time_t | ts | |||
| ) |
Definition at line 2345 of file inspircd12.c.
| void inspircd_cmd_svid_umode2 | ( | User * | u, | |
| char * | ts | |||
| ) |
Definition at line 2361 of file inspircd12.c.
References alog(), common_svsmode(), and debug.
| void inspircd_cmd_svid_umode3 | ( | User * | u, | |
| char * | ts | |||
| ) |
Definition at line 2368 of file inspircd12.c.
| void inspircd_cmd_svsadmin | ( | char * | server, | |
| int | set | |||
| ) |
Definition at line 556 of file inspircd12.c.
| void inspircd_cmd_svshold | ( | char * | nick | ) |
Definition at line 2291 of file inspircd12.c.
References find_uid(), NSReleaseTimeout, s_OperServ, send_cmd(), and uid_::uid.
| void inspircd_cmd_svsjoin | ( | char * | source, | |
| char * | nick, | |||
| char * | chan, | |||
| char * | param | |||
| ) |
Definition at line 2373 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), user_::uid, and uid_::uid.
| void inspircd_cmd_svskill | ( | char * | source, | |
| char * | user, | |||
| char * | buf | |||
| ) |
Definition at line 606 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_svsmode | ( | User * | u, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 619 of file inspircd12.c.
References nickcore_::display, find_uid(), merge_args(), user_::na, nickalias_::nc, user_::nick, s_NickServ, send_cmd(), TS6SID, user_::uid, and uid_::uid.
| void inspircd_cmd_svsmode_chan | ( | char * | name, | |
| char * | mode, | |||
| char * | nick | |||
| ) |
Definition at line 2337 of file inspircd12.c.
| void inspircd_cmd_svsnick | ( | char * | source, | |
| char * | guest, | |||
| time_t | when | |||
| ) |
Definition at line 1331 of file inspircd12.c.
References finduser(), send_cmd(), TS6SID, and user_::uid.
| void inspircd_cmd_svsnoop | ( | char * | server, | |
| int | set | |||
| ) |
Definition at line 551 of file inspircd12.c.
| void inspircd_cmd_svso | ( | char * | source, | |
| char * | nick, | |||
| char * | flag | |||
| ) |
Definition at line 1311 of file inspircd12.c.
| void inspircd_cmd_svspart | ( | char * | source, | |
| char * | nick, | |||
| char * | chan | |||
| ) |
Definition at line 2380 of file inspircd12.c.
References find_uid(), finduser(), send_cmd(), user_::uid, and uid_::uid.
| void inspircd_cmd_swhois | ( | char * | source, | |
| char * | who, | |||
| char * | mask | |||
| ) |
Definition at line 2387 of file inspircd12.c.
References finduser(), send_cmd(), TS6SID, and user_::uid.
| void inspircd_cmd_szline | ( | char * | mask, | |
| char * | reason, | |||
| char * | whom | |||
| ) |
Definition at line 2318 of file inspircd12.c.
References send_cmd(), and TS6SID.
| void inspircd_cmd_topic | ( | char * | whosets, | |
| char * | chan, | |||
| char * | whosetit, | |||
| char * | topic, | |||
| time_t | when | |||
| ) |
Definition at line 567 of file inspircd12.c.
References find_uid(), send_cmd(), and uid_::uid.
| void inspircd_cmd_unban | ( | char * | name, | |
| char * | nick | |||
| ) |
Definition at line 2330 of file inspircd12.c.
| void inspircd_cmd_unsgline | ( | char * | mask | ) |
Definition at line 2306 of file inspircd12.c.
| void inspircd_cmd_unsqline | ( | char * | user | ) |
Definition at line 1025 of file inspircd12.c.
References send_cmd(), and TS6SID.
| void inspircd_cmd_unszline | ( | char * | mask | ) |
Definition at line 2312 of file inspircd12.c.
References send_cmd(), and TS6SID.
| void inspircd_cmd_vhost_off | ( | User * | u | ) |
Definition at line 577 of file inspircd12.c.
References common_svsmode(), has_chgidentmod, has_cloaking, user_::host, inspircd_cmd_chghost(), inspircd_cmd_chgident(), user_::nick, user_::username, and user_::vident.
| void inspircd_cmd_vhost_on | ( | char * | nick, | |
| char * | vIdent, | |||
| char * | vhost | |||
| ) |
Definition at line 1345 of file inspircd12.c.
References inspircd_cmd_chghost(), and inspircd_cmd_chgident().
| int inspircd_flood_mode_check | ( | char * | value | ) |
Definition at line 2414 of file inspircd12.c.
| int inspircd_jointhrottle_mode_check | ( | char * | value | ) |
Definition at line 2486 of file inspircd12.c.
References sstrdup().
| void inspircd_set_umode | ( | User * | user, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 431 of file inspircd12.c.
References alog(), anope_cmd_global(), burst, common_svsmode(), debug, display_news(), user_::mode, NEWS_OPER, user_::nick, nick_identified(), opcnt, s_OperServ, user_::svid, user_::timestamp, umodes, update_host(), and WallOper.
| int inspircd_valid_chan | ( | char * | chan | ) |
Definition at line 2464 of file inspircd12.c.
| int inspircd_valid_nick | ( | char * | nick | ) |
Definition at line 2459 of file inspircd12.c.
| int is_sid | ( | char * | sid | ) |
Definition at line 2528 of file inspircd12.c.
Referenced by AnopeInit().
| void moduleAddAnopeCmds | ( | ) |
Tell anope which function we want to perform each task inside of anope. These prototypes must match what anope expects.
Definition at line 2593 of file inspircd12.c.
References inspircd_cmd_211(), inspircd_cmd_219(), inspircd_cmd_242(), inspircd_cmd_243(), inspircd_cmd_250(), inspircd_cmd_307(), inspircd_cmd_311(), inspircd_cmd_312(), inspircd_cmd_317(), inspircd_cmd_318(), inspircd_cmd_351(), inspircd_cmd_372(), inspircd_cmd_372_error(), inspircd_cmd_375(), inspircd_cmd_376(), inspircd_cmd_391(), inspircd_cmd_401(), inspircd_cmd_akill(), inspircd_cmd_bob(), inspircd_cmd_bot_chan_mode(), inspircd_cmd_bot_nick(), inspircd_cmd_chg_nick(), inspircd_cmd_connect(), inspircd_cmd_ctcp(), inspircd_cmd_eob(), inspircd_cmd_global(), inspircd_cmd_global_legacy(), inspircd_cmd_guest_nick(), inspircd_cmd_invite(), inspircd_cmd_join(), inspircd_cmd_jupe(), inspircd_cmd_kick(), inspircd_cmd_mode(), inspircd_cmd_nc_change(), inspircd_cmd_nick(), inspircd_cmd_notice(), inspircd_cmd_notice2(), inspircd_cmd_notice_ops(), inspircd_cmd_part(), inspircd_cmd_pong(), inspircd_cmd_privmsg(), inspircd_cmd_privmsg2(), inspircd_cmd_quit(), inspircd_cmd_release_svshold(), inspircd_cmd_remove_akill(), inspircd_cmd_serv_notice(), inspircd_cmd_serv_privmsg(), inspircd_cmd_sgline(), inspircd_cmd_sqline(), inspircd_cmd_squit(), inspircd_cmd_svid_umode(), inspircd_cmd_svid_umode2(), inspircd_cmd_svid_umode3(), inspircd_cmd_svshold(), inspircd_cmd_svsjoin(), inspircd_cmd_svskill(), inspircd_cmd_svsmode(), inspircd_cmd_svsmode_chan(), inspircd_cmd_svsnick(), inspircd_cmd_svsnoop(), inspircd_cmd_svso(), inspircd_cmd_svspart(), inspircd_cmd_swhois(), inspircd_cmd_szline(), inspircd_cmd_topic(), inspircd_cmd_unban(), inspircd_cmd_unsqline(), inspircd_cmd_unszline(), inspircd_cmd_vhost_off(), inspircd_cmd_vhost_on(), inspircd_flood_mode_check(), inspircd_jointhrottle_mode_check(), inspircd_set_umode(), inspircd_valid_chan(), inspircd_valid_nick(), pmodule_cmd_211(), pmodule_cmd_219(), pmodule_cmd_242(), pmodule_cmd_243(), pmodule_cmd_250(), pmodule_cmd_307(), pmodule_cmd_311(), pmodule_cmd_312(), pmodule_cmd_317(), pmodule_cmd_318(), pmodule_cmd_351(), pmodule_cmd_372(), pmodule_cmd_372_error(), pmodule_cmd_375(), pmodule_cmd_376(), pmodule_cmd_391(), pmodule_cmd_401(), pmodule_cmd_akill(), pmodule_cmd_bob(), pmodule_cmd_bot_chan_mode(), pmodule_cmd_bot_nick(), pmodule_cmd_chg_nick(), pmodule_cmd_connect(), pmodule_cmd_ctcp(), pmodule_cmd_eob(), pmodule_cmd_global(), pmodule_cmd_global_legacy(), pmodule_cmd_guest_nick(), pmodule_cmd_invite(), pmodule_cmd_join(), pmodule_cmd_jupe(), pmodule_cmd_kick(), pmodule_cmd_mode(), pmodule_cmd_nc_change(), pmodule_cmd_nick(), pmodule_cmd_notice(), pmodule_cmd_notice2(), pmodule_cmd_notice_ops(), pmodule_cmd_part(), pmodule_cmd_pong(), pmodule_cmd_privmsg(), pmodule_cmd_privmsg2(), pmodule_cmd_quit(), pmodule_cmd_release_svshold(), pmodule_cmd_remove_akill(), pmodule_cmd_serv_notice(), pmodule_cmd_serv_privmsg(), pmodule_cmd_sgline(), pmodule_cmd_sqline(), pmodule_cmd_squit(), pmodule_cmd_svid_umode(), pmodule_cmd_svid_umode2(), pmodule_cmd_svid_umode3(), pmodule_cmd_svshold(), pmodule_cmd_svsjoin(), pmodule_cmd_svskill(), pmodule_cmd_svsmode(), pmodule_cmd_svsmode_chan(), pmodule_cmd_svsnick(), pmodule_cmd_svsnoop(), pmodule_cmd_svso(), pmodule_cmd_svspart(), pmodule_cmd_swhois(), pmodule_cmd_szline(), pmodule_cmd_topic(), pmodule_cmd_unban(), pmodule_cmd_unsgline(), pmodule_cmd_unsqline(), pmodule_cmd_unszline(), pmodule_cmd_vhost_off(), pmodule_cmd_vhost_on(), pmodule_flood_mode_check(), pmodule_jointhrottle_mode_check(), pmodule_set_umode(), pmodule_valid_chan(), and pmodule_valid_nick().
| void moduleAddIRCDMsgs | ( | void | ) |
Definition at line 488 of file inspircd12.c.
References addCoreMessage(), anope_event_436(), anope_event_admin(), anope_event_away(), anope_event_burst(), anope_event_capab(), anope_event_chghost(), anope_event_chgident(), anope_event_chgname(), anope_event_credits(), anope_event_eob(), anope_event_fjoin(), anope_event_fmode(), anope_event_ftopic(), anope_event_idle(), anope_event_join(), anope_event_kick(), anope_event_kill(), anope_event_metadata(), anope_event_mode(), anope_event_motd(), anope_event_nick(), anope_event_null(), anope_event_opertype(), anope_event_part(), anope_event_ping(), anope_event_privmsg(), anope_event_quit(), anope_event_rehash(), anope_event_rsquit(), anope_event_server(), anope_event_sethost(), anope_event_setident(), anope_event_setname(), anope_event_squit(), anope_event_time(), anope_event_topic(), anope_event_uid(), anope_event_version(), anope_event_whois(), createMessage(), IRCD, and updateProtectDetails().
| void ts6_sid_increment | ( | unsigned | pos | ) |
Definition at line 2538 of file inspircd12.c.
Referenced by ts6_sid_increment(), and ts6_sid_retrieve().
| char* ts6_sid_retrieve | ( | ) |
Definition at line 2567 of file inspircd12.c.
Referenced by inspircd_cmd_jupe().
int burst = 0 [static] |
Definition at line 394 of file inspircd12.c.
Referenced by anope_event_burst(), anope_event_eob(), anope_event_metadata(), anope_event_uid(), and inspircd_set_umode().
char currentpass[1024] [static] |
Definition at line 996 of file inspircd12.c.
Referenced by inspircd_cmd_pass(), and inspircd_cmd_server().
int has_allowinvite = 0 [static] |
Definition at line 424 of file inspircd12.c.
Referenced by anope_event_capab().
int has_auditorium = 0 [static] |
Definition at line 416 of file inspircd12.c.
Referenced by anope_event_capab().
int has_banexceptionmod = 0 [static] |
Definition at line 404 of file inspircd12.c.
Referenced by anope_event_capab().
int has_blockcaps = 0 [static] |
Definition at line 425 of file inspircd12.c.
Referenced by anope_event_capab().
int has_blockcolor = 0 [static] |
Definition at line 418 of file inspircd12.c.
Referenced by anope_event_capab().
int has_censor = 0 [static] |
Definition at line 422 of file inspircd12.c.
Referenced by anope_event_capab().
int has_chanfilter = 0 [static] |
Definition at line 427 of file inspircd12.c.
Referenced by anope_event_capab().
int has_chanprotectmod = 0 [static] |
Definition at line 408 of file inspircd12.c.
Referenced by anope_event_capab().
int has_chghostmod = 0 [static] |
Definition at line 401 of file inspircd12.c.
Referenced by anope_event_capab(), and inspircd_cmd_chghost().
int has_chgidentmod = 0 [static] |
Definition at line 402 of file inspircd12.c.
Referenced by anope_event_capab(), inspircd_cmd_chgident(), and inspircd_cmd_vhost_off().
int has_cloaking = 0 [static] |
Definition at line 429 of file inspircd12.c.
Referenced by anope_event_capab(), and inspircd_cmd_vhost_off().
int has_globopsmod = 0 [static] |
Definition at line 399 of file inspircd12.c.
Referenced by anope_event_capab(), inspircd_cmd_global(), and inspircd_cmd_global_legacy().
int has_halfop = 0 [static] |
Definition at line 409 of file inspircd12.c.
Referenced by anope_event_capab().
int has_hidechansmod = 0 [static] |
Definition at line 407 of file inspircd12.c.
Referenced by anope_event_capab().
int has_inviteexceptionmod = 0 [static] |
Definition at line 405 of file inspircd12.c.
Referenced by anope_event_capab().
int has_joinfloodmod = 0 [static] |
Definition at line 406 of file inspircd12.c.
Referenced by anope_event_capab().
int has_kicknorejoin = 0 [static] |
Definition at line 428 of file inspircd12.c.
Referenced by anope_event_capab().
int has_knock = 0 [static] |
Definition at line 421 of file inspircd12.c.
Referenced by anope_event_capab().
int has_messagefloodmod = 0 [static] |
Definition at line 403 of file inspircd12.c.
Referenced by anope_event_capab().
int has_nickflood = 0 [static] |
Definition at line 426 of file inspircd12.c.
Referenced by anope_event_capab().
int has_noctcp = 0 [static] |
Definition at line 423 of file inspircd12.c.
Referenced by anope_event_capab().
int has_nokicks = 0 [static] |
Definition at line 413 of file inspircd12.c.
Referenced by anope_event_capab().
int has_nonicks = 0 [static] |
Definition at line 420 of file inspircd12.c.
Referenced by anope_event_capab().
int has_nonotice = 0 [static] |
Definition at line 415 of file inspircd12.c.
Referenced by anope_event_capab().
int has_operchans = 0 [static] |
Definition at line 419 of file inspircd12.c.
Referenced by anope_event_capab().
int has_permchannels = 0 [static] |
Definition at line 412 of file inspircd12.c.
Referenced by anope_event_capab().
int has_redirectmod = 0 [static] |
Definition at line 410 of file inspircd12.c.
Referenced by anope_event_capab().
int has_servicesmod = 0 [static] |
Definition at line 398 of file inspircd12.c.
Referenced by anope_event_capab().
int has_servprotectmod = 0 [static] |
Definition at line 411 of file inspircd12.c.
Referenced by anope_event_capab().
int has_sslmodes = 0 [static] |
Definition at line 417 of file inspircd12.c.
Referenced by anope_event_capab().
int has_stripcolor = 0 [static] |
Definition at line 414 of file inspircd12.c.
Referenced by anope_event_capab().
int has_svsholdmod = 0 [static] |
Definition at line 400 of file inspircd12.c.
Referenced by anope_event_capab().
Definition at line 313 of file inspircd12.c.
Definition at line 247 of file inspircd12.c.
{
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL},
{NULL},
{add_ban, del_ban},
{NULL},
{NULL},
{NULL, NULL},
{NULL},
{NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
{NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
}
Definition at line 219 of file inspircd12.c.
| char myCsmodes[128] |
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
0,
0, 0, 0,
'h',
'a',
0, 0, 0, 0,
'v', 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'q', 0
}
Definition at line 198 of file inspircd12.c.
Definition at line 346 of file inspircd12.c.
Definition at line 41 of file inspircd12.c.
Definition at line 141 of file inspircd12.c.
char ts6_new_sid[4] [static] |
Definition at line 2526 of file inspircd12.c.
Referenced by ts6_sid_increment(), and ts6_sid_retrieve().
int ts6_sid_initted = 0 [static] |
Definition at line 2525 of file inspircd12.c.
Referenced by ts6_sid_retrieve().
| User* u_intro_regged = NULL |
Definition at line 396 of file inspircd12.c.
| unsigned long umodes[128] |
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
0, UMODE_B, 0, 0, 0,
0, UMODE_G, UMODE_H, UMODE_I, 0,
0, 0, 0, 0, 0,
0, UMODE_Q, UMODE_R, UMODE_S, 0,
0, 0, UMODE_W, 0, 0,
0,
0, 0, 0, 0, 0, 0,
0, 0, UMODE_c, UMODE_d, 0,
0, UMODE_g, UMODE_h, UMODE_i, 0,
UMODE_k, 0, 0, 0, UMODE_o,
0, 0, UMODE_r, UMODE_s, 0,
0, 0, UMODE_w, UMODE_x, 0,
0,
0, 0, 0, 0, 0
}
Definition at line 175 of file inspircd12.c.
1.7.1