summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-30Added cmd_chg_nick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svso() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_squit() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_sqline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_global() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_part() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_invite() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unsqline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_join() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_pong() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_quit() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Unbreak bot assigning, also call event in the unassign function, rather than ...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_bot_chan_mode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_serv_privmsg() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Move some stuff to BotInfo methods.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_serv_notice() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added globaltldprefix to IRCDVar struct, for use in the upcoming cmd_serv_not...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2)Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_message() function to IRCDProtoNew class. (Replaces cmd_notice)Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_privmsg() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Move stuff to a bots class.Robin Burchell w00t@inspircd.org
2008-09-30Removed variable names from function prototypes in protocol module classes.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_notice_ops() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_kick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_bot_nick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_mode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_guest_nick() function to IRCDProtoClass.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_nick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Forgot to remove references to the old ircd_cmd_svskill, oops.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsmode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svskill() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added chost variable to User class, stores cloaked host, used in inspircd11 m...Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_akill() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_vhost_off() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_topic() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Remove legacy global function.Robin Burchell w00t@inspircd.org
2008-09-30Remove anope_cmd_privmsg2 (it's identical to anope_cmd_privmsg!)Robin Burchell w00t@inspircd.org
2008-09-30Mark some stuff deprecated, move implementation from the interface into the u...Robin Burchell w00t@inspircd.org
2008-09-30Merge send_cmd() and vsend_cmd().Robin Burchell w00t@inspircd.org
2008-09-30Fix src/modules/ so they compile with stricter g++.Robin Burchell w00t@inspircd.org
2008-09-30Remove some older protocol modules, mark a number of others obsolete. Some ma...Robin Burchell w00t@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30listnicks and listchans go away, as they aren't all that useful (and way too ...Robin Burchell w00t@inspircd.org
2008-09-30Remove 'skeleton' mode. It's not really all that useful.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_remove_akill() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsnoop function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Core skeleton of IRCDProtoNew class created.Robin Burchell w00t@inspircd.org
2008-09-30Move delete_user() into a destructor. Fix a few minor bugs with conversion also.Robin Burchell w00t@inspircd.org
2008-09-30Add User::SetRealname().Robin Burchell w00t@inspircd.org
2008-09-30Remove duplicate debug notice.Robin Burchell w00t@inspircd.org