summaryrefslogtreecommitdiff
path: root/src/core/core.c
AgeCommit message (Expand)Author
2017-08-09Add back some ifdefs.Edward Tomasz Napierala
2017-07-29Fix build without Capsicum.Edward Tomasz Napierala
2017-07-29Implement /cap_enter.Edward Tomasz Napierala
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-10-02Add missing null terminator to the g_build_path() varargsdequis
2015-10-02Fix a memory leak.LemonBoy
2008-12-22Remove useless net-sendbuffer init/deinit functions.Emanuele Giaquinta
2008-04-28Make some variables static.Emanuele Giaquinta
2008-02-03Remove popt and use glib GOption commandline option parserEmanuele Giaquinta
2007-05-26Oops.Emanuele Giaquinta
2007-05-24Cleanup option handling.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-07Fix core_init definition.Emanuele Giaquinta
2006-10-20uptime command by Lauri Nurmi with some modifications by me, bug #458.Emanuele Giaquinta
2006-10-20Change default value of override_coredump_limit to FALSE.Emanuele Giaquinta
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2002-10-19Handle correctly g_get_home_dir() returning NULL, assume it's the currentTimo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-02-15fixed module_uniq_destroy() callsTimo Sirainen
2002-02-10added #define IRSSI_HOME_CONFIGTimo Sirainen
2002-02-07only the first of --home / --config parameters were parsed, which broke eg.Timo Sirainen
2002-01-04Use static arrays, so it works with non-ansi C compilers.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-10-21added irssi_init_finished variable to core.h which is TRUE after "irssi initTimo Sirainen
2001-09-10/SET override_coredump_limit - sets core file size to unlimited if set ONTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-07-16--home, --config parameters now expand relative paths to absolute at startup.Timo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-14"gui dialog" signals can now be safely emitted before the GUI is initializedTimo Sirainen
2001-06-01moved /SET ignore_signals to core.Timo Sirainen
2001-02-10Write buffer - logs and rawlogs write to files through this. By defaultTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-21Nickmatch cache. A couple of helper functions to check if channel nicksTimo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-10-26Win32 updatesTimo Sirainen
2000-10-09Moved ignore to core.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-27modules are deinitialized at quit.Timo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-04-26..adding new files..Timo Sirainen