Age | Commit message (Expand) | Author |
2002-03-10 | /SET autoclose_query - now only last received private message affects when | Timo Sirainen |
2002-03-10 | Foreground ANSI colors weren't working | Timo Sirainen |
2002-02-25 | /FORMAT tab completion went to infinite loop if there was more spaces than | Timo Sirainen |
2002-02-22 | Window level matching code was a bit messy. Also, now the active window is | Timo Sirainen |
2002-02-22 | Highascii chars in replaces block in theme files could have crashed irssi. | Timo Sirainen |
2002-02-17 | Another crashfix | Timo Sirainen |
2002-02-17 | "whops" :) ^D<char> as last chars in line made some screen corruption and | Timo Sirainen |
2002-02-17 | Don't crash if special vars line ends with '$'. | Timo Sirainen |
2002-02-16 | /ACTION supports -servertag now and tab completion works with it like with | Timo Sirainen |
2002-02-16 | /RELOAD didn't update the statusbar colors the first time. /SET theme never | Timo Sirainen |
2002-02-15 | Added /SET window_check_level_first and /SET window_default_level. This allow... | Timo Sirainen |
2002-02-15 | window_activity() and window_item_activity() are now public. Added them to | Timo Sirainen |
2002-02-15 | Some /NAMES fixes | Timo Sirainen |
2002-02-13 | added user counts parameters to /NAMES header (not used by default), header/f... | Timo Sirainen |
2002-02-13 | That msg completion nick thing broke some other completions in msgs window, | Timo Sirainen |
2002-02-13 | don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1d | Timo Sirainen |
2002-02-11 | In msgs window, you can now complete anywhere /MSG completion nicks (eg. | Timo Sirainen |
2002-02-11 | -actcolor %n now means that the activity isn't changed. | Timo Sirainen |
2002-02-11 | "/WINDOW IMMORTAL" shows the mortal-state. Error messages are printed in | Timo Sirainen |
2002-02-10 | theme_format_compress_colors() doesn't assume the default color as %n | Timo Sirainen |
2002-02-10 | Layout save support for immortality.. | Timo Sirainen |
2002-02-10 | Support for "immortal" windows, that can't be closed until explicitly set to | Timo Sirainen |
2002-02-10 | Changed some clientnotices to clienterrors | Timo Sirainen |
2002-02-10 | /MSG completion should work with /QUERY as well | Timo Sirainen |
2002-02-10 | /BIND meta-k erase_completion - support for removing completion data. | Timo Sirainen |
2002-02-07 | Don't crash in /NAMES list if /SET names_max_width was too small | Timo Sirainen |
2002-02-06 | /EXEC's last output line wasn't printed if it didn't contain newline at end | Timo Sirainen |
2002-02-04 | Use the server tag printing with queries now too. | Timo Sirainen |
2002-02-04 | printtext(): you can now specify server target with tag name instead of | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-02 | Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL. | Timo Sirainen |
2002-02-01 | Don't eat unknown keys that aren't combinations | Timo Sirainen |
2002-01-31 | Unknown key bindings don't print the last invalid key anymore to input line. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-22 | removed some unused code. | Timo Sirainen |
2002-01-18 | /SAVE -formats saves all the /formats to theme file. | Timo Sirainen |
2002-01-10 | When /SET expand_escapes was ON, \012 and \015 should be treated as newlines | Timo Sirainen |
2002-01-09 | small bugfix, mirc color flag was set on unless both /set hide_mirc_colors | Timo Sirainen |
2001-12-27 | Don't add command to history if it's already in there as last entry. patch by... | Timo Sirainen |
2001-12-21 | /LOG OPEN -window accepts now -targets too to specify the refnum | Timo Sirainen |
2001-12-20 | Some crashfixes with command history. | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-16 | /VERSION printed time wrong, hopefully the last version fix.. | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | Print IRSSI_VERSION_TIME in /VERSION too. | Timo Sirainen |
2001-12-15 | irssi --version now prints the IRSSI_VERSION_TIME as well | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |