summaryrefslogtreecommitdiff
path: root/src/module.cpp
AgeCommit message (Expand)Author
2010-04-22Actually use readtimeout from the config & fixed many valgrind errorsAdam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2009-10-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-19Remove (and neuter) old event system. Not used by anything in core.rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Removed mod_current_module, again, so far, no ill-effects...cyberbotx
2008-11-27Moved moduleDeleteLanguage() to Module::DeleteLanguage().cyberbotx
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