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
Age
Commit message (
Expand
)
Author
2001-10-14
perl_prefix_note shouldn't be printed if --enable-perl-path was given.
Timo Sirainen
2001-10-14
--with-perl-lib=site didn't work if --prefix was given
Timo Sirainen
2001-10-14
Fixed some memory leaks.
Timo Sirainen
2001-10-14
fixed a minor memleak
Timo Sirainen
2001-10-14
Irssi lost channel key for secret/private channels after join.
Timo Sirainen
2001-10-14
added delete_to_next_space command
Timo Sirainen
2001-10-14
delete_previous_word and delete_next_word now deletes only until
Timo Sirainen
2001-10-14
$winname expando didn't change on "window changed" signal.
Timo Sirainen
2001-10-14
Window-statusbars are created correctly with /RELOAD, some input line
Timo Sirainen
2001-10-14
Resizing terminal works now properly, also sends "terminal resized" signal
Timo Sirainen
2001-10-14
Removed hilighting from info-bar. Looks horrible with reversed text in
Timo Sirainen
2001-10-14
Reversed text (^V) works again.
Timo Sirainen
2001-10-14
fallback to sb_background in theme if no other statusbar background settings
Timo Sirainen
2001-10-14
$usermode's "user mode changed" signal had wrong argument check (server vs.
Timo Sirainen
2001-10-14
Irssi::timeout_add() and Irssi::input_add() now accepts any type of variable
Timo Sirainen
2001-10-13
updated for the statusbar
Timo Sirainen
2001-10-13
When active input line was destroyed, irssi didn't set active_entry to NULL.
Timo Sirainen
2001-10-13
expand ~ in --prefix. should fix at least some perl problems with
Timo Sirainen
2001-10-13
Configurable statusbar - see default config file (irssi.conf) for example
Timo Sirainen
2001-10-13
added statusbar configuration
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-10-01
Use the nick as target when printing notify messages, so they go to query win...
Timo Sirainen
2001-10-01
/HELP say by peter@catslair.demon.nl
Timo Sirainen
2001-10-01
/SET translation was broken - fixed by lam@e-gate.pl.
Timo Sirainen
2001-09-23
added expando_get_signals() and special_vars_get_signals() to return list
Timo Sirainen
2001-09-22
channel_create() wasn't called properly
Timo Sirainen
2001-09-22
added config_node_first() function to get the first non-comment node.
Timo Sirainen
2001-09-22
config_node_next() - Returns the next non-comment node in list. Use this
Timo Sirainen
2001-09-22
/SET translation now says if there were any errors
Timo Sirainen
2001-09-22
/COMMAND creation example fixed/updated.
Timo Sirainen
2001-09-21
updated
Timo Sirainen
2001-09-21
bind_key format updated. Doesn't truncate the key now.
Timo Sirainen
2001-09-20
When using /SET hostname ipv6:address, replace the ':' char with '_' so it
Timo Sirainen
2001-09-20
PARAMS -> ARGS fix again..
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-20
perl_signal_remove() didn't work.
Timo Sirainen
2001-09-19
updated
Timo Sirainen
2001-09-18
"Unknown chat network" error now tells to create it with /IRCNET ADD
Timo Sirainen
2001-09-17
Print the log's expanded file name when complaining about not being able to
Timo Sirainen
2001-09-13
..the same fix..
Timo Sirainen
2001-09-13
Don't crash if the IRC server doesn't print your nick in /NAMES list after
Timo Sirainen
2001-09-12
The new /SET dcc_port range didn't work properly..
Timo Sirainen
2001-09-11
/BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'..
Timo Sirainen
2001-09-11
escape_target() didn't escape / chars properly, it just crashed irssi..
Timo Sirainen
2001-09-11
It's now possible to stop single character /BINDs from printing to input
Timo Sirainen
2001-09-11
Updated "module xxx" signals.
Timo Sirainen
2001-09-11
Server notices shouldn't contain target field when printing it, it's always
Timo Sirainen
[next]