summaryrefslogtreecommitdiff
path: root/src/modmanager_static.cpp
Commit message (Collapse)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 checkingGravatar danieldg2010-02-161-3/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12477 e03df62e-2008-0410-955e-edbf42e46eb7
* Clean up some slow iterationsGravatar danieldg2010-01-191-5/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12300 e03df62e-2008-0410-955e-edbf42e46eb7
* Add Module::init() for correct exception handling during hook registrationGravatar danieldg2010-01-171-2/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7
* PURE_STATIC improvements: Allow modules to be reloaded, generate linker ↵Gravatar danieldg2010-01-171-10/+40
| | | | | | arguments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12276 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow static build of inspircd without module supportGravatar danieldg2009-11-111-0/+127
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7