Age | Commit message (Expand) | Author |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Fix compile error caused by constification of some parametes. | rburchell |
2008-11-09 | UseTokens needs to die in a fire, don't let it be turned off. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddVersion -> Module::SetVersion | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddEventHook -> Module::AddEventHook. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleSetType() -> Module::SetType(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert moduleSetType() to not require a module pointer.. actually, this is p... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Call the new base constructor too.. let's hope this all works? | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert all the derived module constructors to take the new parameter (sed mu... | Robin Burchell w00t@inspircd.org |
2008-11-06 | Add module name to MODULE_INIT. This is not yet actually used, but it will be... | Robin Burchell w00t@inspircd.org |
2008-11-05 | Convert protocol modules | Robin Burchell w00t@inspircd.org |
2008-11-03 | Consolidate modes: we really don't need to have a different one for every pse... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Add UID parameter to SendClientIntroduction, and make it get a UID. This is a... | Robin Burchell w00t@inspircd.org |
2008-10-13 | Merge commit 'cbx/anopeng-config' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Make charybdis compile, move header into .c | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDP... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendQuit() with direct call to SendQuit() in IRCDProto class. | 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_SendMode() with direct call to SendMode() in IRCDProto class. | 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 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | 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 | 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 | Merge commit 'cbx/anopeng-protocol' into anopeng | 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-09-30 | Fix linker errors due to missing symbols at run-time. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove cmd_nick in favour of cmd_bot_nick. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Add MODULE_INIT to all modules, fix a few various crashes. | Robin Burchell w00t@inspircd.org |