Age | Commit message (Expand) | Author |
2002-08-22 | /RELOADing broken theme file doesn't crash irssi anymore. | Timo Sirainen |
2002-08-21 | Added support for 439 numeric ("Target change too fast") which may tell that | Timo Sirainen |
2002-07-16 | comment update | Timo Sirainen |
2002-07-16 | '\' characters in nicks were skipped when sending messages in queries. | Timo Sirainen |
2002-07-01 | comment update | Timo Sirainen |
2002-07-01 | the -nick fix broke things :) now a proper fix | Timo Sirainen |
2002-07-01 | nick tracking change: now it renames the query only if the old nick doesn't | Timo Sirainen |
2002-07-01 | Query nick tracking: don't change query's nick if both the old and new nicks | Timo Sirainen |
2002-07-01 | fixed query to work with nicks beginning with '-' char | Timo Sirainen |
2002-06-19 | strip_codes() didn't handle ANSI colors properly, and if used at the end of | Timo Sirainen |
2002-06-13 | updated dancer's channel forwarding support - using +f channel mode now, and | Timo Sirainen |
2002-06-13 | Wallop actions fixed | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-06 | /NAMES list isn't displayed on join when channel is joined because of | Timo Sirainen |
2002-06-06 | use signal_add_last("channel joined") for printing /NAMES list | Timo Sirainen |
2002-06-06 | Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the names | Timo Sirainen |
2002-06-06 | /SET -default changes setting to it's default value. | Timo Sirainen |
2002-06-06 | Lines beginning with '#' in ~/.irssi/startup file are now treated as | Timo Sirainen |
2002-06-06 | When completing words beginning with '/' or '~' chars, treat them as | Timo Sirainen |
2002-06-05 | Finally - /^msg nick never autocreates an empty window anymore. Added new | Timo Sirainen |
2002-06-04 | /UNALIAS didn't work if it had space at the end. | Timo Sirainen |
2002-06-04 | /AWAY reason tab completion shouldn't append space at the end. | Timo Sirainen |
2002-06-04 | Don't set window's server yet at "server looking" stage, as everything isn't | Timo Sirainen |
2002-06-04 | /exec -interactive window items didn't have get_target() which crashed | Timo Sirainen |
2002-06-04 | Support for 330 whois event (auth) in qnet | Timo Sirainen |
2002-05-31 | Don't show the full channel name with own joins, because it's logged into | Timo Sirainen |
2002-05-31 | "message own_public" should be printed with channel's visible_name, not | Timo Sirainen |
2002-05-26 | /ALIAS and /UNALIAS completion, patch by c0ffee. | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-05-26 | /AWAY reason tab completion, patch by c0ffee. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-19 | hilight + keyboard fixes so it's possible for xirssi to modify them. | Timo Sirainen |
2002-05-18 | /IGNORE -pattern now always assumes you want to create a new ignore. If you | Timo Sirainen |
2002-05-18 | banlist_find() is now public. "event 367" (banlist) shows now ban number in | Timo Sirainen |
2002-05-17 | more typedef struct separations. | Timo Sirainen |
2002-05-16 | Added /COMPLETION -delete and some fixes. | Timo Sirainen |
2002-05-16 | Added /COMPLETION command for tab + auto-completion. Config file format | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-13 | /SET help_path now supports multiple paths separated with ':' - patch by c0ffee | Timo Sirainen |
2002-05-13 | /FORMAT whowas change: ircname -> was, maybe this will make automatic | Timo Sirainen |
2002-05-12 | Split nick and host for topic info format. | Timo Sirainen |
2002-05-12 | "alias xx", not "aliases xx".. | Timo Sirainen |
2002-05-12 | added "alias added" and "alias removed" signals. | Timo Sirainen |
2002-05-12 | /set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors. | Timo Sirainen |
2002-05-11 | removed the complaining about NULLs in string formats, they're more trouble | Timo Sirainen |
2002-05-10 | closing /EXEC -interactive window may have crashed irssi. | Timo Sirainen |
2002-05-10 | window_bind_add() the query->server_tag, not server->tag as server can be | Timo Sirainen |
2002-05-08 | /SET hilight_nick_matches - NO disables hilighting your own nick at | Timo Sirainen |
2002-05-04 | window_set_name() - when setting it to "", set it NULL instead. | Timo Sirainen |
2002-05-04 | don't leave active_win corrupted if last window is killed. | Timo Sirainen |