summaryrefslogtreecommitdiff
path: root/src/core/ignore.c
AgeCommit message (Expand)Author
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
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-07minor cleanupsTimo Sirainen
2000-11-07Regexp ignores are now compiled when they're created, not every timeTimo Sirainen
2000-10-09Moved ignore to core.Timo Sirainen