Age | Commit message (Expand) | Author |
2008-10-02 | Replaced anope_cmd_privmsg() and privmsg() with direct call to SendPrivmsg() ... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_cmd_notice() with direct call to SendNotice() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_cmd_message() with direct call to SendMessage() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendNoticeChanops() with direct call to SendNoticeChanops() in... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendClientIntroduction() with direct call to SendClientIntrodu... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGuestNick() with direct call to SendGuestNick() in IRCDPro... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSMode() with direct call to SendSVSMode() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSKill() with direct call to SendSVSKill() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SetAkill() with direct call to SetAkill() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendVhostDel() with direct call to SendVhostDel() in IRCDProto... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_cmd_topic() with direct call to SendTopic() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSNOOP() with direct call to SendSVSNOOP() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Add overridden send_cmd() accepting a string source. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Last bits of renaming protocol. | Robin Burchell w00t@inspircd.org |
2008-10-02 | valid_(nick|chan) -> Is(Nick|Chan)Valid | Robin Burchell w00t@inspircd.org |
2008-10-02 | set_umode -> ProcessUsermodes | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert SWhois, SERVER, EOB.. | Robin Burchell w00t@inspircd.org |
2008-10-02 | SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renames | Robin Burchell w00t@inspircd.org |
2008-10-02 | cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode? | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert a bunch more protocol stuff. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Various conversions to use new protocol. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Global NOTICE/PRIVMSG, QUIT. | Robin Burchell w00t@inspircd.org |
2008-10-02 | cmd_bot_send_chan_mode -> SendBotOp | Robin Burchell w00t@inspircd.org |
2008-10-02 | KICK, notice ops. | Robin Burchell w00t@inspircd.org |
2008-10-02 | cmd_bot_nick -> SendClientIntroduction | Robin Burchell w00t@inspircd.org |
2008-10-02 | Guest nicks, MODE. | Robin Burchell w00t@inspircd.org |
2008-10-02 | AKILL, SVSMODE | Robin Burchell w00t@inspircd.org |
2008-10-02 | Rename a bunch of functions to use new scheme. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Commit modified protocol name, using perl. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Start converting stuff that sends to server to use BotInfo, as everything is ... | Robin Burchell w00t@inspircd.org |
2008-10-01 | Nuke struct Uid from the core. (hooray!) | Robin Burchell w00t@inspircd.org |
2008-10-01 | Merge commit 'cbx/anopeng-protocol' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-01 | Merge commit 'trunk' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-01 | Fix building under g++. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Remove USE_MODULES, it'd not really work anyway. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Merge commit 'trunk' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-01 | Merge protocol_debug() with the only place it's actually called. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Added set_umode(), valid_nick(), valid_chan(), and flood_mode_check() from pr... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-01 | Added flood_mode_check() function to IRCDProtoNew class. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Removed set_mod_current_buffer() function from old IRCDProto struct, was neve... | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove a (lot of) legacy code on ChanServ DB loading. We now only support DBv... | Robin Burchell w00t@inspircd.org |
2008-09-30 | Merge delbot() and cs_remove_bot() into BotInfo's destructor. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove unused anope_set_mod_current_buffer(), noted by Naram. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Merge commit 'trunk' into anopeng | Robin Burchell w00t@inspircd.org |
2008-09-30 | Fix linker errors due to missing symbols at run-time. | Robin Burchell w00t@inspircd.org |