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
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