summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
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
2005-02-06BUILD : 1.7.8 (565) BUGS : 293 NOTES : Merge of Win32 branch into the main, s...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-01-27BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is 200...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-30BUILD : 1.7.6 (514) BUGS : 261 NOTES : Modules can no longer call addCommand ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-09-19BUILD : 1.7.5 (351) BUGS : N/A NOTES : Rewrote the internals of moduleData, t...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-09-09BUILD : 1.7.5 (342) BUGS : #00 NOTES : Certus: Replaced current rand-implemen...keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-19BUILD : 1.7.4 (264) BUGS : N/A NOTES : Switched to autoconf - try to commit p...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b