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
/
plugins
/
spell
Age
Commit message (
Expand
)
Author
2020-11-20
spell: fix crash with IRC color codes in command line (closes #1589)
Sébastien Helleu
2020-11-19
core: add missing cast to unsigned char on first argument to function isdigit
Sébastien Helleu
2020-11-13
spell: fix refresh of bar item "spell_suggest" when the input becomes empty (...
Sébastien Helleu
2020-08-28
spell: also skip IRC color attributes codes when checking words in input (iss...
Sébastien Helleu
2020-08-25
spell: skip IRC color codes when checking words in input (closes #1547)
Sébastien Helleu
2020-08-24
spell: use dynamic string functions to return modified string
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-08-22
spell: properly skip WeeChat color codes when checking words in input (closes...
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-01
core: fix style in CMake files
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-07
alias: remove default aliases /AME and /AMSG
jesopo
2019-06-04
spell: add a warning if aspell.conf is still present (on first spell load)
Sébastien Helleu
2019-04-25
cmake: allow custom libdir (fix #1341)
Ryan Farley
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-24
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-02-19
spell: rename "aspell" plugin to "spell" (issue #1299)
Sébastien Helleu