aboutsummaryrefslogtreecommitdiff
path: root/src/modmanager_static.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages for modmanager_staticGravatar Daniel De Graaf2011-04-131-2/+2
* Fix PURE_STATIC compileGravatar Jackmcbarn2011-01-301-0/+1
* Remove cull_list.h from inspircd.hGravatar Jackmcbarn2011-01-291-6/+6
* Add early_init() for module setup needed prior to config readingGravatar Daniel De Graaf2010-10-081-0/+2
* Fix error handling and bad SQL syntaxGravatar Daniel De Graaf2010-10-021-0/+9
* Compile fixes for PURE_STATICGravatar Daniel De Graaf2010-09-091-3/+17
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-221-1/+1
* Persist metadata and modes across module reloadsGravatar Daniel De Graaf2010-08-051-22/+7
* 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