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