index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.c
Age
Commit message (
Expand
)
Author
2008-12-22
Remove useless net-sendbuffer init/deinit functions.
Emanuele Giaquinta
2008-04-28
Make some variables static.
Emanuele Giaquinta
2008-02-03
Remove popt and use glib GOption commandline option parser
Emanuele Giaquinta
2007-05-26
Oops.
Emanuele Giaquinta
2007-05-24
Cleanup option handling.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-04-07
Fix core_init definition.
Emanuele Giaquinta
2006-10-20
uptime command by Lauri Nurmi with some modifications by me, bug #458.
Emanuele Giaquinta
2006-10-20
Change default value of override_coredump_limit to FALSE.
Emanuele Giaquinta
2004-08-20
Recode patch by decadix/senneth
Timo Sirainen
2002-10-19
Handle correctly g_get_home_dir() returning NULL, assume it's the current
Timo Sirainen
2002-03-10
SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE when
Timo Sirainen
2002-02-15
fixed module_uniq_destroy() calls
Timo Sirainen
2002-02-10
added #define IRSSI_HOME_CONFIG
Timo Sirainen
2002-02-07
only the first of --home / --config parameters were parsed, which broke eg.
Timo Sirainen
2002-01-04
Use 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 active
Timo Sirainen
2001-10-21
added irssi_init_finished variable to core.h which is TRUE after "irssi init
Timo Sirainen
2001-09-10
/SET override_coredump_limit - sets core file size to unlimited if set ON
Timo Sirainen
2001-08-14
Module 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-15
Moved awaylog to core.
Timo Sirainen
2001-07-15
Added --home and --config command line parameters to irssi to specify
Timo Sirainen
2001-07-14
"gui dialog" signals can now be safely emitted before the GUI is initialized
Timo Sirainen
2001-06-01
moved /SET ignore_signals to core.
Timo Sirainen
2001-02-10
Write buffer - logs and rawlogs write to files through this. By default
Timo Sirainen
2001-01-28
Ignoring updates. Added support for nickmatch cache. One ignore can't
Timo Sirainen
2001-01-21
Nickmatch cache. A couple of helper functions to check if channel nicks
Timo Sirainen
2000-12-17
Settings are now stored in module-specific blocks. Irssi complains
Timo Sirainen
2000-12-05
Split expandos from special-vars.c to expandos.c. Added list of signals
Timo Sirainen
2000-11-26
Perl fixes and additions. theme_register() / printformat() works now
Timo Sirainen
2000-10-26
Win32 updates
Timo Sirainen
2000-10-09
Moved ignore to core.
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-27
modules are deinitialized at quit.
Timo Sirainen
2000-09-01
Added chat protocol register. Changed all chat_type fields to use it.
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-07-16
Implemented network transmit buffer. If all data couldn't be sent
Timo Sirainen
2000-05-15
Lots of changes again. Biggest ones:
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen