aboutsummaryrefslogtreecommitdiff
path: root/src/modmanager_static.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Validate module reload callback before use in PURE_STATIC buildsGravatar Attila Molnar2014-11-301-1/+2
|
* Ignore NULL callbacks in ModuleManager::Reload()Gravatar Attila Molnar2014-04-131-1/+1
| | | | Found by Coverity, CID: 1201453
* Don't attempt to unload or reload modules that are waiting to be unloadedGravatar attilamolnar2013-04-051-0/+1
|
* Fix LUSERS not working in a PURE_STATIC buildGravatar attilamolnar2013-04-051-0/+1
|
* Fix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87Gravatar attilamolnar2012-12-031-2/+2
|
* Replace printf(_c) with iostreamGravatar ChrisTX2012-10-141-3/+4
|
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-0/+19
|
* A few minor fixupsGravatar danieldg2010-03-221-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12655 e03df62e-2008-0410-955e-edbf42e46eb7
* Move ModuleManager::UnloadAll out of modmanager_dynamicGravatar danieldg2010-03-221-4/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12649 e03df62e-2008-0410-955e-edbf42e46eb7
* PURE_STATIC fixes to use normal <module> tagsGravatar danieldg2010-03-181-38/+78
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12641 e03df62e-2008-0410-955e-edbf42e46eb7
* 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