summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
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
2001-02-03Added gui_printtext() function for printing text in printtext() formatTimo Sirainen
2001-01-31Print the color hilight with two digits so it won't accidentally use theTimo Sirainen
2001-01-28/SET activity_hide_targets now hides them even if level is MSGS. OnlyTimo Sirainen
2001-01-28/SET hilight_levels -> hilight_levelTimo Sirainen
2001-01-28/HELP, /NAMES: using now the column helper function in misc.c. /NAMESTimo Sirainen
2001-01-28WINDOW_REC: added width and height variablesTimo Sirainen
2001-01-28Emphasis are now expanded with own public/private messages. Added someTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-28/SET timestamp_format now specifies format of $Z. timestamp msg formatTimo Sirainen
2001-01-28Added TXT_WINDOW_LEVEL, changed most of the /WINDOW commands to printTimo Sirainen
2001-01-28%N does now same as %n, except in .theme files it always does theTimo Sirainen
2001-01-28/SET beep_on_msg -> /SET beep_msg_levelTimo Sirainen
2001-01-28/SET beep_on_msg -> beep_msg_levelTimo Sirainen
2001-01-28Spaces at the start of line confused the completion some.Timo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2001-01-26nickmatch-cache wasn't initialized if there wasn't hilights = { ... }Timo Sirainen
2001-01-22Removed MSGS from hilight_level, not very useful IMHOTimo Sirainen
2001-01-22strip_real_length() : bolds, underlines, etc. one character stylingTimo Sirainen
2001-01-21Highlighting updates. -word renamed to -full. Added new -word optionTimo Sirainen
2001-01-16added channel parameter to quit/nick messagesTimo Sirainen
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen
2001-01-14Use | instead of + when playing with ansi colors. Doesn't changeTimo Sirainen
2001-01-14/HELP without any parameters read data outside it's bufferTimo Sirainen
2001-01-14Minor speed enhancementTimo Sirainen
2001-01-14Check the return value of strftime() properlyTimo Sirainen
2001-01-13Added "exec new" and "exec remove" signals.Timo Sirainen
2001-01-13/SET activity_levels, hilight_levels, noact_channels ->Timo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-11/SET theme - complains if theme isn't found. Setting theme's name toTimo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-09/LOAD without parameters prints loaded modulesTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-07When using a /command that has only subcommands, print the list of theTimo Sirainen
2001-01-07Fixes for printing errors in themesTimo Sirainen
2001-01-07Template packing: After $variables the color could be anything, don'tTimo Sirainen
2001-01-06Removed window parameter from window_item_remove() andTimo Sirainen
2001-01-06theme updatesTimo Sirainen
2001-01-06When msg list is full, remove old messages, not new messages..Timo Sirainen
2001-01-05/HELP: Set indent to 0 when printing text. syntax.pl now changes tabsTimo Sirainen
2001-01-05printtext_string() fix, should actually work now :)Timo Sirainen
2001-01-05Added printtext_string() which works like printtext(), except it printsTimo Sirainen
2001-01-05/BIND comment updatesTimo Sirainen
2001-01-04Complain about errors in theme fileTimo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen