index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modmanager_static.cpp
Age
Commit message (
Expand
)
Author
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-09-08
Deduplicate code in modmanager_static and modmanager_dynamic
attilamolnar
2013-09-08
Fix module loading in PURE_STATIC builds
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-06-18
Remove dead code from the InspIRCd and CommandParser classes and typedefs.h
attilamolnar
2013-06-18
Minor changes to the startup and shutdown code
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-05
Don't attempt to unload or reload modules that are waiting to be unloaded
attilamolnar
2013-04-05
Fix LUSERS not working in a PURE_STATIC build
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-03
Fix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87
attilamolnar
2012-10-14
Replace printf(_c) with iostream
ChrisTX
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-22
A few minor fixups
danieldg
2010-03-22
Move ModuleManager::UnloadAll out of modmanager_dynamic
danieldg
2010-03-18
PURE_STATIC fixes to use normal <module> tags
danieldg
2010-02-16
Defer module init on initial load for easier dependency checking
danieldg
2010-01-19
Clean up some slow iterations
danieldg
2010-01-17
Add Module::init() for correct exception handling during hook registration
danieldg
2010-01-17
PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum...
danieldg
2009-11-11
Allow static build of inspircd without module support
danieldg