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
/
core
Age
Commit message (
Expand
)
Author
2008-10-15
Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-07
Merge branch 'anopeng' into anopeng-config
Robin Burchell w00t@inspircd.org
2008-10-05
Merge branch 'anopeng' into anopeng-config
Naram Qashat cyberbotx@cyberbotx.com
2008-10-03
Merge commit 'cbx/anopeng-charfix' into anopeng
Robin Burchell w00t@inspircd.org
2008-10-03
Merge commit 'cbx/anopeng-uid' into anopeng-uid
Robin Burchell w00t@inspircd.org
2008-10-02
Fix os_umode.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix os_set.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix os_oline.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix os_mode.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix os_kick.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix os_clearmodes.
Robin Burchell w00t@inspircd.org
2008-10-02
All cs_* core modules build successfully.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix cs_suspend.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix cs_register.
Robin Burchell w00t@inspircd.org
2008-10-02
Fix cs_forbid.
Robin Burchell w00t@inspircd.org
2008-10-02
Add run-cc.pl from inspircd, only difference is support .c files too :)
Robin Burchell w00t@inspircd.org
2008-10-02
Fix cs_clear.
Robin Burchell w00t@inspircd.org
2008-10-02
core/bs_* modules now compile.
Robin Burchell w00t@inspircd.org
2008-10-02
Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR...
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_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_SendQuit() with direct call to SendQuit() in IRCDProto class.
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 notice() with direct call to SendMessage() in IRCDProto class.
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_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_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_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
valid_(nick|chan) -> Is(Nick|Chan)Valid
Robin Burchell w00t@inspircd.org
2008-10-02
Convert SWhois, SERVER, EOB..
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
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
[next]