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_dynamic.cpp
Age
Commit message (
Expand
)
Author
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-26
Modularize DNS
Adam
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
2012-12-03
Fix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87
attilamolnar
2012-12-02
Fix DLLManager leak when an exception is thrown in init()
attilamolnar
2012-10-14
Replace printf(_c) with iostream
ChrisTX
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-08-03
Remove wildcard support from module loading, breaks rehash (bug #51)
Daniel De Graaf
2010-04-28
Add log header including ircd version
Daniel De Graaf
2010-03-22
Move ModuleManager::UnloadAll out of modmanager_dynamic
danieldg
2010-02-16
Defer module init on initial load for easier dependency checking
danieldg
2010-02-09
Fix double-free when catching an exception in module init()
danieldg
2010-02-03
Fix segfault on GRELOADMODULE
danieldg
2010-02-02
Don't try to load modules with filenames starting with a .
danieldg
2010-01-24
Don't query module version prior to init; fixes valgrind segfault
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
2010-01-14
Move revision information from Version object to a static symbol
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-11
Fix compilation due to dirent header
danieldg
2009-11-11
Allow static build of inspircd without module support
danieldg