index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
gui-filter.h
Age
Commit message (
Expand
)
Author
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-03-19
core: fix use of reserved C identifiers in headers (closes #31)
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-14
core: add logical "and" between tags in filters, weechat.look.highlight_tags ...
Sebastien Helleu
2013-02-04
core: fix refresh of line after changes with hdata_update (update flag "displ...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-21
core: add "full_name" in buffer structure
Sebastien Helleu
2011-11-17
core: apply filters after full reload of configuration files (with /reload) (...
Sebastien Helleu
2011-06-13
core: add "hdata" (direct access to WeeChat/plugin data)
Sebastien Helleu
2011-03-09
Allow list of buffers in command /filter (exclusion with prefix "!") (task #1...
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-06-25
Update comments after #endif in C headers
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-01-30
Add plugin name in buffer name for filters
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-10-25
Add smart join/part/quit message filter in IRC plugin, add names for filters
Sebastien Helleu
2008-10-24
Add "enabled" flag for each filter (now possible to disable only one or some ...
Sebastien Helleu
2008-09-03
Reintroduce /ignore command to ignore IRC nicks/hosts, using regex
Sebastien Helleu
2008-09-03
Add infolist for list of filters ("filter")
Sebastien Helleu
2008-09-03
Add "no_filter" tag, to prevent some lines to be filtered (like output of /fi...
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-04-03
Fixed bugs with filters (regex and refresh of buffers)
Sebastien Helleu
2008-03-22
Added tags for lines and custom filtering by tags or regex (task #7674), fixe...
Sebastien Helleu