index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
ignore.c
Age
Commit message (
Expand
)
Author
2016-01-03
Don't break the API.
LemonBoy
2016-01-03
Clean up the ignore_find API to make it more powerful.
LemonBoy
2015-11-22
Let ignore_check do its work when server is NULL
LemonBoy
2015-04-17
Merge pull request #199 from ailin-nemui/config-parser
Alexander Færøy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2015-02-17
add CONFIG_REC to config_node_section* APIs
Ailin Nemui
2014-08-23
Speed up /reload when there are many ignores.
Paul Johnson
2014-07-04
Merge pull request #80 from dgl/noact
Alexander Færøy
2014-06-30
Make /ignore -replies work with NO_ACT
David Leadbeater
2014-06-30
Change NO_ACT so it can be used in addition to other ignores
David Leadbeater
2014-06-30
Warn with error if regexp ignore fails to parse
David Leadbeater
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2009-02-21
Reject invalid level specifications in /set.
Jilles Tjoelker
2008-03-14
Honour -channels preference for ignore -replies, fix bug #227.
Emanuele Giaquinta
2008-03-14
Make ignore exceptions take precedence over ignores in all cases, as documented.
Emanuele Giaquinta
2008-03-14
Remove code duplication in ignore_check.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2002-05-18
Updating existing ignore didn't recompile the regexp.
Timo Sirainen
2002-05-18
still fixing
Timo Sirainen
2002-05-18
servertag needs to be saved too ..
Timo Sirainen
2002-05-18
save temporary ignores to config file with timestamp when to unignore.
Timo Sirainen
2002-02-10
Removed some old backwards compatibility code.
Timo Sirainen
2002-02-03
Added target_type to send_message(), -channel and -nick parameters to /MSG
Timo Sirainen
2002-02-02
Comments are now allowed everywhere in config files.
Timo Sirainen
2001-12-09
Regexp-ignores weren't compiled at startup - thanks to Manoj Kasichainula
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-07-15
New /IGNOREs weren't immediately effective for nicks in channel. Some small
Timo Sirainen
2001-03-24
ignore_check(): don't crash if nick is NULL - shouldn't really ever happen?
Timo Sirainen
2001-03-04
Ignores without -time were unignored immediately..
Timo Sirainen
2001-03-03
fe-common/irc/flood removed. Some autoignore / ignore -time updates.
Timo Sirainen
2001-03-03
ignore_get_key() moved to fe-common, fixed printing "*" ignore key.
Timo Sirainen
2001-02-22
Autoignore fixes by fuchs (not tested, hope it works ;)
Timo Sirainen
2001-02-06
check_ignore() didn't check correctly if everything in specified level
Timo Sirainen
2001-01-28
Ignores without nick masks didn't work
Timo Sirainen
2001-01-28
Ignore didn't check properly nick masks that contained only nick
Timo Sirainen
2001-01-28
bugfix
Timo Sirainen
2001-01-28
Ignoring updates. Added support for nickmatch cache. One ignore can't
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2000-12-17
Improved nick_match_msg() - it shouldn't give wrong matches as easily
Timo Sirainen
2000-11-26
config changes, CONFIG_REC is now required parameter for
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-18
Win32 fixes - Irssi now compiles with MSVC++ :)
Timo Sirainen
2000-11-07
minor cleanups
Timo Sirainen
2000-11-07
Regexp ignores are now compiled when they're created, not every time
Timo Sirainen
2000-10-09
Moved ignore to core.
Timo Sirainen