summaryrefslogtreecommitdiff
path: root/src/modmanager_static.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation, add sorted ->init() calls to modmanager_staticGravatar Daniel De Graaf2010-08-031-16/+19
* Squash a few warningsGravatar Daniel De Graaf2010-08-031-1/+6
* Fix rehash unloading AllModuleGravatar Daniel De Graaf2010-08-031-2/+2
* Fix some issues found using valgrind/pure_staticGravatar Daniel De Graaf2010-08-031-0/+1
* Move ModuleManager::UnloadAll out of modmanager_dynamicGravatar Daniel De Graaf2010-08-031-4/+0
* PURE_STATIC fixes to use normal <module> tagsGravatar Daniel De Graaf2010-08-031-38/+78
* Defer module init on initial load for easier dependency checking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12477 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-161-3/+1
* Clean up some slow iterations•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12300 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-191-5/+21
* Add Module::init() for correct exception handling during hook registration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-171-2/+12
* PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12276 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-01-171-10/+40
* Allow static build of inspircd without module support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-11-111-0/+127