summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.h
AgeCommit message (Expand)Author
2008-10-03Merge branch 'anopeng' into pv-sqlpeavey peavey@inspircd.org
2008-10-03Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendQuit() with direct call to SendQuit() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendNoticeChanops() with direct call to SendNoticeChanops() in...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSKill() with direct call to SendSVSKill() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Last bits of renaming protocol.Robin Burchell w00t@inspircd.org
2008-10-02valid_(nick|chan) -> Is(Nick|Chan)ValidRobin Burchell w00t@inspircd.org
2008-10-02set_umode -> ProcessUsermodesRobin Burchell w00t@inspircd.org
2008-10-02Convert SWhois, SERVER, EOB..Robin Burchell w00t@inspircd.org
2008-10-02Convert a bunch more protocol stuff.Robin Burchell w00t@inspircd.org
2008-10-02Various conversions to use new protocol.Robin Burchell w00t@inspircd.org
2008-10-02Convert various to new name scheme.Robin Burchell w00t@inspircd.org
2008-10-02Global NOTICE/PRIVMSG, QUIT.Robin Burchell w00t@inspircd.org
2008-10-02cmd_bot_send_chan_mode -> SendBotOpRobin Burchell w00t@inspircd.org
2008-10-02KICK, notice ops.Robin Burchell w00t@inspircd.org
2008-10-02cmd_bot_nick -> SendClientIntroductionRobin Burchell w00t@inspircd.org
2008-10-02Guest nicks, MODE.Robin Burchell w00t@inspircd.org
2008-10-02AKILL, SVSMODERobin Burchell w00t@inspircd.org
2008-10-02Rename a bunch of functions to use new scheme.Robin Burchell w00t@inspircd.org
2008-10-01Commit modified protocol name, using perl.Robin Burchell w00t@inspircd.org
2008-10-01Merge commit 'cbx/anopeng-protocol' into anopengRobin Burchell w00t@inspircd.org
2008-10-01Added set_umode(), valid_nick(), valid_chan(), and flood_mode_check() from pr...Naram Qashat cyberbotx@cyberbotx.com
2008-10-01Added flood_mode_check() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Remove cmd_nick in favour of cmd_bot_nick.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_jupe() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_server() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_eob() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_ctcp() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svid_umode3() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svid_umode2() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_nc_change() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svid_umode() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsmode_chan() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unban() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_sgline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_szline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unszline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_unsgline() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_release_svshold() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svshold() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_connect() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_vhost_on() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsnick() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
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