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
/
irc
/
irc-batch.c
Age
Commit message (
Collapse
)
Author
2024-04-26
plugins: remove check of NULL pointers before calling ↵
Sébastien Helleu
weechat_string_dyn_free() (issue #865)
2024-04-26
plugins: remove check of NULL pointers before calling ↵
Sébastien Helleu
weechat_string_free_split() (issue #865)
2024-04-26
plugins: remove check of NULL pointers before calling ↵
Sébastien Helleu
weechat_hashtable_free() (issue #865)
2024-04-25
irc: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-01
core: fix print of pointer values
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-12-14
core: fix style
Sébastien Helleu
2023-08-09
irc: add missing tags on multiline messages (closes #1987)
Sébastien Helleu
2023-05-15
irc: fix use of uninitialized variable
Sébastien Helleu
2023-05-14
irc: do not display multiline message if capability "draft/multiline" is not ↵
Sébastien Helleu
enabled (issue #1923)
2023-05-14
irc: add support of capability "draft/multiline" (closes #1923)
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu