summaryrefslogtreecommitdiff
path: root/src/fe-common/core/hilight-text.c
AgeCommit message (Expand)Author
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-04-30Increased ABI versionisundil
2016-04-29Added case-sensitive regexp matching for hilightsisundil
2016-04-29changed command-line -case to -matchcaseB Thibault
2016-04-29Ref #421 (Add an option to make /hilight case sensitive)B Thibault
2016-04-29retabB Thibault
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui
2015-12-15Merge pull request #303 from vague666/fs275ailin-nemui
2015-11-09/hilight list print output with enabled flags, except when -word and -nick ar...Jari Matilainen
2015-09-24Applied patch from fs#275 to make /hilight -mask -line work properlyJari Matilainen
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-04-07Make sure NO_ACT isn't cleared when -actcolor %n is usedDavid Leadbeater
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-07-07cleanup hilight -network patchAilin Nemui
2014-07-07FS#155 hilight -tagManuel Leiner
2014-06-30Remove NO_ACT if we see a user specified hilightDavid Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2008-06-04Fix /set hilight_level not taking effect immediately (bug #598). Patch by exg.Wouter Coekaerts
2008-05-31Simplify, append directly to GString rather than allocating aEmanuele Giaquinta
2008-03-28Remove useless uses of replace_chars.Emanuele Giaquinta
2007-10-22Same for s/-fullword/-full/Wouter Coekaerts
2007-10-18Make /hilight output -mask instead of -nickmask, consistent with the paramete...Wouter Coekaerts
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-02-11Fixed output of /hilight (add a space after -levels if any).Valentin Batz
2004-10-06Fix HILIGHT -actcolor -mask (Bug 131)Wouter Coekaerts
2004-09-13Fix readded (changed) hilights being in config twice, resulted in duplicate h...Wouter Coekaerts
2003-01-06/HILIGHT listing was missing space sometimesTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-10-14Better print /HILIGHT lines. Also cleanup for /IGNORE lines.Timo Sirainen
2002-05-19hilight + keyboard fixes so it's possible for xirssi to modify them.Timo Sirainen
2002-02-11-actcolor %n now means that the activity isn't changed.Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2001-12-14warning fixedTimo Sirainen
2001-12-04Don't match nicks in -nick hilights.Timo Sirainen
2001-11-19/HILIGHT -actcolor didn't work with -nick (which was default)Timo Sirainen
2001-07-22fixed a small memory leakTimo Sirainen
2001-07-16added another hilight kludgeTimo Sirainen
2001-07-15Hilight fixes - mode lines shouldn't be hilighted accidentally anymore.Timo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-05-31removed "print text stripped" signal, the stripped text is now sent inTimo Sirainen
2001-03-17/HILIGHT -full didn't work, and -word was treated as -word + -full. UpdatedTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo 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-19Highlight colors can now have background color set with fg,bg. WorksTimo Sirainen
2001-02-10/SET hilight_act_color - default color to use for highlighting inTimo Sirainen