summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-03Make charybdis compile, move header into .cRobin Burchell w00t@inspircd.org
2008-10-03Move header into the .c for less redundancy.Robin Burchell w00t@inspircd.org
2008-10-03Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Fix os_umode.Robin Burchell w00t@inspircd.org
2008-10-02Fix os_set.Robin Burchell w00t@inspircd.org
2008-10-02Fix os_oline.Robin Burchell w00t@inspircd.org
2008-10-02Fix os_mode.Robin Burchell w00t@inspircd.org
2008-10-02Fix os_kick.Robin Burchell w00t@inspircd.org
2008-10-02Fix os_clearmodes.Robin Burchell w00t@inspircd.org
2008-10-02All cs_* core modules build successfully.Robin Burchell w00t@inspircd.org
2008-10-02Fix cs_suspend.Robin Burchell w00t@inspircd.org
2008-10-02Fix cs_register.Robin Burchell w00t@inspircd.org
2008-10-02Fix cs_forbid.Robin Burchell w00t@inspircd.org
2008-10-02Add run-cc.pl from inspircd, only difference is support .c files too :)Robin Burchell w00t@inspircd.org
2008-10-02Fix cs_clear.Robin Burchell w00t@inspircd.org
2008-10-02core/bs_* modules now compile.Robin Burchell w00t@inspircd.org
2008-10-02Make src/sessions.c and src/users.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Make send.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Make messages.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Make log.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Make ircd.c compile for real.Robin Burchell w00t@inspircd.org
2008-10-02Make ircd.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Make chanserv.c compile.Robin Burchell w00t@inspircd.org
2008-10-02Make channels.c work.Robin Burchell w00t@inspircd.org
2008-10-02Start making some stuff compile with the modified protocol signaturesRobin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendSVID() with direct call to SendSVID() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendBanDel() with direct call to SendBanDel() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSGLine() with direct call to SendSGLine() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSZLine() with direct call to SendSZLine() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSZLineDel() with direct call to SendSZLineDel() in IRCDPro...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSGLineDel() with direct call to SendSGLineDel() in IRCDPro...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDP...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendConnect() with direct call to SendConnect() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendVhost() with direct call to SendVhost() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendForceNickChange() with direct call to SendForceNickChange(...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendChangeBotNick() with direct call to SendChangeBotNick() in...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSO() with direct call to SendSVSO() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSquit() with direct call to SendSquit() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
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_SendInvite() with direct call to SendInvite() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSQLineDel() with direct call to SendSQLineDel() in IRCDPro...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendPong() with direct call to SendPong() 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_SendBotOp() with direct call to SendBotOp() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendGlobalPrivmsg() with direct call to SendGlobalPrivmsg() in...Naram Qashat cyberbotx@cyberbotx.com