summaryrefslogtreecommitdiff
path: root/src/core/ignore.c
AgeCommit message (Expand)Author
2018-06-09missing spacevague666
2018-06-07simplifying codevague666
2018-06-05Added HIDDEN level to ignoresvague666
2017-06-05get rid of new_textailin-nemui
2017-06-04Refactor regex and implement UTF8 mode for GRegexailin-nemui
2017-01-05fix GRegex GError problemailin-nemui
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Use the RAW flag when building the regexps.LemonBoy
2017-01-02Rebase against master.LemonBoy
2017-01-02Remove the regexp_compiled field.LemonBoy
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-01-03Don't break the API.LemonBoy
2016-01-03Clean up the ignore_find API to make it more powerful.LemonBoy
2015-11-22Let ignore_check do its work when server is NULLLemonBoy
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-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-08-23Speed up /reload when there are many ignores.Paul Johnson
2014-07-04Merge pull request #80 from dgl/noactAlexander Færøy
2014-06-30Make /ignore -replies work with NO_ACTDavid Leadbeater
2014-06-30Change NO_ACT so it can be used in addition to other ignoresDavid Leadbeater
2014-06-30Warn with error if regexp ignore fails to parseDavid 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
2008-03-14Honour -channels preference for ignore -replies, fix bug #227.Emanuele Giaquinta
2008-03-14Make ignore exceptions take precedence over ignores in all cases, as documented.Emanuele Giaquinta
2008-03-14Remove code duplication in ignore_check.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-05-18Updating existing ignore didn't recompile the regexp.Timo Sirainen
2002-05-18still fixingTimo Sirainen
2002-05-18servertag needs to be saved too ..Timo Sirainen
2002-05-18save temporary ignores to config file with timestamp when to unignore.Timo Sirainen
2002-02-10Removed some old backwards compatibility code.Timo Sirainen
2002-02-03Added target_type to send_message(), -channel and -nick parameters to /MSGTimo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2001-12-09Regexp-ignores weren't compiled at startup - thanks to Manoj KasichainulaTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-07-15New /IGNOREs weren't immediately effective for nicks in channel. Some smallTimo Sirainen
2001-03-24ignore_check(): don't crash if nick is NULL - shouldn't really ever happen?Timo Sirainen
2001-03-04Ignores without -time were unignored immediately..Timo 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-02-06check_ignore() didn't check correctly if everything in specified levelTimo Sirainen
2001-01-28Ignores without nick masks didn't workTimo Sirainen
2001-01-28Ignore didn't check properly nick masks that contained only nickTimo Sirainen
2001-01-28bugfixTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen