summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-ignore.c
AgeCommit message (Expand)Author
2018-06-06simplify codevague666
2018-06-05Added HIDDEN level to ignoresvague666
2017-06-04Refactor regex and implement UTF8 mode for GRegexailin-nemui
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Remove the regexp_compiled field.LemonBoy
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2016-07-12Minor cosmetic fix in /unignore error message.LemonBoy
2016-01-03Don't break the API.LemonBoy
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-04Merge pull request #80 from dgl/noactAlexander Færøy
2014-06-30Change NO_ACT so it can be used in addition to other ignoresDavid Leadbeater
2014-06-30Make it more obvious if -pattern wasn't provided to a regexp /ignoreDavid Leadbeater
2010-07-13Bug #748: Fix /ignore -network. Patch by pyropeterWouter Coekaerts
2009-02-08Code Cleanup:Alexander Færøy
2008-03-28Remove useless uses of replace_chars.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2004-07-11s/ircnet/network/ - patch by Joost VunderinkTimo Sirainen
2004-07-08Added -ircnet option to /IGNORE. Patch by Valentin BatzTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-10-16When ignoring without any options, don't print the []Timo Sirainen
2002-10-14Better print /HILIGHT lines. Also cleanup for /IGNORE lines.Timo Sirainen
2002-10-14Better message for /IGNORETimo Sirainen
2002-05-18/IGNORE -pattern now always assumes you want to create a new ignore. If youTimo Sirainen
2001-12-08/IGNORE list: Show the -pattern and also show if the regexp is invalid.Timo Sirainen
2001-11-18When printing /IGNORE list, if there's no ignores print theTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-08-04/UNIGNORE - skip spaces at end of line.Timo Sirainen
2001-07-15New /IGNOREs weren't immediately effective for nicks in channel. Some smallTimo Sirainen
2001-05-14/IGNORE: -word -> -full, like it's with /HILIGHT.Timo Sirainen
2001-05-11/IGNORE now defaults to ALL levelTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03ignore_get_key() moved to fe-common, fixed printing "*" ignore key.Timo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-13Forgot to move fe-ignore to core.Timo Sirainen