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-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
This compiles. I have absolutely no idea if it works.
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-06
Remove queueing on module load/unload, NOTE: don't try unload os_modunload, o...
Robin Burchell w00t@inspircd.org
2008-11-05
Convert OperServ. YES, src/core done.
Robin Burchell w00t@inspircd.org
2008-11-04
Convert NickServ
Robin Burchell w00t@inspircd.org
2008-11-04
Convert MemoServ.. *weep*
Robin Burchell w00t@inspircd.org
2008-11-04
Convert HelpServ (useless crap..) and HostServ.
Robin Burchell w00t@inspircd.org
2008-11-04
Convert encryption modules.
Robin Burchell w00t@inspircd.org
2008-11-04
Convert all of ChanServ. I feel like Rob mkII!
Robin Burchell w00t@inspircd.org
2008-11-04
Convert all of core/bs_* to use classes for init..
Robin Burchell w00t@inspircd.org
2008-11-04
One compiles, oh my!
Robin Burchell w00t@inspircd.org
2008-11-03
Disallow deletion of core services.
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
Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't wor...
Robin Burchell w00t@inspircd.org
2008-11-03
Merge commit 'trunk' into anopeng (1.8 updates, etc)
Robin Burchell w00t@inspircd.org
2008-11-02
Rip out SQL. It's utterly useless in current implementation.
Robin Burchell w00t@inspircd.org
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
[next]