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
/
module.cpp
Age
Commit message (
Expand
)
Author
2008-11-27
Moved moduleDeleteLanguage() to Module::DeleteLanguage().
cyberbotx
2008-11-22
Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...
cyberbotx
2008-11-15
Modules now delete themselves instead of letting the core do it (just incase ...
robbeh
2008-11-15
Remove moduleAddData|GetData|DelData and all associated mess. Extensible base...
rburchell
2008-11-15
Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int...
rburchell
2008-11-15
Nuke eventprintf() and EvtMessage from orbit
rburchell
2008-11-15
Cleanup some stuff to a header.
rburchell
2008-11-14
Insane commit of doom: s/ \t/g
rburchell
2008-11-14
Add Module::SetPermanent() and Module::GetPermanent(), used to mark a module ...
rburchell
2008-11-09
addModule + delModule compressed into constructor/destructor.
Robin Burchell w00t@inspircd.org
2008-11-09
Move loadModule() and unloadModule() inside ModuleManager::
Robin Burchell w00t@inspircd.org
2008-11-09
Add module.cpp and modulemanager.cpp.
Robin Burchell w00t@inspircd.org