summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
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 Message::mod_name, modules cannot own ircd messages any more (this mea...rburchell
2008-11-15Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int...rburchell
2008-11-15Remove src/modules/demos, we've sufficient (real world) demos now, and some o...rburchell
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-09Move modules_core_init() to ModuleManager::LoadModuleList().Robin Burchell w00t@inspircd.org
2008-11-09Add module.cpp and modulemanager.cpp.Robin Burchell w00t@inspircd.org
2008-11-09Remove moduleDataDebug().. debuggers are much more efficient at outputting cr...Robin Burchell w00t@inspircd.org
2008-11-09Merge prepForUnload with module destructor.Robin Burchell w00t@inspircd.org
2008-11-09Merge modules_init() with modules_core_init().Robin Burchell w00t@inspircd.org
2008-11-09Remove ModulesDelayedAutoLoad.Robin Burchell w00t@inspircd.org
2008-11-08Move moduleAddCommand and moduleDelCommand to Module:: members.Robin Burchell w00t@inspircd.org
2008-11-08Move more stuff to a module class.Robin Burchell w00t@inspircd.org
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08moduleAddEventHook -> Module::AddEventHook.Robin Burchell w00t@inspircd.org
2008-11-08moduleAddEventHook -> Module::AddEventHook, even though this seems to be unus...Robin Burchell w00t@inspircd.org
2008-11-08moduleInsertLanguage() -> Module::InsertLanguage()Robin Burchell w00t@inspircd.org
2008-11-08Fix various scary stuff to do with API.Robin Burchell w00t@inspircd.org
2008-11-08moduleSetType() -> Module::SetType().Robin Burchell w00t@inspircd.org
2008-11-08Convert moduleSetType() to not require a module pointer.. actually, this is p...Robin Burchell w00t@inspircd.org
2008-11-08Last error fixes, more staticisation.Robin Burchell w00t@inspircd.org
2008-11-08Warning fixes. Staticise more of modules.c, and mark it for review.Robin Burchell w00t@inspircd.org
2008-11-07Remove createModule stuff.. instead, pass string to loadModule. This still is...Robin Burchell w00t@inspircd.org
2008-11-06Add proper constructor, move Module::name to be string.. still doesn't compil...Robin Burchell w00t@inspircd.org
2008-11-06Remove queueing on module load/unload, NOTE: don't try unload os_modunload, o...Robin Burchell w00t@inspircd.org
2008-11-06Remove unused mod_current_evtbuf.Robin Burchell w00t@inspircd.org
2008-11-06Move createModule and destroyModule into constructor and destructor of class ...Robin Burchell w00t@inspircd.org
2008-11-04New MODULE_INIT macro. I'm going to regret this.Robin Burchell w00t@inspircd.org
2008-10-03Merge commit 'cbx/anopeng-charfix' into anopengRobin Burchell w00t@inspircd.org
2008-10-03* Fix calls to ircdproto->SendMessage and use findbotpeavey peavey@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30Make a bunch of stuff build under g++.Robin Burchell w00t@inspircd.org
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-07-09BUILD : 1.7.19 (1255) BUGS : 743 NOTES : Fixed various compile errors with `m...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-17BUILD : 1.7.17 (1185) BUGS : N/A NOTES : Encryption now offers the choice of ...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-14# BUILD : 1.7.14 (1087) # BUGS : 545 550 541 # NOTES : Various fixes.certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-13BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function de...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-11BUILD : 1.7.14 (1045) BUGS : NOTES : Fixed ano_modclearerr() - it was not POS...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-04# BUILD : 1.7.14 (1041) # BUGS : 514 # NOTES : Fixed booboo. Thx to Trystan.certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-28BUILD : 1.7.11 (902) BUGS : NOTES : Changed how /os modload and /os modunload...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-01BUILD : 1.7.10 (866) BUGS : NOTES : Added a moduleGetLangString() function to...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-02BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-15BUILD : 1.7.8 (626) BUGS : N/A NOTES : Moved the protect defines out of the i...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-14BUILD : 1.7.8 (574) BUGS : N/A NOTES : Internal Events, Win32 can build with ...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b