summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-13max_query_chans set to 1 by default. Set to 10 in networks where it's knownTimo Sirainen
2001-08-13/INVITELIST prints "Invite list is empty" message and complains about notTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-08-12textbuffer_view_remove_line() fixes (with a small kludge..)Timo Sirainen
2001-08-12One more limit to "key" names - it can't start with a digit. This allows usTimo Sirainen
2001-08-12Bugfix to keyb. code :) And now the "key" names can contain onlyTimo Sirainen
2001-08-12Keyboard 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-09Removed some extra ';' chars which made it not compile with perl 5.00x.Timo Sirainen
2001-08-09Added Irssi::TextUI.Timo Sirainen
2001-08-09/VERSION command and /SV alias now print the version date too.Timo Sirainen
2001-08-08Irssi 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-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-08-08Restoring window layout shouldn't make the queries active.Timo Sirainen
2001-08-08Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resetsTimo Sirainen
2001-08-08If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,Timo Sirainen
2001-08-08Never 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-08Fixed leaking window binds. They were added but rarely removed.Timo Sirainen
2001-08-08one more extra cleanup for textbuffer_remove_all_lines()Timo Sirainen
2001-08-08Some extra cleanups for /SB CLEAR.Timo Sirainen
2001-08-08/SET autofocus_new_items ON - if newly created window items should be setTimo Sirainen
2001-08-08/WINDOW BALANCE didn't work properly when topicbar was off. Added a fewTimo Sirainen
2001-08-08/NOTIFY printed '!' character after nick if mask was given.Timo Sirainen
2001-08-07Irssi crashed if loading script failed.Timo Sirainen
2001-08-07/SCRIPT RESET didn't work properly (start/stop functions were called inTimo Sirainen
2001-08-07Windows' parent weren't saved (but was restored..)Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-08-05/MSG * in empty window now prints "not joined" errorTimo Sirainen
2001-08-04statusbar_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-03Added sticky window information to /WINDOW.Timo Sirainen
2001-08-03Minor cleanup.Timo Sirainen
2001-08-03/WINDOW command now prints all information related to window.Timo Sirainen
2001-07-31Stop 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 toTimo Sirainen
2001-07-30bugfix for parameter handling...Timo Sirainen
2001-07-30/SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPTTimo Sirainen
2001-07-30Script name is printed now correctly if there's an error inTimo Sirainen
2001-07-30/TOGGLE didn't send "setup changed" signalTimo Sirainen
2001-07-29"\n", not '\n'..Timo Sirainen
2001-07-29/SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed withTimo Sirainen
2001-07-29Signals weren't removed correctly.Timo Sirainen
2001-07-29don't use strict since it was forced to scripts too. added a missing $.Timo Sirainen
2001-07-29forgot module-formats.hTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29/NAMES #channel_you're_not_joined doesn't print the "total of xx nick" lineTimo Sirainen
2001-07-29fixTimo Sirainen