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
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