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.c
Age
Commit message (
Expand
)
Author
2011-06-26
core: many improvements on hdata
Sebastien Helleu
2011-06-13
core: add "hdata" (direct access to WeeChat/plugin data)
Sebastien Helleu
2011-03-11
Add function "buffer_match_list" in plugin API
Sebastien Helleu
2011-03-09
Add missing variable "buffers" in dump of filters
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-10-02
Add new option weechat.look.prefix_align_min (task #10650)
Sebastien Helleu
2010-07-16
Use '!' to reverse a regex in a filter (to keep lines matching regex and hide...
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-01-24
Remove evil tabs in sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-06-28
Rename function string_explode to string_split
Sebastien Helleu
2009-06-12
Fix line filtering after /upgrade when filter applies on one buffer only
Sebastien Helleu
2009-06-10
Add buffer merging feature, with /buffer merge/unmerge (task #7404)
Sebastien Helleu
2009-04-24
Add filter with third argument of infolist_get for some infolists (bars, bar ...
Sebastien Helleu
2009-01-30
Add plugin name in buffer name for filters
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-11-04
Fix bug with pointer conversions on 64 bits architecture
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-10-18
Aspell plugin is born again
Sebastien Helleu
2008-09-30
Fix some memory leaks
Sebastien Helleu
2008-09-18
Remove "category" for buffers (keep only name).
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-07
Fix display bug with prefix when filters are enable: do not count prefix leng...
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-04-16
Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...
Sebastien Helleu
2008-04-03
Fixed bugs with filters (regex and refresh of buffers)
Sebastien Helleu
2008-03-23
Removed sizeof(char) and useless type casts from void* to another pointer typ...
Sebastien Helleu
2008-03-22
Added tags for lines and custom filtering by tags or regex (task #7674), fixe...
Sebastien Helleu