]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modmanager_dynamic.cpp
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / src / modmanager_dynamic.cpp
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-17 Attila MolnarMerge pull request #968 from ShutterQuick/insp20+sporder
2015-01-17 Attila MolnarMerge pull request #966 from SaberUK/insp20+fix-error...
2015-01-16 Peter PowellFix a blank error message when trying to load a module...
2014-04-13 Attila MolnarIgnore NULL callbacks in ModuleManager::Reload()
2013-04-05 attilamolnarDon't attempt to unload or reload modules that are...
2012-12-03 attilamolnarFix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87
2012-12-02 attilamolnarFix DLLManager leak when an exception is thrown in...
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-08-03 Daniel De GraafRemove wildcard support from module loading, breaks...
2010-04-28 Daniel De GraafAdd log header including ircd version
2010-03-22 danieldgMove ModuleManager::UnloadAll out of modmanager_dynamic
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-02-09 danieldgFix double-free when catching an exception in module...
2010-02-03 danieldgFix segfault on GRELOADMODULE
2010-02-02 danieldgDon't try to load modules with filenames starting with a .
2010-01-24 danieldgDon't query module version prior to init; fixes valgrin...
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgPURE_STATIC improvements: Allow modules to be reloaded...
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgFix compilation due to dirent header
2009-11-11 danieldgAllow static build of inspircd without module support