summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-02Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSNOOP() with direct call to SendSVSNOOP() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Add overridden send_cmd() accepting a string source.Robin 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-02SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renamesRobin Burchell w00t@inspircd.org
2008-10-02cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode?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-01Start converting stuff that sends to server to use BotInfo, as everything is ...Robin Burchell w00t@inspircd.org
2008-10-01Nuke struct Uid from the core. (hooray!)Robin Burchell w00t@inspircd.org
2008-10-01Merge commit 'cbx/anopeng-protocol' into anopengRobin Burchell w00t@inspircd.org
2008-10-01Merge commit 'trunk' into anopengRobin Burchell w00t@inspircd.org
2008-10-01Fix building under g++.Robin Burchell w00t@inspircd.org
2008-10-01Remove USE_MODULES, it'd not really work anyway.Robin Burchell w00t@inspircd.org
2008-10-01Merge commit 'trunk' into anopengRobin Burchell w00t@inspircd.org
2008-10-01Merge protocol_debug() with the only place it's actually called.Robin 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-10-01Removed set_mod_current_buffer() function from old IRCDProto struct, was neve...Robin Burchell w00t@inspircd.org
2008-09-30Remove a (lot of) legacy code on ChanServ DB loading. We now only support DBv...Robin Burchell w00t@inspircd.org
2008-09-30Merge delbot() and cs_remove_bot() into BotInfo's destructor.Robin Burchell w00t@inspircd.org
2008-09-30Remove unused anope_set_mod_current_buffer(), noted by Naram.Robin Burchell w00t@inspircd.org
2008-09-30Merge commit 'trunk' into anopengRobin Burchell w00t@inspircd.org
2008-09-30Fix linker errors due to missing symbols at run-time.Robin Burchell w00t@inspircd.org
2008-09-30Remove cmd_nick in favour of cmd_bot_nick.Robin Burchell w00t@inspircd.org
2008-09-30Initialise everything properly to avoid crashes. Also, fix a prototype to fix...Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT to all modules, fix a few various crashes.Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT workaround for modules, so they are loadable. Inspired by Ins...Robin Burchell w00t@inspircd.org
2008-09-30Fix makefile a bit.Robin Burchell w00t@inspircd.org
2008-09-30Store UID for services pseudoclients inside BotInfo. This will be used instea...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_swhois() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svspart() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_svsjoin() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org
2008-09-30Added cmd_ctcp() function to IRCDProtoNew class.Robin Burchell w00t@inspircd.org