]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modmanager_dynamic.cpp
Change the syntax of FOREACH macros to be less dumb.
[user/henk/code/inspircd.git] / src / modmanager_dynamic.cpp
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
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