summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2002-12-31don't crash with /set completion_keep_privates 0Timo Sirainen
2002-12-29typo: themes weren't defaulting their abstracts to internal themeTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28Added support to define new default abstracts at runtime.Timo Sirainen
2002-12-28/set ignore_hide_targets supports now also checking for servertag/targetTimo Sirainen
2002-12-23Make sure we aren't using a destroyed themeTimo Sirainen
2002-12-11Previous theme patch fixes by c0ffeeTimo Sirainen
2002-12-10A few fixes to make irssi work with garbage collected GLIB.Timo Sirainen
2002-12-04make printnicks globalTimo Sirainen
2002-12-04Better support %n in theme abstracts. Patch by c0ffee.Timo Sirainen
2002-11-21Create log file directories using /set log_create_file_mode + exec-bit.Timo Sirainen
2002-11-21completion_msg() is now publicTimo Sirainen
2002-11-15Try to choose better the window where we print when matching by level andTimo Sirainen
2002-11-15/WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing windowTimo Sirainen
2002-10-21Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses asTimo Sirainen
2002-10-21/SERVER and /DISCONNECT handlers moved from irc to core.Timo Sirainen
2002-10-18don't crash when trying to print with non-existent module in theme..Timo Sirainen
2002-10-16When ignoring without any options, don't print the []Timo Sirainen
2002-10-16Adde -servertag to /MSG completion always with >1 connected servers.Timo Sirainen
2002-10-14Complete tags to /RECONNECT tooTimo Sirainen
2002-10-14More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATSTimo Sirainen
2002-10-14Autolog shouldn't crash when lines are written without destination windowTimo Sirainen
2002-10-14Better print /HILIGHT lines. Also cleanup for /IGNORE lines.Timo Sirainen
2002-10-14Better message for /IGNORETimo Sirainen
2002-10-14/LAYOUT SAVE doesn't crash anymore with /EXEC -interactivesTimo Sirainen
2002-10-14/UNQUERY and /WINDOW GOTO now ignores trailing whitespaceTimo Sirainen
2002-10-06/QUERY reverted back.Timo Sirainen
2002-10-03msgs window didn't include ACTIONS but status did, so private actions wentTimo Sirainen
2002-09-19"/QUERY" no longer unqueries, but just complains about not getting enoughTimo Sirainen
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-29/FOREACH WINDOW /WINDOW CLOSE could crash irssi.Timo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-22/RELOADing broken theme file doesn't crash irssi anymore.Timo 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-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-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