index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ircd.c
Age
Commit message (
Expand
)
Author
2010-06-18
Renamed all of source files from .c to .cpp
Adam
2010-06-18
Removed all references to $, git has no svn keywords
Adam
2010-02-08
Rewrote & fixed CAPAB support
Adam-
2010-01-11
updated copyright info for 2010
pimpmylinux
2009-10-13
Complete rewrite of everything associated with modes, this breaks saving and ...
Adam-
2009-04-13
Remove 2 unneeded ternary operators, the result is the same with or without t...
cyberbotx
2009-01-03
Housekeeping contact address updates.
sjaz
2009-01-02
Update copyrights for 2009.
rburchell
2008-11-14
Insane commit of doom: s/ \t/g
rburchell
2008-10-03
Merge commit 'cbx/anopeng-uid' into anopeng-uid
Robin Burchell w00t@inspircd.org
2008-10-02
Make ircd.c compile for real.
Robin Burchell w00t@inspircd.org
2008-10-02
Replaced anope_SendSVID() with direct call to SendSVID() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendBanDel() with direct call to SendBanDel() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSGLine() with direct call to SendSGLine() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSZLine() with direct call to SendSZLine() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSZLineDel() with direct call to SendSZLineDel() in IRCDPro...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSGLineDel() with direct call to SendSGLineDel() in IRCDPro...
Naram Qashat cyberbotx@cyberbotx.com
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_SendConnect() with direct call to SendConnect() in IRCDProto c...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendVhost() with direct call to SendVhost() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendForceNickChange() with direct call to SendForceNickChange(...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendChangeBotNick() with direct call to SendChangeBotNick() in...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSVSO() with direct call to SendSVSO() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSquit() with direct call to SendSquit() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.
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_SendInvite() with direct call to SendInvite() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendSQLineDel() with direct call to SendSQLineDel() in IRCDPro...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendPong() with direct call to SendPong() 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_SendBotOp() with direct call to SendBotOp() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendGlobalPrivmsg() with direct call to SendGlobalPrivmsg() in...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Replaced anope_SendGlobalNotice() with direct call to SendGlobalNotice() in I...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Added SendAction() function to IRCDProto class to replace use of anope_cmd_no...
Naram Qashat cyberbotx@cyberbotx.com
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_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
[next]