summaryrefslogtreecommitdiff
path: root/src/core/modules-load.c
AgeCommit message (Expand)Author
2015-12-10module check irssi versionailin-nemui
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-07-12Avoid using uninitalized values.David Hill
2014-06-15Silence a compiler warning.David Hill
2007-06-14fix off by one error when extracting e.g. fe from fe_silcJochen Eisinger
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2003-11-16Fixed some gcc aliasing warningsTimo Sirainen
2002-09-30irssi stuck to infinite loop if it wasn't compiled with gmodule.Timo Sirainen
2002-03-14Don't crash if there's no prefixes (botti doesn't) when loading module.Timo Sirainen
2001-10-31Crashfix when module didn't contain deinit() function.Timo Sirainen
2001-10-24Added a bit better error reporting.Timo Sirainen
2001-10-21deinit() function is now checked and saved when loading module. UnloadingTimo Sirainen
2001-10-15fixed a small memleak when unloading moduleTimo Sirainen
2001-09-11/LOAD fixes for modules with no core part, and /LOAD ~/...Timo Sirainen
2001-09-08Loading modules that didn't have "core" part didn't work (eg. irc_proxy).Timo Sirainen
2001-08-17Module loading fixes.Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen