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
Age
Commit message (
Expand
)
Author
2001-08-13
/LOG OPEN -color, /SET awaylog_colors - specifies that the color codes
Timo Sirainen
2001-08-12
textbuffer_view_remove_line() fixes (with a small kludge..)
Timo Sirainen
2001-08-12
One more limit to "key" names - it can't start with a digit. This allows us
Timo Sirainen
2001-08-12
Bugfix to keyb. code :) And now the "key" names can contain only
Timo Sirainen
2001-08-12
Keyboard code fixes - meta-arrows etc. should work now correctly.
Timo Sirainen
2001-08-12
/WINDOW CLOSE <first> didn't work if <last> too wasn't specified..
Timo Sirainen
2001-08-09
Removed some extra ';' chars which made it not compile with perl 5.00x.
Timo Sirainen
2001-08-09
Added Irssi::TextUI.
Timo Sirainen
2001-08-09
/VERSION command and /SV alias now print the version date too.
Timo Sirainen
2001-08-08
Irssi crashed if script died in a signal handler.
Timo Sirainen
2001-08-08
"mail counter" signal is now sent when mail counter is updated in statusbar.
Timo Sirainen
2001-08-08
Added function expand_escapes() which handles now escaping /EVAL and input
Timo Sirainen
2001-08-08
Restoring window layout shouldn't make the queries active.
Timo Sirainen
2001-08-08
Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resets
Timo Sirainen
2001-08-08
If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,
Timo Sirainen
2001-08-08
Never insert NUL characters to entry line (Ctrl-Space)
Timo Sirainen
2001-08-08
/BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>].
Timo Sirainen
2001-08-08
Fixed leaking window binds. They were added but rarely removed.
Timo Sirainen
2001-08-08
one more extra cleanup for textbuffer_remove_all_lines()
Timo Sirainen
2001-08-08
Some extra cleanups for /SB CLEAR.
Timo Sirainen
2001-08-08
/SET autofocus_new_items ON - if newly created window items should be set
Timo Sirainen
2001-08-08
/WINDOW BALANCE didn't work properly when topicbar was off. Added a few
Timo Sirainen
2001-08-08
/NOTIFY printed '!' character after nick if mask was given.
Timo Sirainen
2001-08-07
Irssi crashed if loading script failed.
Timo Sirainen
2001-08-07
/SCRIPT RESET didn't work properly (start/stop functions were called in
Timo Sirainen
2001-08-07
Windows' parent weren't saved (but was restored..)
Timo Sirainen
2001-08-07
Restoring layout for split windows works betters now. Some sticky window
Timo Sirainen
2001-08-05
/MSG * in empty window now prints "not joined" error
Timo Sirainen
2001-08-04
statusbar_item_redraw() didn't work properly with multiple split windows.
Timo Sirainen
2001-08-04
/UNIGNORE - skip spaces at end of line.
Timo Sirainen
2001-08-03
/WINDOW STICK changes - If ref# is given and it's in another split window,
Timo Sirainen
2001-08-03
Added sticky window information to /WINDOW.
Timo Sirainen
2001-08-03
Minor cleanup.
Timo Sirainen
2001-08-03
/WINDOW command now prints all information related to window.
Timo Sirainen
2001-07-31
Stop scripts when there's error in signal/timeout/input handler.
Timo Sirainen
2001-07-30
--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to
Timo Sirainen
2001-07-30
bugfix for parameter handling...
Timo Sirainen
2001-07-30
/SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPT
Timo Sirainen
2001-07-30
Script name is printed now correctly if there's an error in
Timo Sirainen
2001-07-30
/TOGGLE didn't send "setup changed" signal
Timo Sirainen
2001-07-29
"\n", not '\n'..
Timo Sirainen
2001-07-29
/SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed with
Timo Sirainen
2001-07-29
Signals weren't removed correctly.
Timo Sirainen
2001-07-29
don't use strict since it was forced to scripts too. added a missing $.
Timo Sirainen
2001-07-29
forgot module-formats.h
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen
2001-07-29
/NAMES #channel_you're_not_joined doesn't print the "total of xx nick" line
Timo Sirainen
2001-07-29
fix
Timo Sirainen
2001-07-29
" <tab>" in query printed glib warnings.
Timo Sirainen
2001-07-29
bugfix
Timo Sirainen
[next]