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