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
/
fe-common
/
core
/
fe-ignore.c
Age
Commit message (
Expand
)
Author
2017-01-02
Remove the regexp_compiled field.
LemonBoy
2017-01-02
Use GLib's regexp interface (backed by PCRE)
LemonBoy
2016-07-12
Minor cosmetic fix in /unignore error message.
LemonBoy
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-09
Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.
LemonBoy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-09-11
source cleanup: remove trailing whitespaces
Michael Vetter
2014-07-04
Merge pull request #80 from dgl/noact
Alexander Færøy
2014-06-30
Change NO_ACT so it can be used in addition to other ignores
David Leadbeater
2014-06-30
Make it more obvious if -pattern wasn't provided to a regexp /ignore
David Leadbeater
2010-07-13
Bug #748: Fix /ignore -network. Patch by pyropeter
Wouter Coekaerts
2009-02-08
Code Cleanup:
Alexander Færøy
2008-03-28
Remove useless uses of replace_chars.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2005-03-06
Fix memleak in several commands that used cmd_return_error when they should b...
Wouter Coekaerts
2004-07-11
s/ircnet/network/ - patch by Joost Vunderink
Timo Sirainen
2004-07-08
Added -ircnet option to /IGNORE. Patch by Valentin Batz
Timo Sirainen
2002-12-28
Added time, size and level setting types. Breaks some settings - I'll add
Timo Sirainen
2002-10-16
When ignoring without any options, don't print the []
Timo Sirainen
2002-10-14
Better print /HILIGHT lines. Also cleanup for /IGNORE lines.
Timo Sirainen
2002-10-14
Better message for /IGNORE
Timo Sirainen
2002-05-18
/IGNORE -pattern now always assumes you want to create a new ignore. If you
Timo Sirainen
2001-12-08
/IGNORE list: Show the -pattern and also show if the regexp is invalid.
Timo Sirainen
2001-11-18
When printing /IGNORE list, if there's no ignores print the
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-08-04
/UNIGNORE - skip spaces at end of line.
Timo Sirainen
2001-07-15
New /IGNOREs weren't immediately effective for nicks in channel. Some small
Timo Sirainen
2001-05-14
/IGNORE: -word -> -full, like it's with /HILIGHT.
Timo Sirainen
2001-05-11
/IGNORE now defaults to ALL level
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-01-28
Ignoring updates. Added support for nickmatch cache. One ignore can't
Timo Sirainen
2001-01-07
In core/module-formats.h: IRCTXT_ -> TXT_
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2000-10-28
Cleaned up printtext.c, split part of it to formats.c
Timo Sirainen
2000-10-13
Forgot to move fe-ignore to core.
Timo Sirainen