Age | Commit message (Expand) | Author |
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-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 | /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-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-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 |
2002-05-02 | Added completion for /LOAD and /WINDOW ITEM MOVE. | Timo Sirainen |
2002-05-02 | reversed the window->items change, it broke ^X | Timo Sirainen |
2002-05-02 | format_read_arglist() now prints the format name also when complaining about | Timo Sirainen |
2002-05-01 | Removed the "GLib" text from glib_error format, to stop people thinking they | Timo Sirainen |
2002-04-30 | keep the window items sorted in window->items list, based on when they were | Timo Sirainen |
2002-04-29 | make sure nick changes in query don't print warning if query->address is | Timo Sirainen |
2002-04-28 | added host param to your_nick_changed format too | Timo Sirainen |
2002-04-27 | add temporary window bind if connection is lost with dcc chat. | Timo Sirainen |
2002-04-27 | /layout save saves !channels using the short name now, so they work properly | Timo Sirainen |
2002-04-27 | /EXEC -quiet now hides the output entirely. | Timo Sirainen |
2002-04-27 | /BIND list changes: added header/footer, added %#, bind_key -> bind_list | Timo Sirainen |
2002-04-26 | %# now toggles monospace font on/off. fe-text doesn't care about it, but | Timo Sirainen |
2002-04-26 | /WINDOW GOTO channel|query didn't work if their server was different from | Timo Sirainen |
2002-04-25 | some nick change events didn't print the address parameter. | Timo Sirainen |
2002-04-21 | struct naming changes | Timo Sirainen |
2002-04-17 | /QUERY existing_nick now switches to the window where it exists, instead of | Timo Sirainen |
2002-04-17 | "gui print text" signal changed, last parameter is now TEXT_DEST_REC, not | Timo Sirainen |
2002-04-17 | /WINDOW ITEM GOTO now accepts a number too, to jump to nth window item. | Timo Sirainen |
2002-04-15 | fixed several signal leaks | Timo Sirainen |
2002-04-15 | GLib errors printed to stderr didn't contain \n | Timo Sirainen |
2002-04-14 | /EXEC -interactive : only numbered /execs should have the % prefix. | Timo Sirainen |
2002-04-14 | /WINDOW NAME now ignores if you're setting same name to it without | Timo Sirainen |
2002-04-13 | If some keycombo can't be expanded, add it to state list as-is so it can use | Timo Sirainen |