summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-22Added $2 = numeric to /FORMAT default_eventTimo Sirainen
2002-08-22/RELOADing broken theme file doesn't crash irssi anymore.Timo Sirainen
2002-08-22When checking for autojoin-on-invite channels, also check the short !channelTimo Sirainen
2002-08-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-08-14Removed generation of startup-HOWTO.txt, people should be able to read theTimo Sirainen
2002-08-14removed spaces inside <pre> tags.Timo Sirainen
2002-08-09s/IRCNet/IRCnet/Timo Sirainen
2002-08-09/DISCONNECT <tag> works again for not-yet-connected servers.Timo Sirainen
2002-08-08another crashfixTimo Sirainen
2002-08-08crashfix for sbitem->{window}Timo Sirainen
2002-08-08Added window variable to Irssi::TextUI::StatusbarItemTimo Sirainen
2002-08-05Changed CTCP handler to remove the later \001 only if it was at the end ofTimo Sirainen
2002-07-16If log file path contains any $variables or %time codes, create theTimo Sirainen
2002-07-16comment updateTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2002-07-16since some servers nowadays don't like having "-" as user/realname, changedTimo Sirainen
2002-07-04Using Irssi::Ignore crashedTimo Sirainen
2002-07-01comment updateTimo Sirainen
2002-07-01the -nick fix broke things :) now a proper fixTimo Sirainen
2002-07-01cmd_get_quoted_params() fixesTimo Sirainen
2002-07-01nick tracking change: now it renames the query only if the old nick doesn'tTimo Sirainen
2002-07-01Query nick tracking: don't change query's nick if both the old and new nicksTimo Sirainen
2002-07-01fixed query to work with nicks beginning with '-' charTimo Sirainen
2002-07-01Moved setlocale() at the beginning of initialization, should fix regexpTimo Sirainen
2002-06-19Updated version number.Timo Sirainen
2002-06-19strip_codes() didn't handle ANSI colors properly, and if used at the end ofTimo Sirainen
2002-06-15'/' char shouldn't be used in command() examples.Timo Sirainen
2002-06-13updated dancer's channel forwarding support - using +f channel mode now, andTimo Sirainen
2002-06-13added -formatsTimo Sirainen
2002-06-13Wallop actions fixedTimo Sirainen
2002-06-10$X expando didn't check if server type was irc properly, and crashed.Timo Sirainen
2002-06-07irsis --dummy fixed.Timo Sirainen
2002-06-07Empty 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 ofTimo Sirainen
2002-06-06use signal_add_last("channel joined") for printing /NAMES listTimo Sirainen
2002-06-06Levels are now defined as enums, not #defines.Timo Sirainen
2002-06-06Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the namesTimo 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-bdTimo Sirainen
2002-06-06Lines beginning with '#' in ~/.irssi/startup file are now treated asTimo Sirainen
2002-06-06When completing words beginning with '/' or '~' chars, treat them asTimo Sirainen
2002-06-06Added default meta-d = delete_next_wordTimo Sirainen
2002-06-05Finally - /^msg nick never autocreates an empty window anymore. Added newTimo Sirainen
2002-06-05"/MODE !channel" should send the full name to serverTimo 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-04Don't set window's server yet at "server looking" stage, as everything isn'tTimo Sirainen
2002-06-04/exec -interactive window items didn't have get_target() which crashedTimo Sirainen
2002-06-04Support for 330 whois event (auth) in qnetTimo Sirainen
2002-05-31Don't show the full channel name with own joins, because it's logged intoTimo Sirainen