]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modmanager_static.cpp
Clean up CoreException
[user/henk/code/inspircd.git] / src / modmanager_static.cpp
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-08 attilamolnarDeduplicate code in modmanager_static and modmanager_dy...
2013-09-08 attilamolnarFix module loading in PURE_STATIC builds
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-06-18 attilamolnarRemove dead code from the InspIRCd and CommandParser...
2013-06-18 attilamolnarMinor changes to the startup and shutdown code
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-04-27 attilamolnarMerge insp20
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...
2013-04-05 attilamolnarFix LUSERS not working in a PURE_STATIC build
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-03 attilamolnarFix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87
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-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-03-22 danieldgA few minor fixups
2010-03-22 danieldgMove ModuleManager::UnloadAll out of modmanager_dynamic
2010-03-18 danieldgPURE_STATIC fixes to use normal <module> tags
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-01-19 danieldgClean up some slow iterations
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgPURE_STATIC improvements: Allow modules to be reloaded...
2009-11-11 danieldgAllow static build of inspircd without module support