summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2001-01-31Print own mode changes immediately to screen without the 2sec wait.Timo Sirainen
2001-01-31Print the color hilight with two digits so it won't accidentally use theTimo Sirainen
2001-01-29/nctcp crashedTimo 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-28Removed own_wall msg format, using now the same as @#channel messages.Timo 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-28Print notify joins, unaways and unidles with HILIGHT level.Timo 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-28Netjoin mode printing: handle +v and +h like +o was handled (joins:Timo 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-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen
2001-01-18memmove() -> g_memmove()Timo 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-14Added my_asctime()Timo 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-09query_find() didn't check for queries with no active serverTimo 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-07"MODE #channel b" list wasn't printed correctlyTimo 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