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
2023-01-28
core, plugins: replace calls to strcmp by string_strcmp when difference matte...
Sébastien Helleu
2023-01-28
core: make filter names case sensitive (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-09-17
tests: add tests on filter functions
Sébastien Helleu
2022-09-17
core: fix order of filters after renaming a filter (issue #1695)
Sébastien Helleu
2022-09-17
core: sort filters by name (closes #1695)
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-11-04
core: fix access to integer/long/time arrays in hdata, add support of static ...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-11-17
core: fix and normalize error messages
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-02-27
core: remove function gui_buffer_match_list_split, use function string_match_...
Sébastien Helleu
2019-02-23
core: add /filter addreplace (closes #1055)
Simmo Saan
2019-02-21
gui: only refilter affected buffers on filter change (closes #1309)
Simmo Saan
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-08-12
core: fix check of tags in lines
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
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-09-09
core: display a more explicit error when a filter fails to be added (closes #...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-05-24
api: add argument "flags" in function hdata_new_list
Sébastien Helleu
2014-04-01
core: add default key alt-'-' to toggle filters in current buffer (closes #17)
Sébastien Helleu
2014-03-19
core: fix add of filter on OS X when regex for message is empty (filter regex...
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-15
core: fix use of NULL pointer (in case of malloc error) when creating a new f...
Sebastien Helleu
2013-12-14
core: add logical "and" between tags in filters, weechat.look.highlight_tags ...
Sebastien Helleu
2013-10-19
core: fix truncated prefix when filters are toggled (bug #40204)
Sebastien Helleu
2013-08-10
core: optimize the removal of lines in buffers (a lot faster to clear/close b...
Sebastien Helleu
2013-06-08
core: add "proxy" infolist and hdata
Sebastien Helleu
2013-02-04
core: fix refresh of line after changes with hdata_update (update flag "displ...
Sebastien Helleu
2013-01-01
core: fix scroll in buffer after enabling/disabling some filters (if scroll i...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-04-03
core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...
Sebastien Helleu
2012-04-01
core: fix bug with option weechat.look.prefix_same_nick and filtered lines
Sebastien Helleu
2012-01-22
core: add support of flags in regular expressions and highlight options, add ...
Sebastien Helleu
[next]