summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09updatesTimo Sirainen
2001-08-09Check that IPv6 structures are found if --enable-ipv6 is given.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-09irssi-version.h is now updated by CVS daily instead of being generated byTimo Sirainen
2001-08-08Irssi crashed if script died in a signal handler.Timo Sirainen
2001-08-08Some cleanups, complains if not run in channel.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-08Added CALC alias had broken the config.Timo 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-08Version number updateTimo 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-07Version number updateTimo Sirainen
2001-08-06Version number updateTimo Sirainen
2001-08-05/MSG * in empty window now prints "not joined" errorTimo Sirainen
2001-08-05Version number updateTimo Sirainen
2001-08-04Version number updateTimo 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-08-03Version number updateTimo Sirainen
2001-08-02Version number updateTimo Sirainen
2001-08-01Version number updateTimo Sirainen
2001-07-31Version number updateTimo 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-30A bit more portable calc - use awk instead of echo -nTimo Sirainen
2001-07-30added /CALC aliasTimo Sirainen
2001-07-30bugfix for parameter handling...Timo Sirainen
2001-07-30/SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPTTimo Sirainen