Age | Commit message (Expand) | Author |
2002-07-16 | '\' characters in nicks were skipped when sending messages in queries. | Timo Sirainen |
2002-07-16 | since some servers nowadays don't like having "-" as user/realname, changed | Timo Sirainen |
2002-07-04 | Using Irssi::Ignore crashed | 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 | cmd_get_quoted_params() fixes | 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-07-01 | Moved setlocale() at the beginning of initialization, should fix regexp | Timo Sirainen |
2002-06-19 | Updated version number. | Timo Sirainen |
2002-06-19 | strip_codes() didn't handle ANSI colors properly, and if used at the end of | Timo Sirainen |
2002-06-15 | '/' char shouldn't be used in command() examples. | Timo Sirainen |
2002-06-13 | updated dancer's channel forwarding support - using +f channel mode now, and | Timo Sirainen |
2002-06-13 | added -formats | Timo Sirainen |
2002-06-13 | Wallop actions fixed | Timo Sirainen |
2002-06-10 | $X expando didn't check if server type was irc properly, and crashed. | Timo Sirainen |
2002-06-07 | irsis --dummy 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 | Levels are now defined as enums, not #defines. | 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 | /SET irssiproxy_bind specifies the IP where to listen in, patch by BC-bd | 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-06 | Added default meta-d = delete_next_word | Timo Sirainen |
2002-06-05 | Finally - /^msg nick never autocreates an empty window anymore. Added new | Timo Sirainen |
2002-06-05 | "/MODE !channel" should send the full name to server | 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-30 | server_find_tag() shouldn't return servers in lookup_servers list, | Timo Sirainen |
2002-05-28 | when destroying channel, it really should be removed also from | Timo Sirainen |
2002-05-26 | /ALIAS and /UNALIAS completion, patch by c0ffee. | Timo Sirainen |
2002-05-26 | event_cannot_join() - changed check from NAMES got -> JOIN got, so the | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-05-26 | /AWAY reason tab completion, patch by c0ffee. | Timo Sirainen |
2002-05-26 | use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). Maybe | Timo Sirainen |
2002-05-21 | bugfix | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-20 | Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-19 | When reconnected to server, send the away message directly to server instead | Timo Sirainen |