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
/
include
Age
Commit message (
Expand
)
Author
2008-10-18
Started botserv block in new config, added nick and description directives.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-18
Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-15
Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-14
Added notifyall directive to memoserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-14
Added senddelay directive to memoserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13
Added opersonly directive to chanserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13
Added restrictgetpass directive to chanserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13
Added listopersonly directive to chanserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13
Added inhabit directive to chanserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13
Added expire directive to chanserv block in new config.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13
Merge commit 'cbx/anopeng-config' into anopeng-config
Robin Burchell w00t@inspircd.org
2008-10-07
Merge branch 'anopeng' 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-05
Fix problems with using ValueContainerChar by creating a specialized template...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-05
Correct use of ValueContainerChar to work properly instead of crashing at run...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-05
Merge branch 'anopeng' into anopeng-config
Naram Qashat cyberbotx@cyberbotx.com
2008-10-03
Started framework for new config reader, based on hottpd by w00t, copied over...
Naram Qashat cyberbotx@cyberbotx.com
2008-10-03
Merge commit 'cbx/anopeng-charfix' into anopeng
Robin Burchell w00t@inspircd.org
2008-10-03
* Fix calls to ircdproto->SendMessage and use findbot
peavey peavey@inspircd.org
2008-10-03
Merge commit 'cbx/anopeng-uid' into anopeng-uid
Robin Burchell w00t@inspircd.org
2008-10-03
Merge branch 'anopeng' into anopeng-uid
Robin Burchell w00t@inspircd.org
2008-10-02
Hack making enforcers work for now, NOTE: it is MARK_DEPRECATED. Use it in ne...
Robin Burchell w00t@inspircd.org
2008-10-02
Start making some stuff compile with the modified protocol signatures
Robin Burchell w00t@inspircd.org
2008-10-02
Change protocol func signatures. These are FINAL, do NOT use string sources a...
Robin Burchell w00t@inspircd.org
2008-10-02
Compile error, missing semicolon in header.
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
Merge branch 'anopeng-uid' of http://git.inspircd.org/git/anope/ into anopeng...
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
[prev]
[next]