Age | Commit message (Expand) | Author |
2002-11-21 | completion_msg() is now public | Timo Sirainen |
2002-11-15 | Try to choose better the window where we print when matching by level and | Timo Sirainen |
2002-11-15 | /WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing window | Timo Sirainen |
2002-10-21 | Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses as | Timo Sirainen |
2002-10-21 | /SERVER and /DISCONNECT handlers moved from irc to core. | Timo Sirainen |
2002-10-18 | don't crash when trying to print with non-existent module in theme.. | Timo Sirainen |
2002-10-16 | When ignoring without any options, don't print the [] | Timo Sirainen |
2002-10-16 | Adde -servertag to /MSG completion always with >1 connected servers. | Timo Sirainen |
2002-10-14 | Complete tags to /RECONNECT too | Timo Sirainen |
2002-10-14 | More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATS | Timo Sirainen |
2002-10-14 | Autolog shouldn't crash when lines are written without destination window | Timo Sirainen |
2002-10-14 | Better print /HILIGHT lines. Also cleanup for /IGNORE lines. | Timo Sirainen |
2002-10-14 | Better message for /IGNORE | Timo Sirainen |
2002-10-14 | /LAYOUT SAVE doesn't crash anymore with /EXEC -interactives | Timo Sirainen |
2002-10-14 | /UNQUERY and /WINDOW GOTO now ignores trailing whitespace | Timo Sirainen |
2002-10-06 | /QUERY reverted back. | Timo Sirainen |
2002-10-03 | msgs window didn't include ACTIONS but status did, so private actions went | Timo Sirainen |
2002-09-19 | "/QUERY" no longer unqueries, but just complains about not getting enough | Timo Sirainen |
2002-09-18 | /CYCLE !channel works now properly too | Timo Sirainen |
2002-09-18 | !channels weren't rejoined to correct window after reconnect/cycle. | Timo Sirainen |
2002-09-15 | when server connection was finished, it didn't move from connect_server to | Timo Sirainen |
2002-09-14 | added /WINDOW MOVE FIRST and /WINDOW MOVE LAST. | Timo Sirainen |
2002-09-14 | statusbar is now also updated for connecting-servers. | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-09-07 | autologs weren't closed when channel was left, or query was destroyed | Timo Sirainen |
2002-08-29 | /FOREACH WINDOW /WINDOW CLOSE could crash irssi. | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-22 | /RELOADing broken theme file doesn't crash irssi anymore. | 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 | 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-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-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 |