summaryrefslogtreecommitdiff
path: root/src/core/modules.c
AgeCommit message (Expand)Author
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2003-11-16Fixed some gcc aliasing warningsTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-07-25fixed using already free'd memory.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-06-04/LOAD: when using '.' character in module name irssi printed glib errorTimo Sirainen
2001-03-28module_get_name() should be inside #ifdef HAVE_GMODULETimo Sirainen
2001-03-04fixed minor memory leakTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-07/LOAD ./path/module - loads module from path relative to currentTimo Sirainen
2001-01-16Check if libtool creates libraries in .libs dir. Check if -lgmoduleTimo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Destroy all settings and commands used by modules when they're unloaded.Timo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-10-01Chat protocol updates.Timo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-02bugfixTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-15module_find_id() and module_find_id_str() didn't work right if theTimo Sirainen
2000-07-02Implemented runtime loadable modules. /LOAD loads a module, /UNLOADTimo Sirainen
2000-04-26..adding new files..Timo Sirainen