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
Age
Commit message (
Expand
)
Author
2001-10-20
$~ crashed if arglist was empty
Timo Sirainen
2001-10-15
fixed a small memleak when unloading module
Timo Sirainen
2001-10-14
Fixed some memory leaks.
Timo Sirainen
2001-10-13
"extern const char *default_config;" - some other parts of irssi might want
Timo Sirainen
2001-10-02
Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we
Timo Sirainen
2001-09-23
added expando_get_signals() and special_vars_get_signals() to return list
Timo Sirainen
2001-09-20
s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're called
Timo Sirainen
2001-09-20
$*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS.
Timo Sirainen
2001-09-20
special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so
Timo Sirainen
2001-09-11
autolog: target name is now always lowercased with irc protocol.
Timo Sirainen
2001-09-11
/LOAD fixes for modules with no core part, and /LOAD ~/...
Timo Sirainen
2001-09-10
/SET override_coredump_limit - sets core file size to unlimited if set ON
Timo Sirainen
2001-09-08
Loading modules that didn't have "core" part didn't work (eg. irc_proxy).
Timo Sirainen
2001-08-31
Expando lookup crashed with hi-ascii chars.
Timo Sirainen
2001-08-17
Module loading fixes.
Timo Sirainen
2001-08-14
Some internal changes how /SERVER command works. Added /SERVER PURGE
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen
2001-08-14
minor speedups and signal removing fixes
Timo Sirainen
2001-08-13
/LOG OPEN -color, /SET awaylog_colors - specifies that the color codes
Timo Sirainen
2001-08-08
Added function expand_escapes() which handles now escaping /EVAL and input
Timo Sirainen
2001-08-08
If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,
Timo Sirainen
2001-08-05
/MSG * in empty window now prints "not joined" error
Timo Sirainen
2001-07-29
Signals weren't removed correctly.
Timo Sirainen
2001-07-29
Fixed /RELOAD crashing without parameters.
Timo Sirainen
2001-07-26
added destroy() function to WI_ITEM_REC. This fixes a potential crash when
Timo Sirainen
2001-07-25
fixed using already free'd memory.
Timo Sirainen
2001-07-16
command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMAND
Timo Sirainen
2001-07-16
--home, --config parameters now expand relative paths to absolute at startup.
Timo Sirainen
2001-07-15
New /IGNOREs weren't immediately effective for nicks in channel. Some small
Timo Sirainen
2001-07-15
Moved awaylog to core.
Timo Sirainen
2001-07-15
Another /FOREACH update - it only goes through the current
Timo Sirainen
2001-07-15
Added --home and --config command line parameters to irssi to specify
Timo Sirainen
2001-07-14
/FOREACH won't crash now if the command removes the item being accessed
Timo Sirainen
2001-07-14
"gui dialog" signals can now be safely emitted before the GUI is initialized
Timo Sirainen
2001-07-13
uname() returns non-negative if successful, not necessarily 0.
Timo Sirainen
2001-07-05
Moved location of config, theme and doc files. Added debian dir for building ...
Timo Sirainen
2001-06-27
Using different ports in one server for different chat networks didn't work
Timo Sirainen
2001-06-26
"log rotate" -> "log rotated"
Timo Sirainen
2001-06-26
special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } chars
Timo Sirainen
2001-06-26
moved "log rotate" after the logging was stopped.
Timo Sirainen
2001-06-26
"log rotate" signal added
Timo Sirainen
2001-06-11
get_max_column_count() didn't work properly if items had wider items than
Timo Sirainen
2001-06-10
Getting optional channel parameter was buggy - it used already free'd memory
Timo Sirainen
2001-06-08
Try to keep the number after server tag always the same when there's
Timo Sirainen
2001-06-04
/LOAD: when using '.' character in module name irssi printed glib error
Timo Sirainen
2001-06-01
moved /SET ignore_signals to core.
Timo Sirainen
2001-05-21
get_max_column_count() didn't return correct value in save_column_widths
Timo Sirainen
2001-05-17
Getting rid of gettext, moved some _(..) texts to themes and left some error
Timo Sirainen
2001-05-17
some comment changes, moved nearest_power() to misc.h
Timo Sirainen
2001-05-11
cmd_get_params() crashed in some conditions
Timo Sirainen
[next]