summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03When /SET autoclose_windows is ON, don't destroy windows if they haveTimo Sirainen
2001-03-03I knew removing those checks from "channel created" and "query created"Timo Sirainen
2001-03-03/JOIN #channel and /QUERY nick won't anymore automatically moveTimo Sirainen
2001-03-03Always save theme to ~/.irssi/ no matter where it was read from.Timo Sirainen
2001-03-03window_set_active() doesn't anymore send "window changed" signal ifTimo Sirainen
2001-03-03ignore_get_key() moved to fe-common, fixed printing "*" ignore key.Timo Sirainen
2001-03-03"channel created", "query created" .. don't abort adding window itemTimo Sirainen
2001-03-03HILIGHT level didn't work with logs.Timo Sirainen
2001-03-03/SET beep_when_window_active + some cleanupsTimo Sirainen
2001-03-03Removed all beep handling from text printing. If you want to beep justTimo Sirainen
2001-03-03/SET -clear didn't work with booleansTimo Sirainen
2001-02-27/WINDOW PREV -> /WINDOW PREVIOUSTimo Sirainen
2001-02-22/HELP can now display help of non-commands if the file just exists inTimo Sirainen
2001-02-22Word highlighting was buggyTimo Sirainen
2001-02-22strip_real_length(): initialize last_color_pos and last_color_len toTimo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-02-22Make a temporary window bind if you get kicked from channel. NeverTimo Sirainen
2001-02-21/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib logTimo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen
2001-02-21added format_get_length() for getting length of text part in a formatTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-20Errors reading/writing config and theme files are now handled properlyTimo Sirainen
2001-02-20Reload theme after /SET theme if it was modified.Timo Sirainen
2001-02-20multi identical nick fixesTimo Sirainen
2001-02-19/SERVER: if there's no servers, print "Not connected to any servers"Timo Sirainen
2001-02-19/TOGGLE without parameters now complains not having enough parameters..Timo Sirainen
2001-02-19Moved /HELP to fe-help.cTimo Sirainen
2001-02-19Highlight colors can now have background color set with fg,bg. WorksTimo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-19window_bind_remove_unsticky(): crashfixTimo Sirainen
2001-02-18Support for multiple identical nicknames.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-17log_write_rec(): added level parameter. writing /LASTLOG to log filesTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-16added fe-exec.hTimo Sirainen
2001-02-13Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" andTimo Sirainen
2001-02-11Removed SYNTAX: LOG LIST - the commands is /LOGTimo Sirainen
2001-02-10theme->default_color is now used again, added default_bold_color whichTimo Sirainen
2001-02-10/EXEC -interactive: Creates a query-like window item. Text written toTimo Sirainen
2001-02-10Changed window->waiting_channels ("servertag name" format) toTimo Sirainen
2001-02-10/SET hilight_act_color - default color to use for highlighting inTimo Sirainen
2001-02-10/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.Timo Sirainen
2001-02-10sticky_refnum is now saved and restoredTimo Sirainen
2001-02-10/WINDOW SERVER: added -sticky and -unsticky options. If window serverTimo Sirainen
2001-02-10window_item_set_active(): window->active_server was set wrong if thereTimo Sirainen
2001-02-09DCC chat nicks are in /MSG completion list now if chat isn't in query.Timo Sirainen
2001-02-06Don't autolog CTCPs by default (so CTCP floods don't create lots ofTimo Sirainen
2001-02-03added fe-channels.hTimo Sirainen