summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2002-09-18/CYCLE !channel works now properly tooTimo Sirainen
2002-09-18!channels weren't rejoined to correct window after reconnect/cycle.Timo Sirainen
2002-09-15when server connection was finished, it didn't move from connect_server toTimo Sirainen
2002-09-14added /WINDOW MOVE FIRST and /WINDOW MOVE LAST.Timo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-09-07autologs weren't closed when channel was left, or query was destroyedTimo Sirainen
2002-08-31changed /FORMAT default_event -> default_event_server (sorry for breakingTimo Sirainen
2002-08-29/FOREACH WINDOW /WINDOW CLOSE could crash irssi.Timo Sirainen
2002-08-26A few missing parts from SSL patch.Timo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
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-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-07-16comment updateTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2002-07-01comment updateTimo Sirainen
2002-07-01the -nick fix broke things :) now a proper fixTimo 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-06-19strip_codes() didn't handle ANSI colors properly, and if used at the end ofTimo Sirainen
2002-06-13updated dancer's channel forwarding support - using +f channel mode now, andTimo Sirainen
2002-06-13Wallop actions fixedTimo 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-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-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-05Finally - /^msg nick never autocreates an empty window anymore. Added newTimo 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
2002-05-31"message own_public" should be printed with channel's visible_name, notTimo 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-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-19hilight + 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 youTimo Sirainen
2002-05-18banlist_find() is now public. "event 367" (banlist) shows now ban number inTimo Sirainen
2002-05-17more typedef struct separations.Timo Sirainen
2002-05-16Added /COMPLETION -delete and some fixes.Timo Sirainen
2002-05-16Added /COMPLETION command for tab + auto-completion. Config file formatTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen